category_prevnext
Sets next/previous link according to category index instead of global timeline
To install, run nikola plugin -i category_prevnext
This plugin changes the previous/next links below the posts to reflect the category index instead of the global index. This way, the categories of a blog behave more like independent subblogs.
There is no configuration needed, but i recommend to replace the blog index by a static page to avoid confusing readers. This can be archived by setting INDEX_PATH to some subdirectory, adding pages output to the root directory
PAGES = (
("pages/*.md", "", "page.tmpl"),
)
and creating a corresponding pages/index.md file.
This plugin replaces section_prevnext
from v7.
Issues? Questions?
You can report issues with this plugin and request help via GitHub Issues.