Website for the C3-PRO technology toolchain. Hosted at c3-pro.chip.org.
The site uses Jinja2 templates, rendered using a Python script, and uses SASS and requires Bourbon. To develop the website, install the Python requirements, best into a virtual environment:
virtualenv -p python3 env
. env/bin/activate
pip install -r requirements.txt
./build.py
You will need the sass gem to let sass update the CSS:
gem install bourbon
cd sass
bourbon install
cd ..
sass --watch -t compact sass:static