Generating portfolios from pads again!
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
Luke Murphy acfdc09f03
Hack, hack, hack
5 年前
.gitignore Bootstrap the portfolio generator 5 年前
Makefile Hack, hack, hack 5 年前
README.md Add link to other application 5 年前
header.html Hack, hack, hack 5 年前
styles.css Hack, hack, hack 5 年前

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