Playing around with options for base structure and navigation

This commit is contained in:
2025-07-03 23:50:20 -07:00
parent 65e05066ea
commit d515e581b5
26 changed files with 1075 additions and 398 deletions

View File

@@ -9,7 +9,10 @@
"astro": "astro"
},
"dependencies": {
"@tailwindcss/vite": "^4.1.11",
"astro": "^5.11.0",
"astro-rehype-relative-markdown-links": "^0.18.1"
"astro-navbar": "^2.4.0",
"astro-rehype-relative-markdown-links": "^0.18.1",
"tailwindcss": "^4.1.11"
}
}