jekyll

Writing a Rake Task to Generate New Posts for a Jekyll-Powered Blog

Writing a Rake Task to Generate New Posts for a Jekyll-Powered Blog 910 1364 Clark

rake gen:post TITLE="[INSERT TITLE]" [D] [FN] [TAGS] I couldn’t find a good plugin online for using a command to generate Jekyll post-files automatically date-stamped and stubbed with content/YAML front matter. So, I got some practice writing a simple Rake task. Here is an easy way to create a custom post…

read more