blog/todo.txt
2026-01-02 07:59:43 -08:00

27 lines
No EOL
1.7 KiB
Text

(A) Move copper chronicle to the private section of the blog.
(B) Add a lock symbol to the mdbook sidebar to indicate private/restricted sections.
(C) Create a "minimal" content set to test building and deployment without the entire blog/content.
(D) Integrate photos for recipes
Fill out the DefCon article
Fill out the Oktoberfest article
health journey
faith journey
x Create a simple webpage with HTML and CSS
x Serve it from nginx
x Add a navbar at the top with the index page as link in the top-left.
x Add contact info and a geneology blurb to the index page.
x Add a forgejo link (https://forgejo.binning.net) to the navbar
x Add a blog page with links to blog entry pages.
x Add the blog page to the navbar.
x Create example blog sections
x Add an example resume page linked from the main navbar
x Possibly use some include mechanism in HTML to separate the navbar to its own html file.
x Create a staging.nginx.nix based on prod.nginx.nix which sets up nginx as a local server.
x Update the deploy.sh script to deploy to either staging or prod over SSH to binning.net.
x Add user authentication to view private articles (either HTTP basic authentication or something else)
x Re-use code or code blocks where possible between staging.nginx.nix and prod.nginx.nix
x Re-use code or code blocks where possible between deploy.sh staging and deploy.sh prod
x Re-theme the blog with sepia tone and monospace fonts/typefaces.
x Create a recipe section in the blog based on the markdown content in blog/public/recipes
x Populate the blog sections dynamically with blog folders using some include or frame mechanism
x Add a sidebar to navigate across the Blog sections, subsections, and pages