jekyll/lib/jekyll
Zlatan Vasović 699066ef85 Add `.mkdown` as valid Markdown extension
GitHub Linguist recognizes `.mkdown` as Markdown, so Jekyll should support it as Jekyll is used on GitHub pages.
2014-02-15 22:01:37 +01:00
..
commands Merge pull request #1910 from pborreli/typos 2014-01-04 08:12:20 -08:00
converters fixes based on @mattr-'s notes 2014-01-24 12:19:19 -05:00
generators add a space between "find" and "an" 2013-12-01 19:11:16 -05:00
tags fix full path leak to source directory when using include tag 2014-01-15 21:36:35 +01:00
cleaner.rb clean up comments to be more concise/uniform 2013-10-05 13:20:30 -04:00
command.rb Use Jekyll.logger instead of Jekyll::Stevenson to log things. 2013-05-29 11:58:35 +02:00
configuration.rb Add `.mkdown` as valid Markdown extension 2014-02-15 22:01:37 +01:00
converter.rb Rename the pygments option to highlighter 2013-12-22 12:45:15 +01:00
convertible.rb switched from YAML.safe_load* to SafeYAML.load* 2014-01-23 17:25:17 -08:00
core_ext.rb Move #glob_include? from core_ext to entry_filter 2014-01-08 20:24:21 -08:00
deprecator.rb Fix various typos and improve the doc 2013-12-23 13:03:29 +01:00
draft.rb Kill unnecessary return keyword. 2013-03-03 18:43:54 -08: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 Use 'Forwardable' module to pass along some attribute calls to @post 2014-01-10 22:54:06 -08: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 provide access to the layout name so when shit goes down we get the name of the layout which couldn't be processed 2013-05-17 22:45:39 +02:00
layout_reader.rb Wrap the LayoutReader in the Jekyll module 2014-02-06 23:07:38 -06:00
mime.types sync mime types to GitHub 2014-01-26 12:15:15 -06:00
page.rb Give File.join the strings from the array 2014-02-08 00:38:59 -05:00
plugin.rb Remove new lines between module and class 2013-01-20 00:00:49 +00:00
post.rb Merge pull request #1976 from jekyll/fix-pagination-issue 2014-02-13 12:39:23 -06:00
related_posts.rb Latest post is chosen first in related posts 2013-07-06 15:11:52 +05:30
site.rb Remove Site#read_layouts 2014-02-06 22:46:09 -06:00
static_file.rb Remove new lines between module and class 2013-01-20 00:00:49 +00:00
stevenson.rb Fix 'undefined method `gsub' for nil:NilClass' when undefined method is called. 2013-08-06 20:06:33 +02:00
url.rb Use do ... end for multiline block 2013-07-31 23:17:56 +02:00