feat: add IT Tools card and Caddyfile block for tools.carloselugo.com

This commit is contained in:
2026-05-29 14:16:07 +00:00
parent b7dc08dc2f
commit 283b699844
2 changed files with 20 additions and 1 deletions
+9 -1
View File
@@ -7,6 +7,14 @@ const tools = [
url: 'https://md.carloselugo.com',
status: 'live',
},
{
id: '02',
title: 'IT Tools',
desc: 'Collection of handy developer utilities — CIDR calculator, JSON formatter, base64, JWT decoder, cron parser, and 80+ more.',
tags: ['docker', 'devtools', 'networking'],
url: 'https://tools.carloselugo.com',
status: 'live',
},
]
const statusLabel = {
@@ -92,4 +100,4 @@ export function renderTools() {
}
</style>
`
}
}