jekyll/lib/jekyll
Daniel Schauenberg 81e4e1d8f4 add support for unpublished drafts
I keep all my ideas for blog posts as drafts in my draft folder. However I'm
only really working on a couple at once. This let's me mark drafts that I'm
not working on right now as unpublished so they don't clutter the site while
I'm checking on the other drafts.
2014-03-22 19:52:10 -04:00
..
commands Initialize each command in its own class so we can be *magical*. 2014-03-13 14:07:05 -04:00
converters Rename those Utils functions. 2014-03-04 15:52:05 -05:00
generators add a space between "find" and "an" 2013-12-01 19:11:16 -05:00
tags Went with @stomar's suggestion 2014-03-19 00:49:50 -04:00
cleaner.rb clean up comments to be more concise/uniform 2013-10-05 13:20:30 -04:00
command.rb Initialize each command in its own class so we can be *magical*. 2014-03-13 14:07:05 -04:00
configuration.rb Rename those Utils functions. 2014-03-04 15:52:05 -05:00
converter.rb Rename the pygments option to highlighter 2013-12-22 12:45:15 +01:00
convertible.rb Rename those Utils functions. 2014-03-04 15:52:05 -05:00
deprecator.rb Fix various typos and improve the doc 2013-12-23 13:03:29 +01:00
draft.rb Update #relative_path for _drafts and add tests. 2014-02-11 12:48:34 +00:00
entry_filter.rb Move #glob_include? from core_ext to entry_filter 2014-01-08 20:24:21 -08:00
errors.rb Remove new lines between module and class 2013-01-20 00:00:49 +00:00
excerpt.rb Remove unnecessary references to `self` 2014-02-21 16:27:21 -06:00
filters.rb Merge pull request #1910 from pborreli/typos 2014-01-04 08:12:20 -08:00
generator.rb Remove new lines between module and class 2013-01-20 00:00:49 +00:00
layout.rb Remove unnecessary references to `self` 2014-02-21 16:27:21 -06:00
layout_reader.rb Sanitize paths uniformly, in a Windows-friendly way. 2014-02-23 20:05:23 -05:00
mime.types sync mime types to GitHub 2014-01-26 12:15:15 -06:00
page.rb Rename those Utils functions. 2014-03-04 15:52:05 -05:00
plugin.rb Remove new lines between module and class 2013-01-20 00:00:49 +00:00
post.rb Rename those Utils functions. 2014-03-04 15:52:05 -05:00
related_posts.rb Remove unnecessary references to `self` 2014-02-21 16:27:21 -06:00
site.rb add support for unpublished drafts 2014-03-22 19:52:10 -04:00
static_file.rb Sort the static files by relative path before sending to liquid 2014-02-19 14:02:03 -05:00
stevenson.rb Trim trailing spaces and convert tabs to spaces. 2014-03-11 07:44:01 +02:00
url.rb rebreak tests, move sanitization closer to write 2014-01-13 22:21:30 -08:00
utils.rb Rename those Utils functions. 2014-03-04 15:52:05 -05:00
version.rb Greatly simplify Jekyll's gemspec. 2014-02-24 16:15:51 -05:00