A pelican theme based on Pure css
I use this pure theme and change it to match the Pelican structure.
- Responsive
- CSS minification (optional via plugin)
- Add minutes read, medium like (optional via plugin)
- Disqus
- Google Analytics
- Font Awesome
You can add this theme as a git submodule
git submodule add https://github.com/aslamhadi/pure-blue.git themes/pure-blue
And then in pelicanconf.py
add this line to use this theme
THEME = 'themes/pure-blue'
Please follow this https://github.com/getpelican/pelican-plugins to install the plugin.
I recommend adding the plugins as submodules. Once you've done it, enable the plugin by adding this to pelicanconf.py
PLUGIN_PATHS = ['./plugins']
PLUGINS = ['assets']
*NOTE: path depends on where you put the plugins
SUBNAME
: sidebar configuration. More information below the SITENAME
DESCRIPTION
: for meta tag information
TWITTER_USERNAME
: for meta tag information (twitter card)
AVATAR
: for meta tag information
I use this theme personally. Please go to my blog.