pretty_breadcrumbs

Generate pretty breadcrumbs based on metadata instead of filepaths

To install, run nikola plugin -i pretty_breadcrumbs

This plugin converts filepaths from breadcrumbs into more pretty breadcrumbs based on metadata information defined in the source file.

For example, if file test/index.rst contains

.. crumb: This is a test

the breadcrumb generated would be This is a test instead of test.

By default, the plugin looks for the metadata tag crumb but this can be changed via PRETTY_BREADCRUMBS_TAG.

Suggested Configuration:

# By default, the pretty_crumbs plugin looks for the metadata tag `crumb`.
# This can be changed with PRETTY_BREADCRUMBS_TAG.
#PRETTY_BREADCRUMBS_TAG = "nav"

Issues? Questions?

You can report issues with this plugin and request help via GitHub Issues.