Build static and use nginx instead of the full hugo server ()

This pull request will close 

Hugo server needs about 800mb of memory just to do what nginx can with a way smaller requirements, so it makes sense to stop using `hugo` for serving statics
This commit is contained in:
Allen Languor
2023-02-17 14:48:16 +00:00
parent 8c825f7c84
commit 682de643fb
4 changed files with 43 additions and 22 deletions

1
.gitignore vendored

@ -1,3 +1,4 @@
node_modules
static
content/cv/index.pdf
public