A Pelican plugin that adds a custom reST directive allowing to painlessly add a pagination system to any page.
jcm | ||
COPYING | ||
README.md |
jcm-pagination
jcm-pagination is a Pelican plugin designed to be used with the m.css theme.
Installation instructions
- Clone the repository somewhere, like in your Pelican site's folder.
- Add the folder to
PLUGIN_PATHS
in your site's configuration. - Add
'jcm.pagination'
toPLUGINS
. - Done! You can then start using the
jcm-pagination
reST directive in your documents according to the documentation.