This is the website for McGill CodeJam.(2020), deployed to Netlify.
The hugo base theme is Hero.
Install hugo following the instructions here or use Go 1.11+:
$ go get github.com/gohugoio/hugo
$ go install github.com/gohugoio/hugoEnsure that your version of hugo is >= 0.51:
$ hugo version
Hugo Static Site Generator v0.72.0-DEV linux/amd64 BuildDate: unknownThis is important because the specified theme only runs on the extended version of hugo!
To get started, type the following and view your site at localhost:1313:
$ hugo serverIf you're playing around with themes or configs, use:
$ hugo server \
--source . \
--config config.toml \
--themesDir themes \
--theme hugo-hero-theme