GitHunt
DH

dhermes/bossylobster-blog

Content, Settings and Build for my Blog

Bossy Lobster Blog

This repository houses the content of my blog posts
as markdown. The blog is built with Pelican and I followed
jakevdp's PythonicPerambulations while getting started.

After cloning, local dev can be done via

nox --session clean
nox --session html --reuse-existing-virtualenvs
nox --session serve --reuse-existing-virtualenvs

# NOTE: For newer versions of Python 3.7 / nox / pip, there may be environment
#       issues and you may need to manually create virtual environments first.

mkdir ./.nox
python3.7 -m venv ./.nox/html/
python3.7 -m venv ./.nox/serve/

This relies on heavily on the pelican-octopress-theme with
a few of my own tweaks. (Hopefully they will just land in
master.)

Publish Instructions

Build with the PUBLISH environment variable set to true and then
replace the content on dhermes.github.io with the contents
of output/. (Be careful not to write over the CNAME file.)

PUBLISH=true nox --session html --reuse-existing-virtualenvs

Content Attribution

Languages

Python61.5%Go19.5%TypeScript6.9%JavaScript4.4%Shell3.8%CSS1.7%HTML1.3%C0.8%

Contributors

Apache License 2.0
Created November 7, 2014
Updated November 3, 2025