A man’s worth is measured by the worth of what he values.
— Marcus Aurelius

About navbars…​

There’s not much here, I just wanted to point out that there are page and section template directories in the source directory. Just copy-paste them, rename the copy and add an entry in the navbar .html files in the source/partials directory. Pay attention to the levels in the links in navbar.html and root-navbar.html maintain those.

The examples already there should be clear; you can have links in the navbar top-level, or you can have dropdowns. The dropdowns themselves can be 'non-pointers', i.e., <a href="#">Some Section</a> (like the 'Information' item in the navbar here) or they can point to a section main-page. You’ll figure it out.

I’m not going into this in depth; if you don’t know what I’m talking about here, you’ll need to do some homework.

There are probably better ways to do this, but I’m happy with this system. I’m sharing it here, not to show you how clever I am (I’m not that clever) but because it’s no bother at all, and if it helps somebody, well, wouldn’t that just be nice…​