proboards-website-generator/README.md
Sebastian Hugentobler cf7819fb1e initial commit
2015-05-12 16:47:18 +02:00

552 B

Proboards Website Generator

A quick way to visualise the data obtained by my proboards-saver tool.

Python3 with Jinja2 is needed.

Usage


build a static website out of a proboard json dump

optional arguments:
  -h, --help       show this help message and exit
  --data DATA      board data (json file)
  --static STATIC  path to the static files (images, attachments)
  --out OUT        path where the website gets rendered to```