nathanmyles.ca
This is code for my personal website located at http://nathanmyles.ca
This site is built using Hugo
Prerequisite
- hugo -
brew install hugo
Running locally
hugo server -D
Building the site
hugo -D
This puts all the needed files into the /public
directory. Copy the contents of that folder to the web server.