Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.11 KB

README.md

File metadata and controls

45 lines (30 loc) · 1.11 KB

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