#JustCarver.com - Hugo Version
This is an attempt to redo my website as a Static Site using Hugo.
If you would like to view this yourself, here are the instructions:
- Clone this repo, go into the directory.
- Run
npm install
. - Run
gulp
, the default tasks should compile everything down to the appropriate locations. - Run
hugo server
. - Navigate to
localhost:1313
to view the site.