Build static and use nginx instead of the full hugo server (#8)
This pull request will close #4 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:
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
node_modules
|
||||
static
|
||||
content/cv/index.pdf
|
||||
public
|
||||
|
Reference in New Issue
Block a user