feat: Add minimal content option for testing
This commit is contained in:
parent
039077056e
commit
a6704a8d4b
2 changed files with 6 additions and 5 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -1,3 +1,4 @@
|
|||
book
|
||||
blog/*
|
||||
content/*
|
||||
content/*
|
||||
content-minimal/*
|
||||
|
|
|
|||
8
todo.txt
8
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
|
||||
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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue