/codejam2020

CodeJam 2020 at McGill 🍁

Primary LanguageHTML

CodeJam 2020 Website

Netlify Status

This is the website for McGill CodeJam.(2020), deployed to Netlify.

The hugo base theme is Hero.

Getting Started

Install hugo following the instructions here or use Go 1.11+:

$ go get github.com/gohugoio/hugo
$ go install github.com/gohugoio/hugo

Hugo Version

Ensure that your version of hugo is >= 0.51:

$ hugo version
Hugo Static Site Generator v0.72.0-DEV linux/amd64 BuildDate: unknown

This is important because the specified theme only runs on the extended version of hugo!

Local Deploy

To get started, type the following and view your site at localhost:1313:

$ hugo server

If you're playing around with themes or configs, use:

$ hugo server \
--source . \
--config config.toml \
--themesDir themes \
--theme hugo-hero-theme