diff --git a/.gitignore b/.gitignore index f84f017..6612d23 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ book blog/* -content/* \ No newline at end of file +content/* +content-minimal/* diff --git a/todo.txt b/todo.txt index 2157c70..30fda6e 100644 --- a/todo.txt +++ b/todo.txt @@ -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 Fill out the DefCon article Fill out the Oktoberfest article @@ -24,4 +21,7 @@ x Re-use code or code blocks where possible between deploy.sh staging and deploy 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 \ No newline at end of file +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. \ No newline at end of file