Skip to content

The group for companies that run open source programs

License

Notifications You must be signed in to change notification settings

raboof/todogroup.github.io

 
 

Repository files navigation

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.

About

The group for companies that run open source programs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 66.4%
  • HTML 31.4%
  • JavaScript 1.6%
  • Makefile 0.6%