jekyll/features
Parker Moore 6bd07501e8 Merge branch 'frontmatter-defaults' of git://github.com/maul-esel/jekyll into maul-esel-frontmatter-defaults
* 'frontmatter-defaults' of git://github.com/maul-esel/jekyll:
  move self.type to convertible
  oops, fix minor indentation quirk
  document frontmatter defaults precedence
  adjust frontmatter defaults precedence handling
  change cucumber feature to test for precedence too
  fix frontmatter defaults for custom paths
  more robust cucumber features
  fix slash handling for paths
  move cucumber features to own file
  fix minor docs quirk
  improve path checking, now using Pathname instead of regex
  Add site documentation for the new feature
  add inline code docs
  improve validation code
  fix for Ruby 1.8
  Add basic cucumber features for frontmatter defaults
  Retrieve frontmatter defaults when retrieved internally
  make frontmatter defaults available to liquid
  add a class `FrontmatterDefaults` for handling of frontmatter defaults
  Add a method to retrieve type to post, page and draft

Conflicts:
	lib/jekyll.rb
	lib/jekyll/convertible.rb
	lib/jekyll/core_ext.rb
	lib/jekyll/page.rb
	lib/jekyll/post.rb
2014-04-04 15:32:27 -04:00
..
step_definitions Move test dir to inside tmp in this repo. 2014-03-18 23:53:31 -04:00
support Move test dir to inside tmp in this repo. 2014-03-18 23:53:31 -04:00
create_sites.feature Fix tables alignments in Cucumber features 2014-03-01 23:10:05 +04:00
data.feature Autoload yaml files under _data directory 2013-10-01 11:23:33 +08:00
drafts.feature add support for unpublished drafts 2014-03-22 19:52:10 -04:00
embed_filters.feature Remove redundant whitespace in a Cucumber feature 2014-03-01 23:32:30 +04:00
frontmatter_defaults.feature change cucumber feature to test for precedence too 2013-10-15 13:32:49 +02:00
include_tag.feature Fix tables alignments in Cucumber features 2014-03-01 23:10:05 +04:00
markdown.feature Fix tables alignments in Cucumber features 2014-03-01 23:10:05 +04:00
pagination.feature Fix tables alignments in Cucumber features 2014-03-01 23:10:05 +04:00
permalinks.feature Fix tables alignments in Cucumber features 2014-03-01 23:10:05 +04:00
post_data.feature Fix tables alignments in Cucumber features 2014-03-01 23:10:05 +04:00
post_excerpts.feature Fix tables alignments in Cucumber features 2014-03-01 23:10:05 +04:00
site_configuration.feature Fix tables alignments in Cucumber features 2014-03-01 23:10:05 +04:00
site_data.feature Fix tables alignments in Cucumber features 2014-03-01 23:10:05 +04:00