Generate blog posts for static-site from RSS feed
Sep 8, 2018 · 1 min read
If you write often on one platform but don’t want to omit this material from a static-site, you may be looking for a solution to automate a list generation tool. There are multiple options to look into but the best I’ve found is to implement a Jekyll static-site and generate HTML content from a yaml file.
To generate this list, first I need a program to fetch the material. To do this, I use Python that finds an RSS feed and updates my list from that feed.

