develop #2

Merged
matthew.binning merged 14 commits from develop into master 2026-03-25 07:54:32 -07:00
2 changed files with 6 additions and 5 deletions
Showing only changes of commit a6704a8d4b - Show all commits

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
book book
blog/* blog/*
content/* content/*
content-minimal/*

View file

@ -1,6 +1,3 @@
(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 (D) Integrate photos for recipes
Fill out the DefCon article Fill out the DefCon article
Fill out the Oktoberfest article Fill out the Oktoberfest article
@ -25,3 +22,6 @@ 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 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 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 x Add a sidebar to navigate across the Blog sections, subsections, and pages
x Move copper chronicle to the private section of the blog.
x Add a lock symbol to the mdbook sidebar to indicate private/restricted sections.
x Create a "minimal" content set to test building and deployment without the entire blog/content.