iranzo / blog-o-matic

Fork this repo so that you can, after following instructions, have a quick blog setup on github pages with Pelican static generator and Elegant theme
12 stars 22 forks source link

switch to Pelican-plugins organization for plugin sources #67

Open maphew opened 1 year ago

maphew commented 1 year ago

I've had some troubles getting up and runing using the blog-o-matic template. One of the issues revolved around the Liquid-tags plugin, which led me to learning that the "Pelican community started to move away from this repository into separate pelican-plugins organization with Pelican 4.5, released in 2020" - from https://github.com/pelican-plugins/liquid-tags/issues/38

Its marquee feature is support for “namespace” plugins, which means any plugin listed under the new Pelican Plugins organization can be installed via Pip, after which Pelican should automatically detect and enable the new plugin.