Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 723 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 723 Bytes

The TODO group website assets

This repo houses the assets used to build the website for the TODO Group at https://todogroup.org.

Building the site

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

Running the site locally

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.