An example portfolio document, built using Bikeshed.
View the built HTML version and PDF version of the document.
First create a venv within this repo, and switch to it.
python -m venv venv
source venv/bin/activate
Then install bikeshed and update its datafiles.
pip install bikeshed
bikeshed update
To build the spec to HTML run bikeshed spec
.
To convert the HTML document to a PDF document, install weasyprint by following the instructions for your operating system.
You can then run weasyprint index.html index.pdf
.