Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 623 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 623 Bytes

build on linux using the apt package manager:

sudo apt install python3-virtualenv yui-compressor
mkdir analysis.null.place
cd analysis.null.place
virtualenv .
source bin/activate
pip3 install pelican Markdown requests image
git clone [email protected]:mulllhausen/analysis.null.place.git output
cd output/.source
make publish

to debug:

pip3 install pudb
# suppress the "generating..." spinner like so:
make html | cat
# also note that placing the pu.db breakpoint early, such as during the
# initialized pelican signal loads pudb before the "generating..." spinner