Monadical-SAS / monadical.com

🖥️ Custom Flask + Jinja2 static site generator and content powering Monadical.com
https://monadical.com
10 stars 4 forks source link

Add rss feed #80

Closed curibe closed 3 years ago

curibe commented 3 years ago

Add rss feed to monadical's blog

The following changes were made to add the rss feed:

curibe commented 3 years ago

@pirate, the xml generation is encapsulated in an endpoint, and therefore I need to make a request to that endpoint in the build file with the wget command. Another option would be to implement that function in a standard way and not as an endpoint and execute it before the app.run(). This is because the feedgen library can generate the xml as a file. Anyway, both ways can create the xml inside the posts/ folder