feat: Add a recipe book
This commit is contained in:
parent
54988257e6
commit
d19d63f8c8
6 changed files with 180 additions and 74 deletions
11
todo.txt
11
todo.txt
|
|
@ -1,5 +1,6 @@
|
|||
(A) Re-use code or code blocks where possible between staging.nginx.nix and prod.nginx.nix
|
||||
(B) Re-use code or code blocks where possible between deploy.sh staging and deploy.sh prod
|
||||
(A) Populate the blog sections dynamically with blog folders using some include or frame mechanism
|
||||
(B) Add a sidebar to navigate across the Blog sections, subsections, and pages
|
||||
(C) Integrate photos for recipes
|
||||
DefCon article
|
||||
Oktoberfest article
|
||||
health journey
|
||||
|
|
@ -17,4 +18,8 @@ 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 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue