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
astro.config.mjs Normal file
View File

@@ -0,0 +1,5 @@
// @ts-check
import { defineConfig } from 'astro/config';
// https://astro.build/config
export default defineConfig({});