better organization
All checks were successful
Build and Deploy / deploy (push) Successful in 4s

This commit is contained in:
Matthew Binning 2026-03-23 06:18:45 -07:00
parent 7d7ceb9072
commit dc65ba4380
2 changed files with 7 additions and 6 deletions

View file

@ -7,11 +7,11 @@ language = "en"
build-dir = "blog"
[output.html]
default-theme = "light"
default-theme = "dark"
smart-punctuation = true
git-repository-url = "https://forgejo.binning.net/matthew.binning/www"
edit-url-template = "https://forgejo.binning.net/matthew.binning/www/src/branch/main/{path}"
additional-css = ["theme/sepia.css"]
#additional-css = ["theme/sepia.css"]
no-section-label = true
fold.enable = true
fold.level = 0

View file

@ -1,7 +1,5 @@
(A) Add a Forgejo pipeline to supersede deploy.sh.
(B) Move the resume to the private section and add the lock symbol.
(C) Remove the one line descriptions from the menu.
(D) Reduce the CSS where possible. Match my website's theme to align with mdbook's theme.
(A) Reduce the CSS where possible. Match my website's theme to align with mdbook's theme.
(B) Set up nightly builds
Personalize the index page.
Change the title of the Blog.
@ -42,3 +40,6 @@ x Import Abby's Binning Family Menu @Cline
x Fix anchors (relative links) showing in mdbook's sidebar.
x Create a minimal "Menu" (food menu) page on the main website, which has a selection of line items from the recipe book. @Cline
x 2026-03-22 Add a folder to hold the nginx/nix files and deploy it properly.
x 2026-03-22 Add a Forgejo pipeline to supersede deploy.sh.
x 2026-03-22 Remove the one line descriptions from the menu.
x 2026-03-22 Move the resume to the private section and add the lock symbol.