refactor: Move main website files to a subfolder
Moved the main HTML/CSS files into a dedicated subfolder and updated deployment configuration accordingly.
This commit is contained in:
parent
9aace43357
commit
a421d8e661
13 changed files with 12 additions and 10 deletions
8
todo.txt
8
todo.txt
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue