This site is based off of the Sendit Hugo theme and powers chipsalliance.org.
This theme was built with Hugo version v0.108.0+extended
, but should support newer versions as well.
Start site: hugo server
. The site will be at: http://localhost:1313/
The Workgroups and Projects pages are created from files in the TAC repo and pulled in to the site via Hugo Modules. The build system assumes that the TAC repository is used as a local module.
Prior building the website, the TAC repository has to be cloned into the themes/tac
directory. To do so, run the following command:
git clone https://github.com/chipsalliance/tac themes/tac
In the top level directory of this project. To update the module simply pull the latest code of the TAC repository.