Microblogging v1.3.0 for Pelican released! Posts should now sort as expected. Thanks @ashwinvis. on PyPI #Microblogging #Pelican Plugins #Releases #Python
Microblogging v1.3.0 for Pelican released! Posts should now sort as expected. Thanks @ashwinvis. on PyPI #Microblogging #Pelican Plugins #Releases #Python
Summary plugin for Pelican v1.3.0 released! Now keeps internal link indicators
(like {filename}
) from leaking into summaries.
on PyPI #Summary (Pelican) #Pelican Plugins #Releases #Python
CommonMark Pelican reader v2.0.1! Should stop complaining about intra-document links (e.g. #target
)
on PyPI #CommonMark Reader #Pelican Plugins #Releases #Python
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
Microblogging is a plugin for Pelican, a static site generator written in Python.
Microblogging is a plugin to allow you to have “micro” (or “µ” or small) posts, similarly (at least outwardly) to Twitter, Mastodon, or Threads.
• ~5 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
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