refactor: port site from Jekyll to Astro

This commit is contained in:
2026-01-10 09:46:51 +00:00
parent 04d807c388
commit 2e5101650f
63 changed files with 9430 additions and 3276 deletions

18
.gitignore vendored
View File

@@ -1,5 +1,23 @@
# Astro
dist/
.astro/
# Node
node_modules/
# Jekyll (legacy, can be removed after full migration)
_site
.asset-cache
.sass-cache
.jekyll-metadata
.jekyll-cache
docs/assets/.sprockets-manifest-*.json
# Editor
.DS_Store
*.swp
*.swo
# Environment
.env
.env.*