# Runcible Blog Making use of the Pelican static site generator to build a blog. Following [this tutorial](https://shahayush.com/2020/03/web-pelican-pt1-setup/.). It makes use of the [Flex theme](https://github.com/alexandrevicenzi/Flex), but I like the [Bulrush](https://github.com/textbook/bulrush). Alternatively, [Pneumatic](https://github.com/iKevinY/pneumatic) looks pretty minimal and maybe a good choice for a code blog. ``` make html make serve ```