From dc65ba4380541930b2c46fcf39475a28dc8a7a9b Mon Sep 17 00:00:00 2001 From: Matthew Binning Date: Mon, 23 Mar 2026 06:18:45 -0700 Subject: [PATCH] better organization --- book.toml | 4 ++-- todo.txt | 9 +++++---- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/book.toml b/book.toml index be82188..1f99d72 100644 --- a/book.toml +++ b/book.toml @@ -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 diff --git a/todo.txt b/todo.txt index 237d823..cf1a64f 100644 --- a/todo.txt +++ b/todo.txt @@ -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.