My Pelican enhancements

As written in my earlier blog post, I had some issues open for my blog:

  • create a proper sitemap
  • create a simple and responsive theme
  • minify all the things

To solve them, I created 2 Python packages and a theme for pelican installations. Refer to their PyPI or Github page for installation instructions.

pelican-extended-sitemap

Creates a sitemap.xml from your pages.
PyPI-Link: https://pypi.python.org/pypi/pelican-extended-sitemap
Github: https://github.com/dArignac/pelican-extended-sitemap
Example: https://www.zoe.vc/sitemap.xml

pelican-minification

Automatic minification for all HTML and CSS files used in a Pelican project.
PyPI-Link: https://pypi.python.org/pypi/pelican-minification
Github: https://github.com/dArignac/pelican-minification

pelican-theme-bootstrap3

A Bootstrap 3 based theme for Pelican sites. It's the theme you're currently viewing.
PyPI-Link: not available as this does not work with the Pelican theme mechanism
Github: https://github.com/dArignac/pelican-theme-bootstrap3