This is a brochure website for the International Interactive Computing Collaboration (2i2c). It is built from the academic hugo theme.
The production site at https://2i2c.org is hosted on GitHub Pages.
It is built and deployed from main by .github/workflows/deploy.yml.
Netlify is only used for pull request deploy previews.
It does not serve the production site.
The Netlify build is configured in netlify.toml.
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.