Pelican plugin to generate collection pages from a CSV file
This plugin can be installed via:
python -m pip install pelican-collection-builder
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 collection_builder
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.