Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 682 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 682 Bytes

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