This release, version 1.2.0, makes a few fixes to allow the plugin to support Pelican 4 and also supports my autoloader.
Summary Plugin 1.2.0 for Pelican Released

• ~1 min to read • read more
This release, version 1.2.0, makes a few fixes to allow the plugin to support Pelican 4 and also supports my autoloader.
• ~1 min to read • read more
This post actually covers three releases:
• ~2 min to read • read more
Static Comments is a plugin for Pelican, a static site generator written in Python. It is meant as a drop in replacement for the Pelican Comment System.
Static Comments allows you to have a comment section on your Pelican blog, while maintaining your blog as a completely static webpage and without relying on any external services or servers; just an email address is required. Comments are stored as text files, similiar in structure to Pelican articles. This gives you complete control over the comments appearing on your site and allows you to back them up with the rest of your site.
• ~6 min to read • read more
AutoLoader is a plugin for Pelican, a static site generator written in Python.
AutoLoader is a “meta plugin” in that it doesn’t directly affect your Pelican site, but rather works to make your other plugins better. By way of background, Pelican 4.5 added the ability to autoload plugins that exist in the pelican.plugins
namespace. This plugin allows you to extend this autoload ability to any arbitrary namespace. In particlar, it defaults to extending this ability to my minchin.pelican.plugins
namespace, and thus will autoload my other plugins, if installed. It can also be used to add plugin autoloading to earlier version of Pelican.
• ~1 min to read • read more
AutoLoader is a plugin for Pelican, a static site generator written in Python.
AutoLoader is a “meta plugin” in that it doesn’t directly affect your Pelican site, but rather works to make your other plugins better. By way of background, Pelican 4.5 added the ability to autoload plugins that exist in the pelican.plugins
namespace. This plugin allows you to extend this autoload ability to any arbitrary namespace. In particlar, it defaults to extending this ability to my minchin.pelican.plugins
namespace, and thus will autoload my other plugins, if installed. It can also be used to add plugin autoloading to earlier version of Pelican.
• ~3 min to read • read more
This post actually covers five releases:
pelican-image-process
.• ~5 min to read • read more
This post actually covers three releases:
pelican-jinja-filters
.• ~6 min to read • read more
Version 1.2.0 of the plugin has been released and posted PyPI.
The biggest change this version brings is support for Pelican version 4. Thanks to Nick Perkins for reporting the issue, and to Therry van Neerven for providing a Pull Request I could crib a solution from.
• ~1 min to read • read more
Writing these posts about the new releases is often a little funny because the changes made are often so small that they don’t really feel worthy of their own post, but collectively, they start adding up. So this post actually covers five releases combined: 1.0.3, 1.0.4, 1.1.0, 1.2.0, 1.2.1.
• ~2 min to read • read more
Image Process is a plugin for Pelican, a static site generator written in Python.
Image Process let you automate the processing of images based on their class attribute. Use this plugin to minimize the overall page weight and to save you a trip to Gimp or Photoshop each time you include an image in your post.
Image Process also makes it easy to create responsive images using the new HTML5 srcset
attribute and <picture>
tag. It does this by generating multiple derivative images from one or more sources.
• ~10 min to read • 2 comments • read more