Skip to content

C3-PRO/c3-pro.github.io

Repository files navigation

C3-PRO Website

Website for the C3-PRO technology toolchain. Hosted at c3-pro.chip.org.

Building the Site

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