pelican-mini-wiki

Pelican Mini Wiki allows you to add a minimal wiki to any Pelican theme and website.


Keywords
minimal, pelican, pelican-plugins, pelican-theme, pelican-wiki, wiki
License
Other
Install
pip install pelican-mini-wiki==0.0.5

Documentation

Pelican Mini Wiki: A Plugin for Pelican

Build Status PyPI Version License

Pelican Mini Wiki allows you to add a minimal wiki to any Pelican theme and website.

NOTE: still under development, will not currently work or be useful.

Installation

This plugin can be installed via:

python -m pip install pelican-mini-wiki

Usage

Instructions coming soon. Configuration settings are available below.

# pelicanconf.py

...
MINI_WIKI = True            # Required, enables the plugin.
MINI_WIKI_PATH  ='wiki'     # Path to wiki files, relative to `content/pages/` directory.
...

Contributing

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.

License

This project is licensed under the MIT license.