Generating portfolios from pads again!
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
Luke Murphy acfdc09f03
Hack, hack, hack
il y a 5 ans
.gitignore Bootstrap the portfolio generator il y a 5 ans
Makefile Hack, hack, hack il y a 5 ans
README.md Add link to other application il y a 5 ans
header.html Hack, hack, hack il y a 5 ans
styles.css Hack, hack, hack il y a 5 ans

README.md

rigged-systems-portfolio-generator

Largely stolen from the nooo-sfonds application.

$ sudo apt install -y \
  build-essential curl libcairo2 libcairo2-dev libffi-dev libgdk-pixbuf2.0-0 libpango-1.0-0 \
  libpangocairo-1.0-0 pandoc python3 python3-cffi python3-dev python3-pip python3-setuptools \
  python3-wheel shared-mime-info
$ python3 -m venv .venv && source .venv/bin/activate
$ pip install weasyprint
$ make portfolio