An Update to Jekyll Publisher
I’ve started using Jekyll again, and I remembered the tool for automatically creating pages and publishing blogs that I posted a while back. I’ve re-written it so that it uses command-line arguments instead of requiring interaction at each step. Now it’s much faster to use (and can be automated, if you wanted to do that for some reason). You can find the new version of it as a Gist on GitHub.
Usage information is available with the --help
argument. Supported commands are newpage
for creating new static pages, newblog
for new blog posts, and git
for committing and publishing changes to GitHub Pages.