Sublime Forum

Jekyll content creation tools

#1

I’ve started working on a plugin that allows for faster creation of blog posts to be consumed by the Jekyll site generator and the Jekyll Bootstrap framework.

https://github.com/dnfehren/SublimeJekyll

Right now you can only create a new post using a command palette command or a menu option under tools, but as I use Jekyll more I will try to expand what the plugin can do.

When you invoke the plugin you’ll be prompted for a post title. That title, along with the current date will be the new file name for a new view/buffer. The view will also contain the YAML front matter expected by Jekyll to be saved where ever you keep your blog content.

This is new work for me so any advice, critiques or suggestions would be much appreciated.

https://github.com/mojombo/jekyll
http://jekyllbootstrap.com/

0 Likes