Breadcrumbs
Breadcrumb navigation trail.
Navigation breadcrumb trail.
Note
For information on how to add, remove or configure plugins, see the Configuration page.
See plugins/Breadcrumbs for detailed usage information.
Configuration
This plugin accepts the following configuration options:
spacerSymbol: The symbol to use between breadcrumb items. Defaults to"❯".rootName: The name of the root page. Defaults toHome.resolveFrontmatterTitle: Whether to use thetitlefrontmatter field for breadcrumb items. Defaults totrue.showCurrentPage: Whether to show the current page in the breadcrumb trail. Defaults totrue.
Default options
- source: github:quartz-community/breadcrumbs
enabled: true
options:
spacerSymbol: "❯"
rootName: Home
resolveFrontmatterTitle: true
showCurrentPage: true
API
- Category: Component
- Function name:
ExternalPlugin.Breadcrumbs(). - Source:
quartz-community/breadcrumbs - Install:
npx quartz plugin add github:quartz-community/breadcrumbs