Skip to content

Commit 093b448

Browse files
committed
(#12) Add packages for RSS feed and atom feed
Add packages to be able to generate RSS feed and atom feed in Astro blog.
1 parent b89bcd0 commit 093b448

File tree

2 files changed

+988
-492
lines changed

2 files changed

+988
-492
lines changed

package.json

+6
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,16 @@
1717
"dependencies": {
1818
"@astrojs/check": "0.9.4",
1919
"@astrojs/mdx": "3.1.8",
20+
"@astrojs/rss": "^4.0.9",
2021
"@astrojs/sitemap": "3.2.1",
22+
"@types/markdown-it": "^14",
23+
"@types/sanitize-html": "^2",
2124
"astro": "4.16.7",
25+
"feed": "^4.2.2",
26+
"markdown-it": "^14.1.0",
2227
"rehype-mermaid": "^3.0.0",
2328
"remark-custom-header-id": "^1.0.0",
29+
"sanitize-html": "^2.13.1",
2430
"typescript": "^5.6.3"
2531
}
2632
}

0 commit comments

Comments
 (0)