From 645baf33534787631dbc510567501971952676d1 Mon Sep 17 00:00:00 2001 From: Ryan Morrissey <23maverick23@gmail.com> Date: Wed, 29 Jan 2014 23:09:42 -0500 Subject: [PATCH] =?UTF-8?q?Added=20new=20=E2=80=9CEditors=E2=80=9D=20secti?= =?UTF-8?q?on=20to=20`=5Fplugins`=20for=20=E2=80=9Csublime-jekyll=E2=80=9D?= =?UTF-8?q?.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- site/docs/plugins.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/site/docs/plugins.md b/site/docs/plugins.md index 2126ea7f..91bf4384 100644 --- a/site/docs/plugins.md +++ b/site/docs/plugins.md @@ -525,6 +525,10 @@ You can find a few useful plugins at the following locations: - [grunt-jekyll](https://github.com/dannygarcia/grunt-jekyll): A straightforward [Grunt](http://gruntjs.com/) plugin for Jekyll. - [jekyll-postfiles](https://github.com/indirect/jekyll-postfiles): Add `_postfiles` directory and {% raw %}`{{ postfile }}`{% endraw %} tag so the files a post refers to will always be right there inside your repo. +#### Editors + +- [sublime-jekyll](https://github.com/23maverick23/sublime-jekyll): A Sublime Text package for Jekyll static sites. This package should help creating Jekyll sites and posts easier by providing access to key template tags and filters, as well as common completions and a current date/datetime command (for dating posts). You can install this package manually via GitHub, or via [Package Control](https://sublime.wbond.net/packages/Jekyll). +
Jekyll Plugins Wanted