This site is built using Hugo and hosted on Netlify.
To run the site locally, install Hugo and run:
make serve
Navigate to http://localhost:1313 in your browser to view the site.
This site is published automatically by Netlify. Any time you push changes to the master
branch, the site will be rebuilt and republished with those changes.
All of the site's content is generated from sources that are not directly in the HTML templates:
- The site's title is set using the
title
variable in the site's mainconfig.toml
configuration file; the subtitle is set usingparams.home.subtitle
; the large-text info section above the "About" section is set usingparams.home.info
; and the "About" section is set usingparams.home.about
. Markdown is supported in all of these text blocks. - The navbar links are generated from the
params.nav
map inconfig.toml
- The FAQ is generated from the
data/faq.yaml
file
This site uses the Bulma CSS framework. The Sass used to build the site's CSS is in assets/sass/style.sass
. If you make changes to the Sass while running the site locally, Hugo will automatically update the CSS and refresh the page in the browser.