Implementation for jessejlt.me
- To update resume, modify resume.json and then render the template via
go run template.go
- Build docker image
docker build -t nginx .
- Run docker image
docker run -p 80:80 -v /<absolute path>/site:/var/www/home -d nginx
then visitboot2docker ip