This is a brochure website for the International Interactive Computing Collaboration (2i2c). It is built from the academic hugo theme.
This website is hosted by GitHub Pages, and we use Netlify to display previews of the website from PRs.
This project includes nox automation for building and previewing the website:
First install nox. Then:
# Build the website
nox -s docs
# Build and serve with live reload at http://localhost:1313
nox -s docs-liveThe nox sessions will automatically download Hugo Extended v0.125.3 from GitHub releases on first run and cache it for subsequent runs. To force a clean rebuild, use nox -s docs --no-reuse-existing-virtualenvs.
See the Team Compass blog documentation for more information.
See contribute/blog.md.
See contribute/features.md.
See contribute/jobs.md.
We are using the latest version of the Hugo Blox theme (used to be the "Wowchemy Academic Theme"). See its documentation for information about customization and usage.