|
|
|
|
|
by sureglymop
257 days ago
|
|
This is a really cool idea, thanks for sharing it! Will check it out and try it out over the weekend. One question before I dive in: If one wants to create a blog, how much is already provided by Maudit to make generating RSS feed easier? Or would I have to hand roll that part? |
|
At this time there's no built-in way to generate RSS feeds, you'd need to use a "Endpoint" route and return a .xml from it: https://maudit.org/docs/routing/#endpoints.
It's pretty straightforward, but it does require some manual work. Crates like `rss_gen` can help making the generation easier, though