Pelican Themes
By Patrick Allan
Posted June 19, 2019
Reading time: 0 minutes.
I have been investigating Pelican as a static web site generator for Python. During that time, I came across a plethora of themes in the pelican-themes project, which contains over 100 themes–many of them using Bootstrap.
To test them out, I modified the Pelican config file, pelicanconf.py
to pick a random theme every time the site is generated, as follows:
<script src="https://gist.github.com/palevell/6e297554f1389971988813ddd69724ef.js"></script>
The file containing the list of pelican-themes looks like the following:
<script src="https://gist.github.com/palevell/711a8393bde6a6462df9050b564bda09.js"></script>
Comments
comments powered by Disqus