Helper Script To Create Post Template For Jekyll Blogs
It has been tedious to name a Jekyll post file with the weird format. So, I created a python script to solve this. :)
The gist tries to solve not only the naming problem, but also adds helpers to create the required front-matter.
Also, I have added a small wrapper in my blog over the script (which is added as a submodule) so that I don’t have to play with the scripts parameters each time. You can have a look at it here.