This release of Autoloader is to fix a crashing bug when no plugins in the
minchin.pelican.readers
namespace are loaded.
I also updated a number of other plugins to blacklist v1.2.0 to avoid these crashes.
This release of Autoloader is to fix a crashing bug when no plugins in the
minchin.pelican.readers
namespace are loaded.
I also updated a number of other plugins to blacklist v1.2.0 to avoid these crashes.
• ~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. Previously, the
plugin was set to autoload plugins in my minchin.pelican.plugins
namespace, and thus will extend that to my minchin.pelican.readers
namespace.
• ~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.
• ~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