init: astro publish site with newsletter, search, and actions workflow
Some checks failed
deploy / build-and-deploy (push) Has been cancelled

This commit is contained in:
voson
2026-02-03 10:49:10 +08:00
commit 54109dd5b2
45 changed files with 10452 additions and 0 deletions

21
package.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "publish",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build && pagefind --site dist",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^4.3.13",
"@astrojs/rss": "^4.0.15",
"@astrojs/sitemap": "^3.7.0",
"astro": "^5.17.1",
"sharp": "^0.34.3"
},
"devDependencies": {
"pagefind": "^1.4.0"
}
}