chore: track site sources + ignore local env/backups

This commit is contained in:
2026-01-19 11:46:39 +01:00
parent aece8c5526
commit 5eb23a3de4
50 changed files with 3158 additions and 38 deletions

View File

@@ -6,9 +6,23 @@
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
"astro": "astro",
"postbuild": "npx pagefind --site dist",
"import": "node scripts/import-docx.mjs"
},
"dependencies": {
"@astrojs/mdx": "^4.3.13",
"astro": "^5.16.11"
},
"engines": {
"node": ">=22 <23",
"npm": ">=10 <11"
},
"devDependencies": {
"@astrojs/sitemap": "^3.7.0",
"pagefind": "^1.4.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"unist-util-visit": "^5.0.0"
}
}
}