Biography is the static site generator for this site. I plan on my site becoming something akin to a biography by posting my life's work here.

Biography parses a custom templating format based on runic:

! code block
> blockquote
# header
% comment
& paragraph
| image | background-color
& paragraph
& `inline code`
& [text][link]

Runic files are stored in the page directory. To parse all runic files to html, run

 python3 bio.py print

To clear all current html files, run

 python3 bio.py burn