This commit is contained in:
parent
7d7ceb9072
commit
dc65ba4380
2 changed files with 7 additions and 6 deletions
|
|
@ -7,11 +7,11 @@ language = "en"
|
||||||
build-dir = "blog"
|
build-dir = "blog"
|
||||||
|
|
||||||
[output.html]
|
[output.html]
|
||||||
default-theme = "light"
|
default-theme = "dark"
|
||||||
smart-punctuation = true
|
smart-punctuation = true
|
||||||
git-repository-url = "https://forgejo.binning.net/matthew.binning/www"
|
git-repository-url = "https://forgejo.binning.net/matthew.binning/www"
|
||||||
edit-url-template = "https://forgejo.binning.net/matthew.binning/www/src/branch/main/{path}"
|
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
|
no-section-label = true
|
||||||
fold.enable = true
|
fold.enable = true
|
||||||
fold.level = 0
|
fold.level = 0
|
||||||
|
|
|
||||||
9
todo.txt
9
todo.txt
|
|
@ -1,7 +1,5 @@
|
||||||
(A) Add a Forgejo pipeline to supersede deploy.sh.
|
(A) Reduce the CSS where possible. Match my website's theme to align with mdbook's theme.
|
||||||
(B) Move the resume to the private section and add the lock symbol.
|
(B) Set up nightly builds
|
||||||
(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.
|
|
||||||
|
|
||||||
Personalize the index page.
|
Personalize the index page.
|
||||||
Change the title of the Blog.
|
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 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 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 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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue