Skip to content

chipsalliance/chips-alliance-website

Repository files navigation

CHIPS Alliance Website

This site is based off of the Sendit Hugo theme and powers chipsalliance.org.

Develop

This theme was built with Hugo version v0.108.0+extended, but should support newer versions as well.

Prerequisites

Install Hugo

Quickstart

Start site: hugo server. The site will be at: http://localhost:1313/

Update Modules

The Workgroups and Projects pages are created from files in the TSC repo and pulled in to the site via Hugo Modules. The build system assumes that the TSC repository is used as a local module. Prior building the website, the TSC repository has to be cloned into the themes/tsc directory. To do so, run the following command:

git clone https://github.com/chipsalliance/tsc themes/tsc

In the top level directory of this project. To update the module simply pull the latest code of the TSC repository.