pelican-plugins
pelican-plugins copied to clipboard
Collection of plugins for the Pelican static site generator
This is a new plugin, which uses some code of i18n_subsites plugin to only add the code necessary to translate templates. Benefit: - much simpler - no need to add...
It would be nice to have the [i18n_subsites](https://github.com/getpelican/pelican-plugins/tree/master/i18n_subsites) plugin move it's own repo. I can help with the migration. When doing the migration please also consider moving the [issues](https://github.com/getpelican/pelican-plugins/issues?q=is%3Aissue+is%3Aopen+i18n). Not...
To help organize the translations any text from pelicanconf.py that is presented on the site is put in a common dictionary The idea is that if you add a new...
Hi there, I have a plugin that does minification of the HTML, CSS files as well as inline styles and javascript and would like to move it to here. I...
Hi there, I've written a plugin [interrefs](https://github.com/renyuneyun/pelican-interrefs) for obtaining the inter-references between articles (and probably also pages in the future). There is also a README with relevant information. Could anyone...
Hi, even though it's just a small [Plugin](https://github.com/getpelican/pelican-plugins/tree/master/touch), I find it very useful and want to offer my assistance to migrate and enhance it. @justinmayer I already took care about...
1. The SITEURL is now REALLY used to define this variable (before, it was always an empty string). 2. The path where is saved the generated picture is the real...
I am getting following error when trying to use i18n_subsites plugin with default configuration: ``` DEBUG: Read file pages/en/about.rst -> Page DEBUG: Signal page_generator_preread.send(PagesGenerator) DEBUG: Signal page_generator_context.send(PagesGenerator, ) DEBUG: Read...
I’ve created a new plugin called `pelican-to-sqlite` which will take published posts and add them to a SQLite database. This SQLite database can then be used with [datasette](https://datasette.io/) to create...