Filtered by:
tags=pelican
Controlling Pelican Output Files
Oct. 22, 2020 |
pelican
By default Pelican generation process results in a few files. Besides the site's homepage, a page each showing the list of articles, list of tags, list of categories and a page with a list of authors are produced. Some sites may want to suppress some of th
Localizing Pelican Sites
Oct. 20, 2020 |
pelican
localization
Localization is provided via the [i18n_subsites](https://github.com/getpelican/pelican-plugins/tree/master/i18n_subsites) plugin. As mentioned before, localization is provided via the plugin `i18n_subsites`. This plugin employs `jinja2.ext.i18n` to achieve
Brief Overview of Pelican
Recently I switched this website from Django to a static site. This article gives an overview of the core concepts of [Pelican](https://github.com/getpelican/pelican/), covering areas that are not directly captured in the official docs. This is written pri