Our group web site uses the Hugo Blox static site generator with the Research Group Theme. See below for more information.
The Hugo Blox documentation describes how to configure the static site generator and build the website. See this link for instructions on how to edit the website locally. To view the site locally, you will need to change the baseURL
by commenting out the baseURL: 'https://www.sfu.ca/lux/'
line and uncommenting the baseURL: 'http://localhost:1313/'
line in the file /config/_default/config.yaml
, as shown below.
title: 'Dodge Optics Lab' # Website name
baseURL: 'https://www.sfu.ca/lux/' # Website URL
# baseURL: 'http://localhost:1313/' # Local testing