feat: add Astro source code

- Proper Astro project structure
- Nav, hero, GPG badge, status indicator
- Inter + JetBrains Mono fonts
This commit is contained in:
2026-04-15 07:02:57 +00:00
parent cc38cad595
commit 2043ad5250
6 changed files with 380 additions and 0 deletions

5
tsconfig.json Normal file
View File

@@ -0,0 +1,5 @@
{
"extends": "astro/tsconfigs/strict",
"include": [".astro/types.d.ts", "**/*"],
"exclude": ["dist"]
}