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:
parent
b8ced83900
commit
ef461c7afd
29 changed files with 2866 additions and 22 deletions
|
|
@ -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 = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue