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

17
package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "janoclaw-home-astro",
"type": "module",
"version": "0.0.1",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^6.1.6"
}
}