dhermes / bossylobster-blog

Content, Settings and Build for my Blog
Apache License 2.0
2 stars 3 forks source link

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 -s clean
nox -s html
nox -s serve &
nox -s stopserver

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.)

Content Attribution