refactor: separate rss and atom generation, optimize back button logic (#22)

* refactor: separate rss and atom generation, optimize back button logic, remove redundant whitespace in component styles

* fix:  add missing <published> tag in atom feed
This commit is contained in:
radishzz 2025-05-10 04:37:20 +01:00 committed by GitHub
parent 4b05ba9caf
commit fc1cc050bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 576 additions and 418 deletions

View file

@ -15,13 +15,13 @@
"dependencies": {
"@astrojs/mdx": "^4.2.6",
"@astrojs/partytown": "^2.1.4",
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "^3.3.1",
"@waline/client": "^3.5.7",
"astro": "^5.7.11",
"astro": "^5.7.12",
"astro-og-canvas": "^0.7.0",
"astro-robots-txt": "^1.0.0",
"canvaskit-wasm": "^0.40.0",
"feed": "^5.0.0",
"katex": "^0.16.22",
"markdown-it": "^14.1.0",
"mdast-util-to-string": "^4.0.0",
@ -40,18 +40,18 @@
"@antfu/eslint-config": "^4.13.0",
"@astrojs/check": "^0.9.4",
"@types/markdown-it": "^14.1.2",
"@types/node": "^22.15.15",
"@types/node": "^22.15.17",
"@types/sanitize-html": "^2.16.0",
"@unocss/eslint-plugin": "66.1.0",
"@unocss/preset-attributify": "66.1.0",
"@unocss/reset": "66.1.0",
"@unocss/eslint-plugin": "66.1.1",
"@unocss/preset-attributify": "66.1.1",
"@unocss/reset": "66.1.1",
"astro-eslint-parser": "^1.2.2",
"eslint": "^9.26.0",
"eslint-plugin-astro": "^1.3.1",
"lint-staged": "^15.5.2",
"sharp": "^0.34.1",
"typescript": "~5.8.3",
"unocss": "66.1.0",
"unocss": "66.1.1",
"unocss-preset-theme": "^0.14.1"
},
"lint-staged": {