Date: | 2014-06-09 18:00 |
---|---|
Author: | kura |
tags: | pelican |
slug: | hauntr |
Contents
(Image by Kawiku)
Hauntr is a minimal, lightweight and clean theme for the Pelican blogging platform.
It is named after the Pokemon 'Haunter' because it is a modified version (you might say evolved) of my previous theme, Ghastly.
- Disqus
- Pygments
- CSS minifying using webassets
- Share buttons
- Custom 404 page
(Image by the guys at Carrois, creators of FiraSans)
The guys at Carrois created FiraSans for Mozilla and released it to the world for free.
The Hauntr theme uses both FiraSans for general typography and FiraMono for code, kbd, pre and samp blocks.
- pelican
- webassets
- cssmin
- pelican webassets from pelican-plugins
pip install pelican webassets cssmin
You can find Hauntr on GitHub and you can find installation instructions for themes in the pelican documentation.
THEME = 'hauntr'
DIRECT_TEMPLATES = (('index', 'archives', '404'))
Hauntr is released under the MIT license.