Iris is a pelican theme based on Flask webpage Also uses various fonts:
- For social icons: Font awesome
- For the title: The girl next door
- For the soure code: Inconsolata
Some of the variables that could be used:
DISQUS_SITENAME
: For the disqus commentsGOSQUARED_SITENAME
: For the Go squared analytics
To install, go to your pelican theme directory and clone the repo. For example:
$ cd /home/slok/.virtualenvs/blog/lib/python2.7/site-packages/pelican/themes/ $ git clone https://github.com/slok/iris.git
Set the variable THEME
to iris
like this:
THEME = "iris"
This theme is under the 3 clause BSD license