/edwardkenfox.com

This is a repository that maintains the website

Primary LanguageJavaScript

This is a repository that maintains the website edwardkenfox.com

Build

git submodule update --init

# manually upload SSL certificate & key before building image

docker build -t edwardkenfox.com .

Build static pages

# inside /src
hugo

Add new page

# inside /src
hugo new fixed/new-page.md

Add new blog post

# inside /src
hugo new blog/your-new-post.md

Run

docker run -d -p 80:80 -p 443:443 edwardkenfox.com

TODO

  • HTTPS
  • HTTP/2
  • deploy to ECS