Generating portfolios from pads again!
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
Luke Murphy acfdc09f03
Hack, hack, hack
hace 5 años
.gitignore Bootstrap the portfolio generator hace 5 años
Makefile Hack, hack, hack hace 5 años
README.md Add link to other application hace 5 años
header.html Hack, hack, hack hace 5 años
styles.css Hack, hack, hack hace 5 años

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