feat: Add navbar to blog/mdbook

Added a top navbar to the mdbook output to match the main website's
navigation.
This commit is contained in:
Matthew Binning 2026-01-02 07:59:43 -08:00
parent 723c02be83
commit c69cff26df
28 changed files with 2860 additions and 18 deletions

View file

@ -32,6 +32,14 @@
'';
};
# Blog (mdbook generated) - Enable SSI
locations."/blog/" = {
extraConfig = ''
# Enable Server Side Includes
ssi on;
'';
};
# Private blog articles with HTTP basic authentication
locations."/blog/private/" = {
extraConfig = ''