A plugin for Pelican to allow creating content types (eg. projects, books, links…) in addition to regular articles.
This plugin can be installed via:
python -m pip install pelican-content-type
As long as you have not explicitly added a PLUGINS setting to your Pelican settings file, then the newly-installed plugin should be automatically detected and enabled. Otherwise, you must add content_type to your existing PLUGINS list. For more information, please see the How to Use Plugins documentation.
<>
Contributions are welcome and much appreciated. Every little bit helps. You can contribute by improving the documentation, adding missing features, and fixing bugs. You can also help out by reviewing and commenting on existing issues.
To start contributing to this plugin, review the Contributing to Pelican documentation, beginning with the Contributing Code section.
This project is licensed under the AGPL-3.0 license.