This repo houses the assets used to build the website for the TODO Group at https://todogroup.org.
This site is built using the Hugo static site generator and hosted on Netlify. In order to build the site, you'll need to install Hugo:
# macOS
brew install hugo
If you want to edit the content of the site locally:
hugo server \
--disableFastRender \
--buildDrafts \
--buildFuture \
--ignoreCache
This will run the site on localhost:1313
. Just navigate to http://localhost:1313 in your browser and you should see the site running.