refactor: Move main website files to a subfolder

This commit is contained in:
Matthew Binning 2026-01-21 14:26:41 -08:00
parent 24f0e0463a
commit 5e55754e64
13 changed files with 12 additions and 10 deletions

View file

@ -1,5 +1,7 @@
(A) Move the resume to the private section and add the lock symbol. @Cline
(B) Change deploy.sh into a Makefile with operations for build, deploy [staging|production] @Cline
(C) Add a folder to hold the nginx/nix files and deploy it properly.
(B) Add a Forgejo pipeline to supersede deploy.sh. @Cline
(C) Move the resume to the private section and add the lock symbol. @Cline
Remove the one line descriptions from the menu. @Cline
Reduce the CSS where possible. Match my website's theme to align with mdbook's theme. @Cline
Theme Forgejo where possible to match the theme. @Cline
@ -14,6 +16,8 @@ Fill out the DefCon article
Fill out the Oktoberfest article
Fill out the health journey
Fill out the faith journey
x Add a build step to fetch/symlink "content" to this repo before mdbook build.
x Add a folder to hold the main html files and deploy it properly.
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.