My post scaffolder for Jekyll
December 9, 2014
I’ve just started to use Jekyll as my blogging engine. It’s mostly nice but I’m getting used to a new tool. And maybe actually the lack of tools since it’s just markdown and git.
One of the things that I found early to be a stumbling block was to create a new post. Since I’m still fresh to the structure of the YAML front-matter, I found myself copying and pasting, missing and misunderstanding.
So I looked for a post generator and found this gist that is used, at the command line, to scaffold up the structure of a new blog post.
Let me show you how I tweaked it and a problem that I ran into, being a newbie.
Tweaking the script
I’m very much a newbie in bash script files so bear with me and please enlighten me if this can be better.
First of all,...