edwardkenfox / edwardkenfox.com

This is a repository that maintains the website

Home Page:http://edwardkenfox.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

This is a repository that maintains the website

http://edwardkenfox.com


Languages

Language:JavaScript 68.3%Language:HTML 29.9%Language:CSS 1.5%Language:Ruby 0.2%Language:Dockerfile 0.1%