this site is built with a custom python script:
conda activate blog
python build.pythe script reads markdown files from pages/ and posts/, renders them to html using
python-markdown with code highlighting, wraps them in jinja2 templates, and outputs
to the docs/ directory (github pages deployment target).
- python 3
markdown,jinja2,pyyaml,pygments(available in theblogconda env)