Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 794 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 794 Bytes

PortfolioExample

An example portfolio document, built using Bikeshed.

View the built HTML version and PDF version of the document.

Setup

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.