elmarsto / sbstr8

A nearly-unstyled, hackable, ultra-modern, ultra-clean scaffold for rich, interactive storytelling, journalism and blogging. Fork this repo and get to work.
https://sbstr8.lizmars.net
GNU General Public License v3.0
4 stars 0 forks source link

feat(overridable menu): menu can now be overridden #26

Closed elmarsto closed 1 year ago

elmarsto commented 1 year ago

I generalized the override mechanism to handle defaults of all kinds, including the default menu, and I made a simple modification to lib/menu.tsx to pull from the override form the menu, if available.

Closes #24

elmarsto commented 1 year ago

This PR opens #25