This Quartz v5 plugin provide options to add navigation links to your website. It also display a navbar on top of the page, that you can populate with other plugins.
Make sure to have Quartz v5 installed.
npx quartz plugin add github:satche/quartz-navbarEnabling the plugin will display the header as a fixed navbar on top of the page. You can populate it with navbar items, or other plugins (e.g. spacer, search, darkmode, etc).
plugins:
- source: github:satche/quartz-navbar
enabled: true
options:
links:
- label: Home
href: /
- label: About
href: /about
layout:
position: headerIf you want to contribute or modify the plugin, you can clone this repo and run it:
git clone https://github.com/satche/quartz-navbar
npm install
npm run devNote
The dist folder is commited to allow faster build time for Quartz, as stated here:
quartz.jzhao.xyz/cli/plugin#common-workflows
This project is under MIT License. You can use, copy and modify it in private or commercial context, as long as you mention the original work.
