Skip to content

Commit

Permalink
(#12) Add packages for RSS feed and atom feed
Browse files Browse the repository at this point in the history
Add packages to be able to generate RSS feed and atom feed in Astro blog.
  • Loading branch information
alexaveldanez committed Nov 21, 2024
1 parent a701d2f commit f3c9f1e
Show file tree
Hide file tree
Showing 2 changed files with 988 additions and 492 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,16 @@
"dependencies": {
"@astrojs/check": "0.9.4",
"@astrojs/mdx": "3.1.8",
"@astrojs/rss": "^4.0.9",
"@astrojs/sitemap": "3.2.1",
"@types/markdown-it": "^14",
"@types/sanitize-html": "^2",
"astro": "4.16.7",
"feed": "^4.2.2",
"markdown-it": "^14.1.0",
"rehype-mermaid": "^3.0.0",
"remark-custom-header-id": "^1.0.0",
"sanitize-html": "^2.13.1",
"typescript": "^5.6.3"
}
}
Loading

0 comments on commit f3c9f1e

Please sign in to comment.