Build quick presentations from markdown files.

Usage:

pipenv run python bbig.py <markdown-file>

Build all markdown files with:

pipenv run python bbig.py *.md

Under the hood this really just combines a bunch of bigger utilities:

The Markdown files in this repository are presentations.

Processed examples:

The docs folder is generated locally (i.e. not with Github Actions) and deployed with Github Pages.

The screenshots.py script is a simple utility to generate screenshots from a hosted presentation:

python3 screenshots.py http://localhost:8000/top10.html --num-slides=62

Licence