2020-02-14
pbb now adds a link to the index page to every page on
the blog. The link doubles as the blog title, and the index page now has
the heading “All posts”.
It has learned a new command as well: pbb init
initializes a blog in an empty Git repository. It
source branch,artifacts directory to the
.gitignore file,includes and images
directories,I’m thinking of renaming the images directory to
something like assets or static and have
pandoc look for it with the --resource-path option; that’d
save some typing when writing posts.