jekyll 2.2.0 → 2.3.0

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of jekyll might be problematic. Click here for more details.

Files changed (306) hide show
  1. checksums.yaml +4 -4
  2. data/README.markdown +1 -1
  3. data/lib/jekyll.rb +0 -1
  4. data/lib/jekyll/collection.rb +18 -3
  5. data/lib/jekyll/command.rb +0 -25
  6. data/lib/jekyll/commands/build.rb +7 -2
  7. data/lib/jekyll/commands/help.rb +33 -0
  8. data/lib/jekyll/configuration.rb +36 -28
  9. data/lib/jekyll/converters/markdown/kramdown_parser.rb +1 -1
  10. data/lib/jekyll/convertible.rb +43 -20
  11. data/lib/jekyll/deprecator.rb +15 -8
  12. data/lib/jekyll/document.rb +21 -4
  13. data/lib/jekyll/filters.rb +27 -1
  14. data/lib/jekyll/frontmatter_defaults.rb +46 -12
  15. data/lib/jekyll/plugin.rb +10 -1
  16. data/lib/jekyll/post.rb +6 -13
  17. data/lib/jekyll/related_posts.rb +2 -2
  18. data/lib/jekyll/renderer.rb +7 -2
  19. data/lib/jekyll/site.rb +5 -7
  20. data/lib/jekyll/static_file.rb +24 -4
  21. data/lib/jekyll/tags/include.rb +3 -1
  22. data/lib/jekyll/tags/post_url.rb +2 -2
  23. data/lib/jekyll/utils.rb +88 -69
  24. data/lib/jekyll/version.rb +1 -1
  25. data/lib/site_template/_config.yml +6 -4
  26. data/lib/site_template/_includes/footer.html +43 -49
  27. data/lib/site_template/_includes/head.html +3 -4
  28. data/lib/site_template/_includes/header.html +9 -10
  29. data/lib/site_template/_layouts/default.html +6 -5
  30. data/lib/site_template/_layouts/page.html +3 -3
  31. data/lib/site_template/_layouts/post.html +4 -4
  32. data/lib/site_template/_posts/0000-00-00-welcome-to-jekyll.markdown.erb +6 -5
  33. data/lib/site_template/_sass/_base.scss +203 -0
  34. data/lib/site_template/_sass/_layout.scss +236 -0
  35. data/lib/site_template/_sass/_syntax-highlighting.scss +67 -0
  36. data/lib/site_template/css/main.scss +49 -0
  37. data/lib/site_template/feed.xml +1 -1
  38. data/lib/site_template/index.html +7 -4
  39. metadata +24 -431
  40. data/.gitignore +0 -15
  41. data/.travis.yml +0 -27
  42. data/CONTRIBUTING.markdown +0 -91
  43. data/Gemfile +0 -2
  44. data/History.markdown +0 -1310
  45. data/Rakefile +0 -268
  46. data/cucumber.yml +0 -3
  47. data/docs/jp/CONTRIBUTING.jp.markdown +0 -93
  48. data/docs/jp/README.jp.markdown +0 -68
  49. data/features/collections.feature +0 -145
  50. data/features/create_sites.feature +0 -158
  51. data/features/data.feature +0 -105
  52. data/features/drafts.feature +0 -46
  53. data/features/embed_filters.feature +0 -107
  54. data/features/frontmatter_defaults.feature +0 -136
  55. data/features/include_tag.feature +0 -68
  56. data/features/markdown.feature +0 -67
  57. data/features/pagination.feature +0 -82
  58. data/features/permalinks.feature +0 -85
  59. data/features/post_data.feature +0 -261
  60. data/features/post_excerpts.feature +0 -50
  61. data/features/rendering.feature +0 -34
  62. data/features/site_configuration.feature +0 -283
  63. data/features/site_data.feature +0 -107
  64. data/features/step_definitions/jekyll_steps.rb +0 -201
  65. data/features/support/env.rb +0 -65
  66. data/jekyll.gemspec +0 -66
  67. data/lib/site_template/css/main.css +0 -410
  68. data/script/bootstrap +0 -4
  69. data/script/branding +0 -11
  70. data/script/cibuild +0 -7
  71. data/script/console +0 -38
  72. data/script/proof +0 -22
  73. data/script/rebund +0 -140
  74. data/script/test +0 -17
  75. data/site/.gitignore +0 -4
  76. data/site/CNAME +0 -1
  77. data/site/README +0 -1
  78. data/site/_config.yml +0 -9
  79. data/site/_data/docs.yml +0 -46
  80. data/site/_includes/analytics.html +0 -30
  81. data/site/_includes/anchor_links.html +0 -32
  82. data/site/_includes/css/font-awesome.css +0 -44
  83. data/site/_includes/css/gridism.css +0 -110
  84. data/site/_includes/css/normalize.css +0 -1
  85. data/site/_includes/css/pygments.css +0 -72
  86. data/site/_includes/css/style.css +0 -1045
  87. data/site/_includes/docs_contents.html +0 -8
  88. data/site/_includes/docs_contents_mobile.html +0 -10
  89. data/site/_includes/docs_option.html +0 -11
  90. data/site/_includes/docs_ul.html +0 -20
  91. data/site/_includes/footer.html +0 -15
  92. data/site/_includes/header.html +0 -18
  93. data/site/_includes/news_contents.html +0 -33
  94. data/site/_includes/news_contents_mobile.html +0 -11
  95. data/site/_includes/news_item.html +0 -24
  96. data/site/_includes/primary-nav-items.html +0 -17
  97. data/site/_includes/section_nav.html +0 -22
  98. data/site/_includes/top.html +0 -17
  99. data/site/_layouts/default.html +0 -13
  100. data/site/_layouts/docs.html +0 -23
  101. data/site/_layouts/news.html +0 -19
  102. data/site/_layouts/news_item.html +0 -27
  103. data/site/_posts/2013-05-06-jekyll-1-0-0-released.markdown +0 -23
  104. data/site/_posts/2013-05-08-jekyll-1-0-1-released.markdown +0 -27
  105. data/site/_posts/2013-05-12-jekyll-1-0-2-released.markdown +0 -28
  106. data/site/_posts/2013-06-07-jekyll-1-0-3-released.markdown +0 -25
  107. data/site/_posts/2013-07-14-jekyll-1-1-0-released.markdown +0 -27
  108. data/site/_posts/2013-07-24-jekyll-1-1-1-released.markdown +0 -31
  109. data/site/_posts/2013-07-25-jekyll-1-0-4-released.markdown +0 -20
  110. data/site/_posts/2013-07-25-jekyll-1-1-2-released.markdown +0 -20
  111. data/site/_posts/2013-09-06-jekyll-1-2-0-released.markdown +0 -23
  112. data/site/_posts/2013-09-14-jekyll-1-2-1-released.markdown +0 -19
  113. data/site/_posts/2013-10-28-jekyll-1-3-0-rc1-released.markdown +0 -19
  114. data/site/_posts/2013-11-04-jekyll-1-3-0-released.markdown +0 -43
  115. data/site/_posts/2013-11-26-jekyll-1-3-1-released.markdown +0 -21
  116. data/site/_posts/2013-12-07-jekyll-1-4-0-released.markdown +0 -30
  117. data/site/_posts/2013-12-09-jekyll-1-4-1-released.markdown +0 -20
  118. data/site/_posts/2013-12-16-jekyll-1-4-2-released.markdown +0 -18
  119. data/site/_posts/2014-01-13-jekyll-1-4-3-released.markdown +0 -26
  120. data/site/_posts/2014-03-24-jekyll-1-5-0-released.markdown +0 -19
  121. data/site/_posts/2014-03-27-jekyll-1-5-1-released.markdown +0 -26
  122. data/site/_posts/2014-05-06-jekyll-turns-2-0-0.markdown +0 -31
  123. data/site/_posts/2014-05-08-jekyll-2-0-3-released.markdown +0 -18
  124. data/site/_posts/2014-06-04-jekyll-stickers-1-dollar-stickermule.markdown +0 -19
  125. data/site/_posts/2014-06-28-jekyll-turns-21-i-mean-2-1-0.markdown +0 -31
  126. data/site/_posts/2014-07-01-jekyll-2-1-1-released.markdown +0 -30
  127. data/site/_posts/2014-07-29-jekyll-2-2-0-released.markdown +0 -19
  128. data/site/css/screen.css +0 -31
  129. data/site/docs/assets.md +0 -66
  130. data/site/docs/collections.md +0 -259
  131. data/site/docs/configuration.md +0 -536
  132. data/site/docs/continuous-integration.md +0 -177
  133. data/site/docs/contributing.md +0 -133
  134. data/site/docs/datafiles.md +0 -108
  135. data/site/docs/deployment-methods.md +0 -127
  136. data/site/docs/drafts.md +0 -21
  137. data/site/docs/extras.md +0 -18
  138. data/site/docs/frontmatter.md +0 -191
  139. data/site/docs/github-pages.md +0 -91
  140. data/site/docs/history.md +0 -1514
  141. data/site/docs/index.md +0 -58
  142. data/site/docs/installation.md +0 -106
  143. data/site/docs/migrations.md +0 -11
  144. data/site/docs/pages.md +0 -86
  145. data/site/docs/pagination.md +0 -212
  146. data/site/docs/permalinks.md +0 -188
  147. data/site/docs/plugins.md +0 -561
  148. data/site/docs/posts.md +0 -211
  149. data/site/docs/quickstart.md +0 -26
  150. data/site/docs/resources.md +0 -43
  151. data/site/docs/sites.md +0 -29
  152. data/site/docs/structure.md +0 -190
  153. data/site/docs/templates.md +0 -376
  154. data/site/docs/troubleshooting.md +0 -147
  155. data/site/docs/upgrading.md +0 -146
  156. data/site/docs/usage.md +0 -74
  157. data/site/docs/variables.md +0 -382
  158. data/site/docs/windows.md +0 -44
  159. data/site/favicon.ico +0 -0
  160. data/site/feed.xml +0 -48
  161. data/site/fonts/FontAwesome.otf +0 -0
  162. data/site/fonts/fontawesome-webfont.eot +0 -0
  163. data/site/fonts/fontawesome-webfont.svg +0 -504
  164. data/site/fonts/fontawesome-webfont.ttf +0 -0
  165. data/site/fonts/fontawesome-webfont.woff +0 -0
  166. data/site/freenode.txt +0 -1
  167. data/site/img/article-footer.png +0 -0
  168. data/site/img/footer-arrow.png +0 -0
  169. data/site/img/footer-logo.png +0 -0
  170. data/site/img/jekyll-sticker.jpg +0 -0
  171. data/site/img/logo-2x.png +0 -0
  172. data/site/img/logo-rss.png +0 -0
  173. data/site/img/octojekyll.png +0 -0
  174. data/site/index.html +0 -90
  175. data/site/js/html5shiv.min.js +0 -4
  176. data/site/js/respond.min.js +0 -5
  177. data/site/news/index.html +0 -10
  178. data/site/news/releases/index.html +0 -10
  179. data/test/fixtures/broken_front_matter1.erb +0 -5
  180. data/test/fixtures/broken_front_matter2.erb +0 -4
  181. data/test/fixtures/broken_front_matter3.erb +0 -7
  182. data/test/fixtures/exploit_front_matter.erb +0 -4
  183. data/test/fixtures/front_matter.erb +0 -4
  184. data/test/helper.rb +0 -80
  185. data/test/source/+/%# +.md +0 -6
  186. data/test/source/+/foo.md +0 -7
  187. data/test/source/.htaccess +0 -8
  188. data/test/source/_config.dev.toml +0 -2
  189. data/test/source/_data/categories/dairy.yaml +0 -6
  190. data/test/source/_data/languages.yml +0 -2
  191. data/test/source/_data/members.json +0 -12
  192. data/test/source/_data/members.yaml +0 -7
  193. data/test/source/_data/products.yml +0 -4
  194. data/test/source/_drafts/draft-properties.text +0 -11
  195. data/test/source/_includes/include.html +0 -1
  196. data/test/source/_includes/params.html +0 -7
  197. data/test/source/_includes/sig.markdown +0 -3
  198. data/test/source/_layouts/default.html +0 -27
  199. data/test/source/_layouts/post/simple.html +0 -1
  200. data/test/source/_layouts/simple.html +0 -1
  201. data/test/source/_methods/_do_not_read_me.md +0 -5
  202. data/test/source/_methods/configuration.md +0 -8
  203. data/test/source/_methods/sanitized_path.md +0 -5
  204. data/test/source/_methods/site/_dont_include_me_either.md +0 -5
  205. data/test/source/_methods/site/generate.md +0 -6
  206. data/test/source/_methods/site/initialize.md +0 -4
  207. data/test/source/_methods/um_hi.md +0 -6
  208. data/test/source/_plugins/dummy.rb +0 -8
  209. data/test/source/_posts/2008-02-02-not-published.textile +0 -8
  210. data/test/source/_posts/2008-02-02-published.textile +0 -8
  211. data/test/source/_posts/2008-10-18-foo-bar.textile +0 -8
  212. data/test/source/_posts/2008-11-21-complex.textile +0 -8
  213. data/test/source/_posts/2008-12-03-permalinked-post.textile +0 -9
  214. data/test/source/_posts/2008-12-13-include.markdown +0 -8
  215. data/test/source/_posts/2009-01-27-array-categories.textile +0 -10
  216. data/test/source/_posts/2009-01-27-categories.textile +0 -7
  217. data/test/source/_posts/2009-01-27-category.textile +0 -7
  218. data/test/source/_posts/2009-01-27-empty-categories.textile +0 -7
  219. data/test/source/_posts/2009-01-27-empty-category.textile +0 -7
  220. data/test/source/_posts/2009-01-27-no-category.textile +0 -6
  221. data/test/source/_posts/2009-03-12-hash-#1.markdown +0 -6
  222. data/test/source/_posts/2009-05-18-empty-tag.textile +0 -6
  223. data/test/source/_posts/2009-05-18-empty-tags.textile +0 -6
  224. data/test/source/_posts/2009-05-18-tag.textile +0 -6
  225. data/test/source/_posts/2009-05-18-tags.textile +0 -9
  226. data/test/source/_posts/2009-06-22-empty-yaml.textile +0 -3
  227. data/test/source/_posts/2009-06-22-no-yaml.textile +0 -1
  228. data/test/source/_posts/2010-01-08-triple-dash.markdown +0 -5
  229. data/test/source/_posts/2010-01-09-date-override.textile +0 -7
  230. data/test/source/_posts/2010-01-09-time-override.textile +0 -7
  231. data/test/source/_posts/2010-01-09-timezone-override.textile +0 -7
  232. data/test/source/_posts/2010-01-16-override-data.textile +0 -4
  233. data/test/source/_posts/2011-04-12-md-extension.md +0 -7
  234. data/test/source/_posts/2011-04-12-text-extension.text +0 -0
  235. data/test/source/_posts/2013-01-02-post-excerpt.markdown +0 -14
  236. data/test/source/_posts/2013-01-12-nil-layout.textile +0 -6
  237. data/test/source/_posts/2013-01-12-no-layout.textile +0 -5
  238. data/test/source/_posts/2013-03-19-not-a-post.markdown/.gitkeep +0 -0
  239. data/test/source/_posts/2013-04-11-custom-excerpt.markdown +0 -10
  240. data/test/source/_posts/2013-05-10-number-category.textile +0 -7
  241. data/test/source/_posts/2013-07-22-post-excerpt-with-layout.markdown +0 -23
  242. data/test/source/_posts/2013-08-01-mkdn-extension.mkdn +0 -0
  243. data/test/source/_posts/2013-12-17-include-variable-filters.markdown +0 -21
  244. data/test/source/_posts/2013-12-20-properties.text +0 -11
  245. data/test/source/_posts/2014-01-06-permalink-traversal.md +0 -5
  246. data/test/source/_posts/2014-03-03-yaml-with-dots.md +0 -5
  247. data/test/source/_posts/2014-03-22-escape-+ %20[].markdown +0 -6
  248. data/test/source/_posts/es/2008-11-21-nested.textile +0 -8
  249. data/test/source/_sass/_grid.scss +0 -1
  250. data/test/source/_slides/example-slide-1.html +0 -4
  251. data/test/source/_slides/example-slide-2.html +0 -7
  252. data/test/source/_slides/example-slide-3.html +0 -5
  253. data/test/source/_with.dots/all.dots/2.4.0.md +0 -5
  254. data/test/source/_with.dots/file.with.dots.md +0 -0
  255. data/test/source/about.html +0 -6
  256. data/test/source/category/_posts/2008-9-23-categories.textile +0 -6
  257. data/test/source/contacts.html +0 -5
  258. data/test/source/contacts/bar.html +0 -5
  259. data/test/source/contacts/index.html +0 -5
  260. data/test/source/css/main.scss +0 -4
  261. data/test/source/css/screen.css +0 -76
  262. data/test/source/deal.with.dots.html +0 -7
  263. data/test/source/environment.html +0 -5
  264. data/test/source/exploit.md +0 -5
  265. data/test/source/foo/_posts/bar/2008-12-12-topical-post.textile +0 -8
  266. data/test/source/index.html +0 -22
  267. data/test/source/js/coffeescript.coffee +0 -10
  268. data/test/source/pgp.key +0 -2
  269. data/test/source/products.yml +0 -4
  270. data/test/source/properties.html +0 -8
  271. data/test/source/sitemap.xml +0 -32
  272. data/test/source/static_files.html +0 -4
  273. data/test/source/symlink-test/symlinked-file +0 -22
  274. data/test/source/unpublished.html +0 -7
  275. data/test/source/win/_posts/2009-05-24-yaml-linebreak.markdown +0 -7
  276. data/test/source/z_category/_posts/2008-9-23-categories.textile +0 -6
  277. data/test/suite.rb +0 -11
  278. data/test/test_cleaner.rb +0 -77
  279. data/test/test_coffeescript.rb +0 -49
  280. data/test/test_collections.rb +0 -224
  281. data/test/test_command.rb +0 -53
  282. data/test/test_configuration.rb +0 -201
  283. data/test/test_convertible.rb +0 -49
  284. data/test/test_document.rb +0 -193
  285. data/test/test_draft.rb +0 -56
  286. data/test/test_entry_filter.rb +0 -124
  287. data/test/test_excerpt.rb +0 -131
  288. data/test/test_filters.rb +0 -207
  289. data/test/test_generated_site.rb +0 -97
  290. data/test/test_kramdown.rb +0 -62
  291. data/test/test_layout_reader.rb +0 -34
  292. data/test/test_liquid_extensions.rb +0 -31
  293. data/test/test_log_adapter.rb +0 -59
  294. data/test/test_new_command.rb +0 -104
  295. data/test/test_page.rb +0 -254
  296. data/test/test_path_sanitization.rb +0 -18
  297. data/test/test_post.rb +0 -741
  298. data/test/test_rdiscount.rb +0 -22
  299. data/test/test_redcarpet.rb +0 -77
  300. data/test/test_redcloth.rb +0 -86
  301. data/test/test_related_posts.rb +0 -47
  302. data/test/test_sass.rb +0 -26
  303. data/test/test_site.rb +0 -452
  304. data/test/test_tags.rb +0 -509
  305. data/test/test_url.rb +0 -28
  306. data/test/test_utils.rb +0 -67
@@ -1,21 +0,0 @@
1
- ---
2
- layout: docs
3
- title: Working with drafts
4
- prev_section: posts
5
- next_section: pages
6
- permalink: /docs/drafts/
7
- ---
8
-
9
- Drafts are posts without a date. They're posts you're still working on and don't want to
10
- publish yet. To get up and running with drafts, create a `_drafts` folder in your site's
11
- root (as described in the [site structure](/docs/structure/) section) and create your
12
- first draft:
13
-
14
- {% highlight text %}
15
- |-- _drafts/
16
- | |-- a-draft-post.md
17
- {% endhighlight %}
18
-
19
- To preview your site with drafts, simply run `jekyll serve` or `jekyll build` with
20
- the `--drafts` switch. Each will be assigned the value modification time of the draft file
21
- for its date, and thus you will see currently edited drafts as the latest posts.
@@ -1,18 +0,0 @@
1
- ---
2
- layout: docs
3
- title: Extras
4
- prev_section: plugins
5
- next_section: github-pages
6
- permalink: /docs/extras/
7
- ---
8
-
9
- There are a number of (optional) extra features that Jekyll supports that you
10
- may want to install, depending on how you plan to use Jekyll.
11
-
12
- ## Math Support
13
-
14
- Kramdown comes with optional support for LaTeX to PNG rendering via [MathJax](http://www.mathjax.org/) within math blocks. See the Kramdown documentation on [math blocks](http://kramdown.gettalong.org/syntax.html#math-blocks) and [math support](http://kramdown.gettalong.org/converter/html.html#math-support) for more details.
15
-
16
- ## Alternative Markdown Processors
17
-
18
- See the Markdown section on the [configuration page](/docs/configuration/#markdown-options) for instructions on how to use and configure alternative Markdown processors, as well as how to create [custom processors](/docs/configuration/#custom-markdown-processors).
@@ -1,191 +0,0 @@
1
- ---
2
- layout: docs
3
- title: Front-matter
4
- prev_section: configuration
5
- next_section: posts
6
- permalink: /docs/frontmatter/
7
- ---
8
-
9
- The front-matter is where Jekyll starts to get really cool. Any file that
10
- contains a [YAML](http://yaml.org/) front matter block will be processed by
11
- Jekyll as a special file. The front matter must be the first thing in the file
12
- and must take the form of valid YAML set between triple-dashed lines. Here is a
13
- basic example:
14
-
15
- {% highlight yaml %}
16
- ---
17
- layout: post
18
- title: Blogging Like a Hacker
19
- ---
20
- {% endhighlight %}
21
-
22
- Between these triple-dashed lines, you can set predefined variables (see below
23
- for a reference) or even create custom ones of your own. These variables will
24
- then be available to you to access using Liquid tags both further down in the
25
- file and also in any layouts or includes that the page or post in question
26
- relies on.
27
-
28
- <div class="note warning">
29
- <h5>UTF-8 Character Encoding Warning</h5>
30
- <p>
31
- If you use UTF-8 encoding, make sure that no <code>BOM</code> header
32
- characters exist in your files or very, very bad things will happen to
33
- Jekyll. This is especially relevant if you’re running
34
- <a href="../windows/">Jekyll on Windows</a>.
35
- </p>
36
- </div>
37
-
38
- <div class="note">
39
- <h5>ProTip™: Front Matter Variables Are Optional</h5>
40
- <p>
41
- If you want to use <a href="../variables/">Liquid tags and variables</a> but
42
- don’t need anything in your front-matter, just leave it empty! The set of
43
- triple-dashed lines with nothing in between will still get Jekyll to process
44
- your file. (This is useful for things like CSS and RSS feeds!)
45
- </p>
46
- </div>
47
-
48
- ## Predefined Global Variables
49
-
50
- There are a number of predefined global variables that you can set in the
51
- front-matter of a page or post.
52
-
53
- <div class="mobile-side-scroller">
54
- <table>
55
- <thead>
56
- <tr>
57
- <th>Variable</th>
58
- <th>Description</th>
59
- </tr>
60
- </thead>
61
- <tbody>
62
- <tr>
63
- <td>
64
- <p><code>layout</code></p>
65
- </td>
66
- <td>
67
- <p>
68
-
69
- If set, this specifies the layout file to use. Use the layout file
70
- name without the file extension. Layout files must be placed in the
71
- <code>_layouts</code> directory.
72
-
73
- </p>
74
- </td>
75
- </tr>
76
- <tr>
77
- <td>
78
- <p><code>permalink</code></p>
79
- </td>
80
- <td>
81
- <p>
82
-
83
- If you need your processed blog post URLs to be something other than
84
- the default <code>/year/month/day/title.html</code> then you can set
85
- this variable and it will be used as the final URL.
86
-
87
- </p>
88
- </td>
89
- </tr>
90
- <tr>
91
- <td>
92
- <p><code>published</code></p>
93
- </td>
94
- <td>
95
- <p>
96
- Set to false if you don’t want a specific post to show up when the
97
- site is generated.
98
- </p>
99
- </td>
100
- </tr>
101
- <tr>
102
- <td>
103
- <p style="margin-bottom: 5px;"><code>category</code></p>
104
- <p><code>categories</code></p>
105
- </td>
106
- <td>
107
- <p>
108
-
109
- Instead of placing posts inside of folders, you can specify one or
110
- more categories that the post belongs to. When the site is generated
111
- the post will act as though it had been set with these categories
112
- normally. Categories (plural key) can be specified as a <a
113
- href="http://en.wikipedia.org/wiki/YAML#Lists">YAML list</a> or a
114
- space-separated string.
115
-
116
- </p>
117
- </td>
118
- </tr>
119
- <tr>
120
- <td>
121
- <p><code>tags</code></p>
122
- </td>
123
- <td>
124
- <p>
125
-
126
- Similar to categories, one or multiple tags can be added to a post.
127
- Also like categories, tags can be specified as a YAML list or a space-
128
- separated string.
129
-
130
- </p>
131
- </td>
132
- </tr>
133
- </tbody>
134
- </table>
135
- </div>
136
-
137
-
138
- ## Custom Variables
139
-
140
- Any variables in the front matter that are not predefined are mixed into the
141
- data that is sent to the Liquid templating engine during the conversion. For
142
- instance, if you set a title, you can use that in your layout to set the page
143
- title:
144
-
145
- {% highlight html %}
146
- <!DOCTYPE HTML>
147
- <html>
148
- <head>
149
- <title>{% raw %}{{ page.title }}{% endraw %}</title>
150
- </head>
151
- <body>
152
- ...
153
- {% endhighlight %}
154
-
155
- ## Predefined Variables for Posts
156
-
157
- These are available out-of-the-box to be used in the front-matter for a post.
158
-
159
- <div class="mobile-side-scroller">
160
- <table>
161
- <thead>
162
- <tr>
163
- <th>Variable</th>
164
- <th>Description</th>
165
- </tr>
166
- </thead>
167
- <tbody>
168
- <tr>
169
- <td>
170
- <p><code>date</code></p>
171
- </td>
172
- <td>
173
- <p>
174
- A date here overrides the date from the name of the post. This can be
175
- used to ensure correct sorting of posts.
176
- </p>
177
- </td>
178
- </tr>
179
- </tbody>
180
- </table>
181
- </div>
182
-
183
- <div class="note">
184
- <h5>ProTip™: Don't repeat yourself</h5>
185
- <p>
186
- If you don't want to repeat your frequently used front-matter variables over and over,
187
- just define <a href="../configuration/#frontmatter-defaults" title="frontmatter defaults">defaults</a>
188
- for them and only override them where necessary (or not at all). This works both for predefined
189
- and custom variables.
190
- </p>
191
- </div>
@@ -1,91 +0,0 @@
1
- ---
2
- layout: docs
3
- title: GitHub Pages
4
- prev_section: extras
5
- next_section: deployment-methods
6
- permalink: /docs/github-pages/
7
- ---
8
-
9
- [GitHub Pages](http://pages.github.com) are public web pages for users,
10
- organizations, and repositories, that are freely hosted on GitHub's
11
- `github.io` domain or on a custom domain name of your choice. GitHub Pages are
12
- powered by Jekyll behind the scenes, so in addition to supporting regular HTML
13
- content, they’re also a great way to host your Jekyll-powered website for free.
14
-
15
- ## Deploying Jekyll to GitHub Pages
16
-
17
- GitHub Pages work by looking at certain branches of repositories on GitHub.
18
- There are two basic types available: user/organization pages and project pages.
19
- The way to deploy these two types of sites are nearly identical, except for a
20
- few minor details.
21
-
22
- ### User and Organization Pages
23
-
24
- User and organization pages live in a special GitHub repository dedicated to
25
- only the GitHub Pages files. This repository must be named after the account
26
- name. For example, [@mojombo’s user page
27
- repository](https://github.com/mojombo/mojombo.github.io) has the name
28
- `mojombo.github.io`.
29
-
30
- Content from the `master` branch of your repository will be used to build and
31
- publish the GitHub Pages site, so make sure your Jekyll site is stored there.
32
-
33
- <div class="note info">
34
- <h5>Custom domains do not affect repository names</h5>
35
- <p>
36
- GitHub Pages are initially configured to live under the
37
- <code>username.github.io</code> subdomain, which is why repositories must
38
- be named this way <strong>even if a custom domain is being used</strong>.
39
- </p>
40
- </div>
41
-
42
- ### Project Pages
43
-
44
- Unlike user and organization Pages, Project Pages are kept in the same
45
- repository as the project they are for, except that the website content is
46
- stored in a specially named `gh-pages` branch. The content of this branch will
47
- be rendered using Jekyll, and the output will become available under a subpath
48
- of your user pages subdomain, such as `username.github.io/project` (unless a
49
- custom domain is specified—see below).
50
-
51
- The Jekyll project repository itself is a perfect example of this branch
52
- structure—the [master branch]({{ site.repository }}) contains the
53
- actual software project for Jekyll, however the Jekyll website (that you’re
54
- looking at right now) is contained in the [gh-pages
55
- branch]({{ site.repository }}/tree/gh-pages) of the same repository.
56
-
57
- ### Project Page URL Structure
58
-
59
- Sometimes it's nice to preview your Jekyll site before you push your `gh-pages`
60
- branch to GitHub. However, the subdirectory-like URL structure GitHub uses for
61
- Project Pages complicates the proper resolution of URLs. Here is an approach to
62
- utilizing the GitHub Project Page URL structure (`username.github.io/project-name/`)
63
- whilst maintaining the ability to preview your Jekyll site locally.
64
-
65
- 1. In `_config.yml`, set the `baseurl` option to `/project-name` -- note the
66
- leading slash and the **absence** of a trailing slash.
67
- 2. When referencing JS or CSS files, do it like this:
68
- `{% raw %}{{ site.baseurl }}/path/to/css.css{% endraw %}` -- note the slash
69
- immediately following the variable (just before "path").
70
- 3. When doing permalinks or internal links, do it like this:
71
- `{% raw %}{{ site.baseurl }}{{ post.url }}{% endraw %}` -- note that there
72
- is **no** slash between the two variables.
73
- 4. Finally, if you'd like to preview your site before committing/deploying using
74
- `jekyll serve`, be sure to pass an **empty string** to the `--baseurl` option,
75
- so that you can view everything at `localhost:4000` normally (without
76
- `/project-name` at the beginning): `jekyll serve --baseurl ''`
77
-
78
- This way you can preview your site locally from the site root on localhost,
79
- but when GitHub generates your pages from the gh-pages branch all the URLs
80
- will start with `/project-name` and resolve properly.
81
-
82
- <div class="note">
83
- <h5>GitHub Pages Documentation, Help, and Support</h5>
84
- <p>
85
- For more information about what you can do with GitHub Pages, as well as for
86
- troubleshooting guides, you should check out <a
87
- href="https://help.github.com/categories/20/articles">GitHub’s Pages Help
88
- section</a>. If all else fails, you should contact <a
89
- href="https://github.com/contact">GitHub Support</a>.
90
- </p>
91
- </div>
@@ -1,1514 +0,0 @@
1
- ---
2
- layout: docs
3
- title: History
4
- permalink: "/docs/history/"
5
- prev_section: contributing
6
- ---
7
-
8
- ## 2.2.0 / 2014-07-29
9
- {: #v2-2-0}
10
-
11
- ### Minor Enhancements
12
- {: #minor-enhancements-v2-2-0}
13
-
14
- - Throw a warning if the specified layout does not exist ([#2620]({{ site.repository }}/issues/2620))
15
- - Whitelist Pygments options in safe mode ([#2642]({{ site.repository }}/issues/2642))
16
-
17
- ### Bug Fixes
18
- {: #bug-fixes-v2-2-0}
19
-
20
- - Remove unnecessary `Jekyll::Tags::IncludeTag#blank?` method ([#2625]({{ site.repository }}/issues/2625))
21
- - Categories in the path are ignored ([#2633]({{ site.repository }}/issues/2633))
22
-
23
- ### Development Fixes
24
- {: #development-fixes-v2-2-0}
25
-
26
- - Refactoring Errors & Requires of Third-Party stuff ([#2591]({{ site.repository }}/issues/2591))
27
- - Add further tests for categories ([#2584]({{ site.repository }}/issues/2584))
28
- - Proof site with html-proofer on change ([#2605]({{ site.repository }}/issues/2605))
29
- - Fix up bug in [#2605]({{ site.repository }}/issues/2605) which caused proofing the site not to function ([#2608]({{ site.repository }}/issues/2608))
30
- - Use `bundle exec` in `script/proof` ([#2610]({{ site.repository }}/issues/2610))
31
-
32
- ### Site Enhancements
33
- {: #site-enhancements-v2-2-0}
34
-
35
- - Update Kramdown urls ([#2588]({{ site.repository }}/issues/2588))
36
- - Add `Jekyll::AutolinkEmail` and `Jekyll::GitMetadata` to the list of
37
- third-party plugins ([#2596]({{ site.repository }}/issues/2596))
38
- - Fix a bunch of broken links in the site ([#2601]({{ site.repository }}/issues/2601))
39
- - Replace dead links with working links ([#2611]({{ site.repository }}/issues/2611))
40
- - Add jekyll-hook to deployment methods ([#2617]({{ site.repository }}/issues/2617))
41
- - Added kramdown-with-pygments plugin to the list of third-party plugins ([#2623]({{ site.repository }}/issues/2623))
42
- - Update outdated "Extras" page and remove duplicate documentation ([#2622]({{ site.repository }}/issues/2622))
43
- - Add co2 plugin to list of third-party plugins ([#2639]({{ site.repository }}/issues/2639))
44
- - Attempt to clarify the way Sass imports happen ([#2642]({{ site.repository }}/issues/2642))
45
-
46
-
47
- ## 2.1.1 / 2014-07-01
48
- {: #v2-1-1}
49
-
50
- ### Bug Fixes
51
- {: #bug-fixes-v2-1-1}
52
-
53
- - Patch read vulnerabilities for data & confirm none for layouts ([#2563]({{ site.repository }}/issues/2563))
54
- - Update Maruku dependency to allow use of the latest version ([#2576]({{ site.repository }}/issues/2576))
55
- - Remove conditional assignment from document URL to prevent stale urls ([#2575]({{ site.repository }}/issues/2575))
56
-
57
- ### Site Enhancements
58
- {: #site-enhancements-v2-1-1}
59
-
60
- - Add vertical margin to `highlight` to separate code blocks ([#2558]({{ site.repository }}/issues/2558))
61
- - Add `html_pages` to Variables docs ([#2567]({{ site.repository }}/issues/2567))
62
- - Fixed broken link to Permalinks page ([#2572]({{ site.repository }}/issues/2572))
63
- - Update link to Windows installation guide ([#2578]({{ site.repository }}/issues/2578))
64
-
65
-
66
- ## 2.1.0 / 2014-06-28
67
- {: #v2-1-0}
68
-
69
- ### Minor Enhancements
70
- {: #minor-enhancements-v2-1-0}
71
-
72
- - Bump to the latest Liquid version, 2.6.1 ([#2495]({{ site.repository }}/issues/2495))
73
- - Add support for JSON files in the `_data` directory ([#2369]({{ site.repository }}/issues/2369))
74
- - Allow subclasses to override `EXCERPT_ATTRIBUTES_FOR_LIQUID` ([#2408]({{ site.repository }}/issues/2408))
75
- - Add `Jekyll.env` and `jekyll.environment` (the Liquid var) ([#2417]({{ site.repository }}/issues/2417))
76
- - Use `_config.yaml` or `_config.yml` (`.yml` takes precedence) ([#2406]({{ site.repository }}/issues/2406))
77
- - Override collection url template ([#2418]({{ site.repository }}/issues/2418))
78
- - Allow subdirectories in `_data` ([#2395]({{ site.repository }}/issues/2395))
79
- - Extract Pagination Generator into gem: `jekyll-paginate` ([#2455]({{ site.repository }}/issues/2455))
80
- - Utilize `date_to_rfc822` filter in site template ([#2437]({{ site.repository }}/issues/2437))
81
- - Add categories, last build datetime, and generator to site template
82
- feed ([#2438]({{ site.repository }}/issues/2438))
83
- - Configurable, replaceable Logger-compliant logger ([#2444]({{ site.repository }}/issues/2444))
84
- - Extract `gist` tag into a separate gem ([#2469]({{ site.repository }}/issues/2469))
85
- - Add `collection` attribute to `Document#to_liquid` to access the
86
- document's collection label. ([#2436]({{ site.repository }}/issues/2436))
87
- - Upgrade listen to `2.7.6 <= x < 3.0.0` ([#2492]({{ site.repository }}/issues/2492))
88
- - Allow configuration of different Twitter and GitHub usernames in site template ([#2485]({{ site.repository }}/issues/2485))
89
- - Bump Pygments to v0.6.0 ([#2504]({{ site.repository }}/issues/2504))
90
- - Front-matter defaults for documents in collections ([#2419]({{ site.repository }}/issues/2419))
91
- - Include files with a url which ends in `/` in the `site.html_pages` list ([#2524]({{ site.repository }}/issues/2524))
92
- - Make `highlight` tag use `language-` prefix in CSS class ([#2511]({{ site.repository }}/issues/2511))
93
- - Lookup item property via `item#to_liquid` before `#data` or `#[]` in filters ([#2493]({{ site.repository }}/issues/2493))
94
- - Skip initial build of site on serve with flag ([#2477]({{ site.repository }}/issues/2477))
95
- - Add support for `hl_lines` in `highlight` tag ([#2532]({{ site.repository }}/issues/2532))
96
- - Spike out `--watch` flag into a separate gem ([#2550]({{ site.repository }}/issues/2550))
97
-
98
- ### Bug Fixes
99
- {: #bug-fixes-v2-1-0}
100
-
101
- - Liquid `sort` filter should sort even if one of the values is `nil` ([#2345]({{ site.repository }}/issues/2345))
102
- - Remove padding on `pre code` in the site template CSS ([#2383]({{ site.repository }}/issues/2383))
103
- - Set `log_level` earlier to silence info level configuration output ([#2393]({{ site.repository }}/issues/2393))
104
- - Only list pages which have `title` in site template ([#2411]({{ site.repository }}/issues/2411))
105
- - Accept `Numeric` values for dates, not `Number` values ([#2377]({{ site.repository }}/issues/2377))
106
- - Prevent code from overflowing container in site template ([#2429]({{ site.repository }}/issues/2429))
107
- - Encode URLs in UTF-8 when escaping and unescaping ([#2420]({{ site.repository }}/issues/2420))
108
- - No Layouts or Liquid for Asset Files ([#2431]({{ site.repository }}/issues/2431))
109
- - Allow front-matter defaults to set post categories ([#2373]({{ site.repository }}/issues/2373))
110
- - Fix command in subcommand deprecation warning ([#2457]({{ site.repository }}/issues/2457))
111
- - Keep all parent directories of files/dirs in `keep_files` ([#2458]({{ site.repository }}/issues/2458))
112
- - When using RedCarpet and Rouge without Rouge installed, fixed erroneous
113
- error which stated that redcarpet was missing, not rouge. ([#2464]({{ site.repository }}/issues/2464))
114
- - Ignore *all* directories and files that merit it on auto-generation ([#2459]({{ site.repository }}/issues/2459))
115
- - Before copying file, explicitly remove the old one ([#2535]({{ site.repository }}/issues/2535))
116
- - Merge file system categories with categories from YAML. ([#2531]({{ site.repository }}/issues/2531))
117
- - Deep merge front matter defaults ([#2490]({{ site.repository }}/issues/2490))
118
- - Ensure exclude and include arrays are arrays of strings ([#2542]({{ site.repository }}/issues/2542))
119
- - Allow collections to have dots in their filenames ([#2552]({{ site.repository }}/issues/2552))
120
- - Collections shouldn't try to read in directories as files ([#2552]({{ site.repository }}/issues/2552))
121
- - Be quiet very quickly. ([#2520]({{ site.repository }}/issues/2520))
122
-
123
- ### Development Fixes
124
- {: #development-fixes-v2-1-0}
125
-
126
- - Test Ruby 2.1.2 instead of 2.1.1 ([#2374]({{ site.repository }}/issues/2374))
127
- - Add test for sorting UTF-8 characters ([#2384]({{ site.repository }}/issues/2384))
128
- - Use `https` for GitHub links in documentation ([#2470]({{ site.repository }}/issues/2470))
129
- - Remove coverage reporting with Coveralls ([#2494]({{ site.repository }}/issues/2494))
130
- - Fix a bit of missing TomDoc to `Jekyll::Commands::Build#build` ([#2554]({{ site.repository }}/issues/2554))
131
-
132
- ### Site Enhancements
133
- {: #site-enhancements-v2-1-0}
134
-
135
- - Set `timezone` to `America/Los_Angeles` ([#2394]({{ site.repository }}/issues/2394))
136
- - Improve JavaScript in `anchor_links.html` ([#2368]({{ site.repository }}/issues/2368))
137
- - Remove note on Quickstart page about default markdown converter ([#2387]({{ site.repository }}/issues/2387))
138
- - Remove broken link in extras.md to a Maruku fork ([#2401]({{ site.repository }}/issues/2401))
139
- - Update Font Awesome to v4.1.0. ([#2410]({{ site.repository }}/issues/2410))
140
- - Fix broken link on Installation page to Templates page ([#2421]({{ site.repository }}/issues/2421))
141
- - Prevent table from extending parent width in permalink style table ([#2424]({{ site.repository }}/issues/2424))
142
- - Add collections to info about pagination support ([#2389]({{ site.repository }}/issues/2389))
143
- - Add `jekyll_github_sample` plugin to list of third-party plugins ([#2463]({{ site.repository }}/issues/2463))
144
- - Clarify documentation around front-matter defaults and add details
145
- about defaults for collections. ([#2439]({{ site.repository }}/issues/2439))
146
- - Add Jekyll Project Version Tag to list of third-party plugins ([#2468]({{ site.repository }}/issues/2468))
147
- - Use `https` for GitHub links across whole site ([#2470]({{ site.repository }}/issues/2470))
148
- - Add StickerMule + Jekyll post ([#2476]({{ site.repository }}/issues/2476))
149
- - Add Jekyll Asset Pipeline Reborn to list of third-party plugins ([#2479]({{ site.repository }}/issues/2479))
150
- - Add link to jekyll-compress-html to list of third-party plugins ([#2514]({{ site.repository }}/issues/2514))
151
- - Add Piwigo Gallery to list of third-party plugins ([#2526]({{ site.repository }}/issues/2526))
152
- - Set `show_drafts` to `false` in default configuration listing ([#2536]({{ site.repository }}/issues/2536))
153
- - Provide an updated link for Windows installation instructions ([#2544]({{ site.repository }}/issues/2544))
154
- - Remove `url` from configuration docs ([#2547]({{ site.repository }}/issues/2547))
155
- - Documentation for Continuous Integration for your Jekyll Site ([#2432]({{ site.repository }}/issues/2432))
156
-
157
-
158
- ## 2.0.3 / 2014-05-08
159
- {: #v2-0-3}
160
-
161
- ### Bug Fixes
162
- {: #bug-fixes-v2-0-3}
163
-
164
- - Properly prefix links in site template with URL or baseurl depending upon
165
- need. ([#2319]({{ site.repository }}/issues/2319))
166
- - Update gist tag comments and error message to require username ([#2326]({{ site.repository }}/issues/2326))
167
- - Fix `permalink` setting in site template ([#2331]({{ site.repository }}/issues/2331))
168
- - Don't fail if any of the path objects are nil ([#2325]({{ site.repository }}/issues/2325))
169
- - Instantiate all descendants for converters and generators, not just
170
- direct subclasses ([#2334]({{ site.repository }}/issues/2334))
171
- - Replace all instances of `site.name` with `site.title` in site template ([#2324]({{ site.repository }}/issues/2324))
172
- - `Jekyll::Filters#time` now accepts UNIX timestamps in string or number form ([#2339]({{ site.repository }}/issues/2339))
173
- - Use `item_property` for `where` filter so it doesn't break on collections ([#2359]({{ site.repository }}/issues/2359))
174
- - Rescue errors thrown so `--watch` doesn't fail ([#2364]({{ site.repository }}/issues/2364))
175
-
176
- ### Site Enhancements
177
- {: #site-enhancements-v2-0-3}
178
-
179
- - Add missing "as" to assets docs page ([#2337]({{ site.repository }}/issues/2337))
180
- - Update docs to reflect new `baseurl` default ([#2341]({{ site.repository }}/issues/2341))
181
- - Add links to headers who have an ID. ([#2342]({{ site.repository }}/issues/2342))
182
- - Use symbol instead of HTML number in `upgrading.md` ([#2351]({{ site.repository }}/issues/2351))
183
- - Fix link to frontmatter defaults docs ([#2353]({{ site.repository }}/issues/2353))
184
- - Fix for `History.markdown` in order to fix history page in docs ([#2363]({{ site.repository }}/issues/2363))
185
-
186
-
187
- ## 2.0.2 / 2014-05-07
188
- {: #v2-0-2}
189
-
190
- ### Bug Fixes
191
- {: #bug-fixes-v2-0-2}
192
-
193
- - Correct use of `url` and `baseurl` in the site template. ([#2317]({{ site.repository }}/issues/2317))
194
- - Default `baseurl` to `""` ([#2317]({{ site.repository }}/issues/2317))
195
-
196
- ### Site Enhancements
197
- {: #site-enhancements-v2-0-2}
198
-
199
- - Correct docs for the `gist` plugin so it always includes the username. ([#2314]({{ site.repository }}/issues/2314))
200
- - Clarify new (defaults, `where` filter) features in docs ([#2316]({{ site.repository }}/issues/2316))
201
-
202
-
203
- ## 2.0.1 / 2014-05-06
204
- {: #v2-0-1}
205
-
206
- ### Bug Fixes
207
- {: #bug-fixes-v2-0-1}
208
-
209
- - Require `kramdown` gem instead of `maruku` gem
210
-
211
-
212
- ## 2.0.0 / 2014-05-06
213
- {: #v2-0-0}
214
-
215
- ### Major Enhancements
216
- {: #major-enhancements-v2-0-0}
217
- - Add "Collections" feature ([#2199]({{ site.repository }}/issues/2199))
218
- - Add gem-based plugin whitelist to safe mode ([#1657]({{ site.repository }}/issues/1657))
219
- - Replace the commander command line parser with a more robust
220
- solution for our needs called `mercenary` ([#1706]({{ site.repository }}/issues/1706))
221
- - Remove support for Ruby 1.8.x ([#1780]({{ site.repository }}/issues/1780))
222
- - Move to jekyll/jekyll from mojombo/jekyll ([#1817]({{ site.repository }}/issues/1817))
223
- - Allow custom markdown processors ([#1872]({{ site.repository }}/issues/1872))
224
- - Provide support for the Rouge syntax highlighter ([#1859]({{ site.repository }}/issues/1859))
225
- - Provide support for Sass ([#1932]({{ site.repository }}/issues/1932))
226
- - Provide a 300% improvement when generating sites that use
227
- `Post#next` or `Post#previous` ([#1983]({{ site.repository }}/issues/1983))
228
- - Provide support for CoffeeScript ([#1991]({{ site.repository }}/issues/1991))
229
- - Replace Maruku with Kramdown as Default Markdown Processor ([#1988]({{ site.repository }}/issues/1988))
230
- - Expose `site.static_files` to Liquid ([#2075]({{ site.repository }}/issues/2075))
231
- - Complete redesign of the template site generated by `jekyll new` ([#2050]({{ site.repository }}/issues/2050))
232
- - Update Listen from 1.x to 2.x ([#2097]({{ site.repository }}/issues/2097))
233
- - Front-matter defaults ([#2205]({{ site.repository }}/issues/2205))
234
- - Deprecate `relative_permalinks` configuration option (default to `false`) ([#2307]({{ site.repository }}/issues/2307))
235
- - Exclude files based on prefix as well as `fnmatch?` ([#2303]({{ site.repository }}/issues/2303))
236
-
237
- ### Minor Enhancements
238
- {: #minor-enhancements-v2-0-0}
239
- - Move the EntryFilter class into the Jekyll module to avoid polluting the
240
- global namespace ([#1800]({{ site.repository }}/issues/1800))
241
- - Add `group_by` Liquid filter create lists of items grouped by a common
242
- property's value ([#1788]({{ site.repository }}/issues/1788))
243
- - Add support for Maruku's `fenced_code_blocks` option ([#1799]({{ site.repository }}/issues/1799))
244
- - Update Redcarpet dependency to ~> 3.0 ([#1815]({{ site.repository }}/issues/1815))
245
- - Automatically sort all pages by name ([#1848]({{ site.repository }}/issues/1848))
246
- - Better error message when time is not parseable ([#1847]({{ site.repository }}/issues/1847))
247
- - Allow `include` tag variable arguments to use filters ([#1841]({{ site.repository }}/issues/1841))
248
- - `post_url` tag should raise `ArgumentError` for invalid name ([#1825]({{ site.repository }}/issues/1825))
249
- - Bump dependency `mercenary` to `~> 0.2.0` ([#1879]({{ site.repository }}/issues/1879))
250
- - Bump dependency `safe_yaml` to `~> 1.0` ([#1886]({{ site.repository }}/issues/1886))
251
- - Allow sorting of content by custom properties ([#1849]({{ site.repository }}/issues/1849))
252
- - Add `--quiet` flag to silence output during build and serve ([#1898]({{ site.repository }}/issues/1898))
253
- - Add a `where` filter to filter arrays based on a key/value pair
254
- ([#1875]({{ site.repository }}/issues/1875))
255
- - Route 404 errors to a custom 404 page in development ([#1899]({{ site.repository }}/issues/1899))
256
- - Excludes are now relative to the site source ([#1916]({{ site.repository }}/issues/1916))
257
- - Bring MIME Types file for `jekyll serve` to complete parity with GH Pages
258
- servers ([#1993]({{ site.repository }}/issues/1993))
259
- - Adding Breakpoint to make new site template more responsive ([#2038]({{ site.repository }}/issues/2038))
260
- - Default to using the UTF-8 encoding when reading files. ([#2031]({{ site.repository }}/issues/2031))
261
- - Update Redcarpet dependency to ~> 3.1 ([#2044]({{ site.repository }}/issues/2044))
262
- - Remove support for Ruby 1.9.2 ([#2045]({{ site.repository }}/issues/2045))
263
- - Add `.mkdown` as valid Markdown extension ([#2048]({{ site.repository }}/issues/2048))
264
- - Add `index.xml` to the list of WEBrick directory index files ([#2041]({{ site.repository }}/issues/2041))
265
- - Make the `layouts` config key relative to CWD or to source ([#2058]({{ site.repository }}/issues/2058))
266
- - Update Kramdown to `~> 1.3` ([#1894]({{ site.repository }}/issues/1894))
267
- - Remove unnecessary references to `self` ([#2090]({{ site.repository }}/issues/2090))
268
- - Update to Mercenary v0.3.x ([#2085]({{ site.repository }}/issues/2085))
269
- - Ship Sass support as a separate gem ([#2098]({{ site.repository }}/issues/2098))
270
- - Extract core extensions into a Utils module ([#2112]({{ site.repository }}/issues/2112))
271
- - Refactor CLI & Commands For Greater Happiness ([#2143]({{ site.repository }}/issues/2143))
272
- - Provide useful error when Pygments returns `nil` and error out ([#2148]({{ site.repository }}/issues/2148))
273
- - Add support for unpublished drafts ([#2164]({{ site.repository }}/issues/2164))
274
- - Add `force_polling` option to the `serve` command ([#2165]({{ site.repository }}/issues/2165))
275
- - Clean up the `<head>` in the site template ([#2186]({{ site.repository }}/issues/2186))
276
- - Permit YAML blocks to end with three dots to better conform with the
277
- YAML spec ([#2110]({{ site.repository }}/issues/2110))
278
- - Use `File.exist?` instead of deprecated `File.exists?` ([#2214]({{ site.repository }}/issues/2214))
279
- - Require newline after start of YAML front-matter header ([#2211]({{ site.repository }}/issues/2211))
280
- - Add the ability for pages to be marked as `published: false` ([#1492]({{ site.repository }}/issues/1492))
281
- - Add `Jekyll::LiquidExtensions` with `.lookup_variable` method for easy
282
- looking up of variable values in a Liquid context. ([#2253]({{ site.repository }}/issues/2253))
283
- - Remove literal lang name from class ([#2292]({{ site.repository }}/issues/2292))
284
- - Return `utf-8` encoding in header for webrick error page response ([#2289]({{ site.repository }}/issues/2289))
285
- - Make template site easier to customize ([#2268]({{ site.repository }}/issues/2268))
286
- - Add two-digit year to permalink template option ([#2301]({{ site.repository }}/issues/2301))
287
- - Add `site.documents` to Liquid payload (list of all docs) ([#2295]({{ site.repository }}/issues/2295))
288
- - Take into account missing values in the Liquid sort filter ([#2299]({{ site.repository }}/issues/2299))
289
-
290
- ### Bug Fixes
291
- {: #bug-fixes-v2-0-0}
292
- - Don't allow nil entries when loading posts ([#1796]({{ site.repository }}/issues/1796))
293
- - Remove the scrollbar that's always displayed in new sites generated
294
- from the site template ([#1805]({{ site.repository }}/issues/1805))
295
- - Add `#path` to required methods in `Jekyll::Convertible` ([#1866]({{ site.repository }}/issues/1866))
296
- - Default Maruku fenced code blocks to ON for 2.0.0-dev ([#1831]({{ site.repository }}/issues/1831))
297
- - Change short opts for host and port for `jekyll docs` to be consistent with
298
- other subcommands ([#1877]({{ site.repository }}/issues/1877))
299
- - Fix typos ([#1910]({{ site.repository }}/issues/1910))
300
- - Lock Maruku at 0.7.0 to prevent bugs caused by Maruku 0.7.1 ([#1958]({{ site.repository }}/issues/1958))
301
- - Fixes full path leak to source directory when using include tag ([#1951]({{ site.repository }}/issues/1951))
302
- - Don't generate pages that aren't being published ([#1931]({{ site.repository }}/issues/1931))
303
- - Use `SafeYAML.load` to avoid conflicts with other projects ([#1982]({{ site.repository }}/issues/1982))
304
- - Relative posts should never fail to build ([#1976]({{ site.repository }}/issues/1976))
305
- - Remove executable bits of non executable files ([#2056]({{ site.repository }}/issues/2056))
306
- - `#path` for a draft is now `_drafts` instead of `_posts` ([#2042]({{ site.repository }}/issues/2042))
307
- - Patch a couple show-stopping security vulnerabilities ([#1946]({{ site.repository }}/issues/1946))
308
- - Sanitize paths uniformly, in a Windows-friendly way ([#2065]({{ site.repository }}/issues/2065), [#2109]({{ site.repository }}/issues/2109))
309
- - Update gem build steps to work correctly on Windows ([#2118]({{ site.repository }}/issues/2118))
310
- - Remove obsolete `normalize_options` method call from `bin/jekyll` ([#2121]({{ site.repository }}/issues/2121)).
311
- - Remove `+` characters from Pygments lexer names when adding as a CSS
312
- class ([#994]({{ site.repository }}/issues/994))
313
- - Remove some code that caused Ruby interpreter warnings ([#2178]({{ site.repository }}/issues/2178))
314
- - Only strip the drive name if it begins the string ([#2175]({{ site.repository }}/issues/2175))
315
- - Remove default post with invalid date from site template ([#2200]({{ site.repository }}/issues/2200))
316
- - Fix `Post#url` and `Page#url` escape ([#1568]({{ site.repository }}/issues/1568))
317
- - Strip newlines from the {% raw %}`{% highlight %}`{% endraw %} block content ([#1823]({{ site.repository }}/issues/1823))
318
- - Load in `rouge` only when it's been requested as the highlighter ([#2189]({{ site.repository }}/issues/2189))
319
- - Convert input to string before XML escaping (`xml_escape` liquid filter) ([#2244]({{ site.repository }}/issues/2244))
320
- - Modify configuration key for Collections and reset properly. ([#2238]({{ site.repository }}/issues/2238))
321
- - Avoid duplicated output using `highlight` tag ([#2264]({{ site.repository }}/issues/2264))
322
- - Only use Jekyll.logger for output ([#2307]({{ site.repository }}/issues/2307))
323
- - Close the file descriptor in `has_yaml_header?` ([#2310]({{ site.repository }}/issues/2310))
324
- - Add `output` to `Document` liquid output hash ([#2309]({{ site.repository }}/issues/2309))
325
-
326
- ### Development Fixes
327
- {: #development-fixes-v2-0-0}
328
- - Add a link to the site in the README.md file ([#1795]({{ site.repository }}/issues/1795))
329
- - Add in History and site changes from `v1-stable` branch ([#1836]({{ site.repository }}/issues/1836))
330
- - Testing additions on the Excerpt class ([#1893]({{ site.repository }}/issues/1893))
331
- - Fix the `highlight` tag feature ([#1859]({{ site.repository }}/issues/1859))
332
- - Test Jekyll under Ruby 2.1.0 ([#1900]({{ site.repository }}/issues/1900))
333
- - Add script/cibuild for fun and profit ([#1912]({{ site.repository }}/issues/1912))
334
- - Use `Forwardable` for delegation between `Excerpt` and `Post`
335
- ([#1927]({{ site.repository }}/issues/1927))
336
- - Rename `read_things` to `read_content` ([#1928]({{ site.repository }}/issues/1928))
337
- - Add `script/branding` script for ASCII art lovin' ([#1936]({{ site.repository }}/issues/1936))
338
- - Update the README to reflect the repo move ([#1943]({{ site.repository }}/issues/1943))
339
- - Add the project vision to the README ([#1935]({{ site.repository }}/issues/1935))
340
- - Speed up Travis CI builds by using Rebund ([#1985]({{ site.repository }}/issues/1985))
341
- - Use Yarp as a Gem proxy for Travis CI ([#1984]({{ site.repository }}/issues/1984))
342
- - Remove Yarp as a Gem proxy for Travis CI ([#2004]({{ site.repository }}/issues/2004))
343
- - Move the reading of layouts into its own class ([#2020]({{ site.repository }}/issues/2020))
344
- - Test Sass import ([#2009]({{ site.repository }}/issues/2009))
345
- - Switch Maruku and Kramdown in lists of Runtime vs. Development dependencies ([#2049]({{ site.repository }}/issues/2049))
346
- - Clean up the gemspec for the project ([#2095]({{ site.repository }}/issues/2095))
347
- - Add Japanese translation of README and CONTRIBUTING docs. ([#2081]({{ site.repository }}/issues/2081))
348
- - Re-align the tables in Cucumber ([#2108]({{ site.repository }}/issues/2108))
349
- - Trim trailing spaces and convert tabs to spaces ([#2122]({{ site.repository }}/issues/2122))
350
- - Fix the failing Travis scenarios due to Cucumber issues ([#2155]({{ site.repository }}/issues/2155))
351
- - Wrap `bundle install` in `travis_retry` to retry when RubyGems fails ([#2160]({{ site.repository }}/issues/2160))
352
- - Refactor tags and categories ([#1639]({{ site.repository }}/issues/1639))
353
- - Extract plugin management into its own class ([#2197]({{ site.repository }}/issues/2197))
354
- - Add missing tests for `Command` ([#2216]({{ site.repository }}/issues/2216))
355
- - Update `rr` link in CONTRIBUTING doc ([#2247]({{ site.repository }}/issues/2247))
356
- - Streamline Cucumber execution of `jekyll` subcommands ([#2258]({{ site.repository }}/issues/2258))
357
- - Refactor `Commands::Serve`. ([#2269]({{ site.repository }}/issues/2269))
358
- - Refactor `highlight` tag ([#2154]({{ site.repository }}/issues/2154))
359
- - Update `Util` hash functions with latest from Rails ([#2273]({{ site.repository }}/issues/2273))
360
- - Workaround for Travis bug ([#2290]({{ site.repository }}/issues/2290))
361
-
362
- ### Site Enhancements
363
- {: #site-enhancements-v2-0-0}
364
- - Document Kramdown's GFM parser option ([#1791]({{ site.repository }}/issues/1791))
365
- - Move CSS to includes & update normalize.css to v2.1.3 ([#1787]({{ site.repository }}/issues/1787))
366
- - Minify CSS only in production ([#1803]({{ site.repository }}/issues/1803))
367
- - Fix broken link to installation of Ruby on Mountain Lion blog post on
368
- Troubleshooting docs page ([#1797]({{ site.repository }}/issues/1797))
369
- - Fix issues with 1.4.1 release blog post ([#1804]({{ site.repository }}/issues/1804))
370
- - Add note about deploying to OpenShift ([#1812]({{ site.repository }}/issues/1812))
371
- - Collect all Windows-related docs onto one page ([#1818]({{ site.repository }}/issues/1818))
372
- - Fixed typo in datafiles doc page ([#1854]({{ site.repository }}/issues/1854))
373
- - Clarify how to access `site` in docs ([#1864]({{ site.repository }}/issues/1864))
374
- - Add closing `<code>` tag to `context.registers[:site]` note ([#1867]({{ site.repository }}/issues/1867))
375
- - Fix link to [@mojombo](https://github.com/mojombo)'s site source ([#1897]({{ site.repository }}/issues/1897))
376
- - Add `paginate: nil` to default configuration in docs ([#1896]({{ site.repository }}/issues/1896))
377
- - Add link to our License in the site footer ([#1889]({{ site.repository }}/issues/1889))
378
- - Add a charset note in "Writing Posts" doc page ([#1902]({{ site.repository }}/issues/1902))
379
- - Disallow selection of path and prompt in bash examples
380
- - Add jekyll-compass to the plugin list ([#1923]({{ site.repository }}/issues/1923))
381
- - Add note in Posts docs about stripping `<p>` tags from excerpt ([#1933]({{ site.repository }}/issues/1933))
382
- - Add additional info about the new exclude behavior ([#1938]({{ site.repository }}/issues/1938))
383
- - Linkify 'awesome contributors' to point to the contributors graph on
384
- GitHub ([#1940]({{ site.repository }}/issues/1940))
385
- - Update `docs/sites.md` link to GitHub Training materials ([#1949]({{ site.repository }}/issues/1949))
386
- - Update `master` with the release info from 1.4.3 ([#1947]({{ site.repository }}/issues/1947))
387
- - Define docs nav in datafile ([#1953]({{ site.repository }}/issues/1953))
388
- - Clarify the docs around the naming convention for posts ([#1971]({{ site.repository }}/issues/1971))
389
- - Add missing `next` and `previous` docs for post layouts and templates ([#1970]({{ site.repository }}/issues/1970))
390
- - Add note to `Writing posts` page about how to strip html from excerpt ([#1962]({{ site.repository }}/issues/1962))
391
- - Add `jekyll-humanize` plugin to plugin list ([#1998]({{ site.repository }}/issues/1998))
392
- - Add `jekyll-font-awesome` plugin to plugin list ([#1999]({{ site.repository }}/issues/1999))
393
- - Add `sublime-jekyll` to list of Editor plugins ([#2001]({{ site.repository }}/issues/2001))
394
- - Add `vim-jekyll` to the list of Editor plugins ([#2005]({{ site.repository }}/issues/2005))
395
- - Fix non-semantic nesting of `p` tags in `news_item` layout ([#2013]({{ site.repository }}/issues/2013))
396
- - Document destination folder cleaning ([#2016]({{ site.repository }}/issues/2016))
397
- - Updated instructions for NearlyFreeSpeech.NET installation ([#2015]({{ site.repository }}/issues/2015))
398
- - Update link to rack-jekyll on "Deployment Methods" page ([#2047]({{ site.repository }}/issues/2047))
399
- - Fix typo in /docs/configuration ([#2073]({{ site.repository }}/issues/2073))
400
- - Fix count in docs for `site.static_files` ([#2077]({{ site.repository }}/issues/2077))
401
- - Update configuration docs to indicate utf-8 is the default for 2.0.0
402
- and ASCII for 1.9.3 ([#2074]({{ site.repository }}/issues/2074))
403
- - Add info about unreleased feature to the site ([#2061]({{ site.repository }}/issues/2061))
404
- - Add whitespace to liquid example in GitHub Pages docs ([#2084]({{ site.repository }}/issues/2084))
405
- - Clarify the way Sass and CoffeeScript files are read in and output ([#2067]({{ site.repository }}/issues/2067))
406
- - Add lyche gallery tag plugin link to list of plugins ([#2094]({{ site.repository }}/issues/2094))
407
- - Add Jekyll Pages Directory plugin to list of plugins ([#2096]({{ site.repository }}/issues/2096))
408
- - Update Configuration docs page with new markdown extension ([#2102]({{ site.repository }}/issues/2102))
409
- - Add `jekyll-image-set` to the list of third-party plugins ([#2105]({{ site.repository }}/issues/2105))
410
- - Losslessly compress images ([#2128]({{ site.repository }}/issues/2128))
411
- - Update normalize.css to 3.0.0 ([#2126]({{ site.repository }}/issues/2126))
412
- - Update modernizr to v2.7.1 ([#2129]({{ site.repository }}/issues/2129))
413
- - Add `jekyll-ordinal` to list of third-party plugins ([#2150]({{ site.repository }}/issues/2150))
414
- - Add `jekyll_figure` to list of third-party plugins ([#2158]({{ site.repository }}/issues/2158))
415
- - Clarify the documentation for safe mode ([#2163]({{ site.repository }}/issues/2163))
416
- - Some HTML tidying ([#2130]({{ site.repository }}/issues/2130))
417
- - Remove modernizr and use html5shiv.js directly for IE less than v9 ([#2131]({{ site.repository }}/issues/2131))
418
- - Remove unused images ([#2187]({{ site.repository }}/issues/2187))
419
- - Use `array_to_sentence_string` filter when outputting news item
420
- categories ([#2191]({{ site.repository }}/issues/2191))
421
- - Add link to Help repo in primary navigation bar ([#2177]({{ site.repository }}/issues/2177))
422
- - Switch to using an ico file for the shortcut icon ([#2193]({{ site.repository }}/issues/2193))
423
- - Use numbers to specify font weights and only bring in font weights used ([#2185]({{ site.repository }}/issues/2185))
424
- - Add a link to the list of all tz database time zones ([#1824]({{ site.repository }}/issues/1824))
425
- - Clean-up and improve documentation `feed.xml` ([#2192]({{ site.repository }}/issues/2192))
426
- - Remove duplicate entry in list of third-party plugins ([#2206]({{ site.repository }}/issues/2206))
427
- - Reduce the whitespace in the favicon. ([#2213]({{ site.repository }}/issues/2213))
428
- - Add `jekyll-page-collections` to list of third-party plugins ([#2215]({{ site.repository }}/issues/2215))
429
- - Add a cross-reference about `post_url` ([#2243]({{ site.repository }}/issues/2243))
430
- - Add `jekyll-live-tiles` to list of third-party plugins ([#2250]({{ site.repository }}/issues/2250))
431
- - Fixed broken link to GitHub training material site source ([#2257]({{ site.repository }}/issues/2257))
432
- - Update link to help repo, now called `jekyll-help` ([#2277]({{ site.repository }}/issues/2277))
433
- - Fix capitalization of 'Jekyll' on Deployment Methods page ([#2291]({{ site.repository }}/issues/2291))
434
- - Include plugins by sonnym in list of third-party plugins ([#2297]({{ site.repository }}/issues/2297))
435
- - Add deprecated articles keeper filter to list of third-party plugins ([#2300]({{ site.repository }}/issues/2300))
436
- - Simplify and improve our CSS. ([#2127]({{ site.repository }}/issues/2127))
437
- - Use black text color for the mobile navbar ([#2306]({{ site.repository }}/issues/2306))
438
- - Use the built in date filter and `site.time` for the copyright year. ([#2305]({{ site.repository }}/issues/2305))
439
- - Update html5shiv to v3.7.2 ([#2304]({{ site.repository }}/issues/2304))
440
- - Add 2.0.0 release post ([#2298]({{ site.repository }}/issues/2298))
441
- - Add docs for custom markdown processors ([#2298]({{ site.repository }}/issues/2298))
442
- - Add docs for `where` and `group_by` Liquid filters ([#2298]({{ site.repository }}/issues/2298))
443
- - Remove notes in docs for unreleased features ([#2309]({{ site.repository }}/issues/2309))
444
-
445
-
446
- ## 1.5.1 / 2014-03-27
447
- {: #v1-5-1}
448
-
449
- ### Bug Fixes
450
- {: #bug-fixes-v1-5-1}
451
-
452
- - Only strip the drive name if it begins the string ([#2176]({{ site.repository }}/issues/2176))
453
-
454
-
455
- ## 1.5.0 / 2014-03-24
456
- {: #v1-5-0}
457
-
458
- ### Minor Enhancements
459
- {: #minor-enhancements-v1-5-0}
460
-
461
- - Loosen `safe_yaml` dependency to `~> 1.0` ([#2167]({{ site.repository }}/issues/2167))
462
- - Bump `safe_yaml` dependency to `~> 1.0.0` ([#1942]({{ site.repository }}/issues/1942))
463
-
464
- ### Bug Fixes
465
- {: #bug-fixes-v1-5-0}
466
-
467
- - Fix issue where filesystem traversal restriction broke Windows ([#2167]({{ site.repository }}/issues/2167))
468
- - Lock `maruku` at `0.7.0` ([#2167]({{ site.repository }}/issues/2167))
469
-
470
- ### Development Fixes
471
- {: #development-fixes-v1-5-0}
472
-
473
- - Lock `cucumber` at `1.3.11` ([#2167]({{ site.repository }}/issues/2167))
474
-
475
-
476
- ## 1.4.3 / 2014-01-13
477
- {: #v1-4-3}
478
-
479
- ### Bug Fixes
480
- {: #bug-fixes-v1-4-3}
481
- - Patch show-stopping security vulnerabilities ([#1944]({{ site.repository }}/issues/1944))
482
-
483
-
484
- ## 1.4.2 / 2013-12-16
485
- {: #v1-4-2}
486
-
487
- ### Bug Fixes
488
- {: #bug-fixes-v1-4-2}
489
- - Turn on Maruku fenced code blocks by default ([#1830]({{ site.repository }}/issues/1830))
490
-
491
-
492
- ## 1.4.1 / 2013-12-09
493
- {: #v1-4-1}
494
-
495
- ### Bug Fixes
496
- {: #bug-fixes-v1-4-1}
497
- - Don't allow nil entries when loading posts ([#1796]({{ site.repository }}/issues/1796))
498
-
499
-
500
- ## 1.4.0 / 2013-12-07
501
- {: #v1-4-0}
502
-
503
- ### Major Enhancements
504
- {: #major-enhancements-v1-4-0}
505
- - Add support for TOML config files ([#1765]({{ site.repository }}/issues/1765))
506
-
507
- ### Minor Enhancements
508
- {: #minor-enhancements-v1-4-0}
509
- - Sort plugins as a way to establish a load order ([#1682]({{ site.repository }}/issues/1682))
510
- - Update Maruku to 0.7.0 ([#1775]({{ site.repository }}/issues/1775))
511
-
512
- ### Bug Fixes
513
- {: #bug-fixes-v1-4-0}
514
- - Add a space between two words in a Pagination warning message ([#1769]({{ site.repository }}/issues/1769))
515
- - Upgrade `toml` gem to `v0.1.0` to maintain compat with Ruby 1.8.7 ([#1778]({{ site.repository }}/issues/1778))
516
-
517
- ### Development Fixes
518
- {: #development-fixes-v1-4-0}
519
- - Remove some whitespace in the code ([#1755]({{ site.repository }}/issues/1755))
520
- - Remove some duplication in the reading of posts and drafts ([#1779]({{ site.repository }}/issues/1779))
521
-
522
- ### Site Enhancements
523
- {: #site-enhancements-v1-4-0}
524
- - Fixed case of a word in the Jekyll v1.3.0 release post ([#1762]({{ site.repository }}/issues/1762))
525
- - Fixed the mime type for the favicon ([#1772]({{ site.repository }}/issues/1772))
526
-
527
-
528
- ## 1.3.1 / 2013-11-26
529
- {: #v1-3-1}
530
-
531
- ### Minor Enhancements
532
- {: #minor-enhancements-v1-3-1}
533
- - Add a `--prefix` option to passthrough for the importers ([#1669]({{ site.repository }}/issues/1669))
534
- - Push the paginator plugin lower in the plugin priority order so
535
- other plugins run before it ([#1759]({{ site.repository }}/issues/1759))
536
-
537
- ### Bug Fixes
538
- {: #bug-fixes-v1-3-1}
539
- - Fix the include tag when ran in a loop ([#1726]({{ site.repository }}/issues/1726))
540
- - Fix errors when using `--watch` on 1.8.7 ([#1730]({{ site.repository }}/issues/1730))
541
- - Specify where the include is called from if an included file is
542
- missing ([#1746]({{ site.repository }}/issues/1746))
543
-
544
- ### Development Fixes
545
- {: #development-fixes-v1-3-1}
546
- - Extract `Site#filter_entries` into its own object ([#1697]({{ site.repository }}/issues/1697))
547
- - Enable Travis' bundle caching ([#1734]({{ site.repository }}/issues/1734))
548
- - Remove trailing whitespace in some files ([#1736]({{ site.repository }}/issues/1736))
549
- - Fix a duplicate test name ([#1754]({{ site.repository }}/issues/1754))
550
-
551
- ### Site Enhancements
552
- {: #site-enhancements-v1-3-1}
553
- - Update link to example Rakefile to point to specific commit ([#1741]({{ site.repository }}/issues/1741))
554
- - Fix drafts docs to indicate that draft time is based on file modification
555
- time, not `Time.now` ([#1695]({{ site.repository }}/issues/1695))
556
- - Add `jekyll-monthly-archive-plugin` and `jekyll-category-archive-plugin` to
557
- list of third-party plugins ([#1693]({{ site.repository }}/issues/1693))
558
- - Add `jekyll-asset-path-plugin` to list of third-party plugins ([#1670]({{ site.repository }}/issues/1670))
559
- - Add `emoji-for-jekyll` to list of third-part plugins ([#1708]({{ site.repository }}/issues/1708))
560
- - Fix previous section link on plugins page to point to pagination page ([#1707]({{ site.repository }}/issues/1707))
561
- - Add `org-mode` converter plugin to third-party plugins ([#1711]({{ site.repository }}/issues/1711))
562
- - Point "Blog migrations" page to http://import.jekyllrb.com ([#1732]({{ site.repository }}/issues/1732))
563
- - Add docs for `post_url` when posts are in subdirectories ([#1718]({{ site.repository }}/issues/1718))
564
- - Update the docs to point to `example.com` ([#1448]({{ site.repository }}/issues/1448))
565
-
566
-
567
- ## 1.3.0 / 2013-11-04
568
- {: #v1-3-0}
569
-
570
- ### Major Enhancements
571
- {: #major-enhancements-v1-3-0}
572
- - Add support for adding data as YAML files under a site's `_data`
573
- directory ([#1003]({{ site.repository }}/issues/1003))
574
- - Allow variables to be used with `include` tags ([#1495]({{ site.repository }}/issues/1495))
575
- - Allow using gems for plugin management ([#1557]({{ site.repository }}/issues/1557))
576
-
577
- ### Minor Enhancements
578
- {: #minor-enhancements-v1-3-0}
579
- - Decrease the specificity in the site template CSS ([#1574]({{ site.repository }}/issues/1574))
580
- - Add `encoding` configuration option ([#1449]({{ site.repository }}/issues/1449))
581
- - Provide better error handling for Jekyll's custom Liquid tags
582
- ([#1514]({{ site.repository }}/issues/1514))
583
- - If an included file causes a Liquid error, add the path to the
584
- include file that caused the error to the error message ([#1596]({{ site.repository }}/issues/1596))
585
- - If a layout causes a Liquid error, change the error message so that
586
- we know it comes from the layout ([#1601]({{ site.repository }}/issues/1601))
587
- - Update Kramdown dependency to `~> 1.2` ([#1610]({{ site.repository }}/issues/1610))
588
- - Update `safe_yaml` dependency to `~> 0.9.7` ([#1602]({{ site.repository }}/issues/1602))
589
- - Allow layouts to be in subfolders like includes ([#1622]({{ site.repository }}/issues/1622))
590
- - Switch to listen for site watching while serving ([#1589]({{ site.repository }}/issues/1589))
591
- - Add a `json` liquid filter to be used in sites ([#1651]({{ site.repository }}/issues/1651))
592
- - Point people to the migration docs when the `jekyll-import` gem is
593
- missing ([#1662]({{ site.repository }}/issues/1662))
594
-
595
- ### Bug Fixes
596
- {: #bug-fixes-v1-3-0}
597
- - Fix up matching against source and destination when the two
598
- locations are similar ([#1556]({{ site.repository }}/issues/1556))
599
- - Fix the missing `pathname` require in certain cases ([#1255]({{ site.repository }}/issues/1255))
600
- - Use `+` instead of `Array#concat` when building `Post` attribute list ([#1571]({{ site.repository }}/issues/1571))
601
- - Print server address when launching a server ([#1586]({{ site.repository }}/issues/1586))
602
- - Downgrade to Maruku `~> 0.6.0` in order to avoid changes in rendering ([#1598]({{ site.repository }}/issues/1598))
603
- - Fix error with failing include tag when variable was file name ([#1613]({{ site.repository }}/issues/1613))
604
- - Downcase lexers before passing them to pygments ([#1615]({{ site.repository }}/issues/1615))
605
- - Capitalize the short verbose switch because it conflicts with the
606
- built-in Commander switch ([#1660]({{ site.repository }}/issues/1660))
607
- - Fix compatibility with 1.8.x ([#1665]({{ site.repository }}/issues/1665))
608
- - Fix an error with the new file watching code due to library version
609
- incompatibilities ([#1687]({{ site.repository }}/issues/1687))
610
-
611
- ### Development Fixes
612
- {: #development-fixes-v1-3-0}
613
- - Add coverage reporting with Coveralls ([#1539]({{ site.repository }}/issues/1539))
614
- - Refactor the Liquid `include` tag ([#1490]({{ site.repository }}/issues/1490))
615
- - Update launchy dependency to `~> 2.3` ([#1608]({{ site.repository }}/issues/1608))
616
- - Update rr dependency to `~> 1.1` ([#1604]({{ site.repository }}/issues/1604))
617
- - Update cucumber dependency to `~> 1.3` ([#1607]({{ site.repository }}/issues/1607))
618
- - Update coveralls dependency to `~> 0.7.0` ([#1606]({{ site.repository }}/issues/1606))
619
- - Update rake dependency to `~> 10.1` ([#1603]({{ site.repository }}/issues/1603))
620
- - Clean up `site.rb` comments to be more concise/uniform ([#1616]({{ site.repository }}/issues/1616))
621
- - Use the master branch for the build badge in the readme ([#1636]({{ site.repository }}/issues/1636))
622
- - Refactor Site#render ([#1638]({{ site.repository }}/issues/1638))
623
- - Remove duplication in command line options ([#1637]({{ site.repository }}/issues/1637))
624
- - Add tests for all the coderay options ([#1543]({{ site.repository }}/issues/1543))
625
- - Improve some of the Cucumber test code ([#1493]({{ site.repository }}/issues/1493))
626
- - Improve comparisons of timestamps by ignoring the seconds ([#1582]({{ site.repository }}/issues/1582))
627
-
628
- ### Site Enhancements
629
- {: #site-enhancements-v1-3-0}
630
- - Fix params for `JekyllImport::WordPress.process` arguments ([#1554]({{ site.repository }}/issues/1554))
631
- - Add `jekyll-suggested-tweet` to list of third-party plugins ([#1555]({{ site.repository }}/issues/1555))
632
- - Link to Liquid's docs for tags and filters ([#1553]({{ site.repository }}/issues/1553))
633
- - Add note about installing Xcode on the Mac in the Installation docs ([#1561]({{ site.repository }}/issues/1561))
634
- - Simplify/generalize pagination docs ([#1577]({{ site.repository }}/issues/1577))
635
- - Add documentation for the new data sources feature ([#1503]({{ site.repository }}/issues/1503))
636
- - Add more information on how to create generators ([#1590]({{ site.repository }}/issues/1590), [#1592]({{ site.repository }}/issues/1592))
637
- - Improve the instructions for mimicking GitHub Flavored Markdown
638
- ([#1614]({{ site.repository }}/issues/1614))
639
- - Add `jekyll-import` warning note of missing dependencies ([#1626]({{ site.repository }}/issues/1626))
640
- - Fix grammar in the Usage section ([#1635]({{ site.repository }}/issues/1635))
641
- - Add documentation for the use of gems as plugins ([#1656]({{ site.repository }}/issues/1656))
642
- - Document the existence of a few additional plugins ([#1405]({{ site.repository }}/issues/1405))
643
- - Document that the `date_to_string` always returns a two digit day ([#1663]({{ site.repository }}/issues/1663))
644
- - Fix navigation in the "Working with Drafts" page ([#1667]({{ site.repository }}/issues/1667))
645
- - Fix an error with the data documentation ([#1691]({{ site.repository }}/issues/1691))
646
-
647
-
648
- ## 1.2.1 / 2013-09-14
649
- {: #v1-2-1}
650
-
651
- ### Minor Enhancements
652
- {: #minor-enhancements-v1-2-1}
653
- - Print better messages for detached server. Mute output on detach. ([#1518]({{ site.repository }}/issues/1518))
654
- - Disable reverse lookup when running `jekyll serve` ([#1363]({{ site.repository }}/issues/1363))
655
- - Upgrade RedCarpet dependency to `~> 2.3.0` ([#1515]({{ site.repository }}/issues/1515))
656
- - Upgrade to Liquid `>= 2.5.2, < 2.6` ([#1536]({{ site.repository }}/issues/1536))
657
-
658
- ### Bug Fixes
659
- {: #bug-fixes-v1-2-1}
660
- - Fix file discrepancy in gemspec ([#1522]({{ site.repository }}/issues/1522))
661
- - Force rendering of Include tag ([#1525]({{ site.repository }}/issues/1525))
662
-
663
- ### Development Fixes
664
- {: #development-fixes-v1-2-1}
665
- - Add a rake task to generate a new release post ([#1404]({{ site.repository }}/issues/1404))
666
- - Mute LSI output in tests ([#1531]({{ site.repository }}/issues/1531))
667
- - Update contributor documentation ([#1537]({{ site.repository }}/issues/1537))
668
-
669
- ### Site Enhancements
670
- {: #site-enhancements-v1-2-1}
671
- - Fix a couple of validation errors on the site ([#1511]({{ site.repository }}/issues/1511))
672
- - Make navigation menus reusable ([#1507]({{ site.repository }}/issues/1507))
673
- - Fix link to History page from Release v1.2.0 notes post.
674
- - Fix markup in History file for command line options ([#1512]({{ site.repository }}/issues/1512))
675
- - Expand 1.2 release post title to 1.2.0 ([#1516]({{ site.repository }}/issues/1516))
676
-
677
-
678
- ## 1.2.0 / 2013-09-06
679
- {: #v1-2-0}
680
-
681
- ### Major Enhancements
682
- {: #major-enhancements-v1-2-0}
683
- - Disable automatically-generated excerpts when `excerpt_separator` is `""`. ([#1386]({{ site.repository }}/issues/1386))
684
- - Add checking for URL conflicts when running `jekyll doctor` ([#1389]({{ site.repository }}/issues/1389))
685
-
686
- ### Minor Enhancements
687
- {: #minor-enhancements-v1-2-0}
688
- - Catch and fix invalid `paginate` values ([#1390]({{ site.repository }}/issues/1390))
689
- - Remove superfluous `div.container` from the default html template for
690
- `jekyll new` ([#1315]({{ site.repository }}/issues/1315))
691
- - Add `-D` short-form switch for the drafts option ([#1394]({{ site.repository }}/issues/1394))
692
- - Update the links in the site template for Twitter and GitHub ([#1400]({{ site.repository }}/issues/1400))
693
- - Update dummy email address to example.com domain ([#1408]({{ site.repository }}/issues/1408))
694
- - Update normalize.css to v2.1.2 and minify; add rake task to update
695
- normalize.css with greater ease. ([#1430]({{ site.repository }}/issues/1430))
696
- - Add the ability to detach the server ran by `jekyll serve` from it's
697
- controlling terminal ([#1443]({{ site.repository }}/issues/1443))
698
- - Improve permalink generation for URLs with special characters ([#944]({{ site.repository }}/issues/944))
699
- - Expose the current Jekyll version to posts and pages via a new
700
- `jekyll.version` variable ([#1481]({{ site.repository }}/issues/1481))
701
-
702
- ### Bug Fixes
703
- {: #bug-fixes-v1-2-0}
704
- - Markdown extension matching matches only exact matches ([#1382]({{ site.repository }}/issues/1382))
705
- - Fixed NoMethodError when message passed to `Stevenson#message` is nil ([#1388]({{ site.repository }}/issues/1388))
706
- - Use binary mode when writing file ([#1364]({{ site.repository }}/issues/1364))
707
- - Fix 'undefined method `encoding` for "mailto"' errors w/ Ruby 1.8 and
708
- Kramdown > 0.14.0 ([#1397]({{ site.repository }}/issues/1397))
709
- - Do not force the permalink to be a dir if it ends on .html ([#963]({{ site.repository }}/issues/963))
710
- - When a Liquid Exception is caught, show the full path rel. to site source ([#1415]({{ site.repository }}/issues/1415))
711
- - Properly read in the config options when serving the docs locally
712
- ([#1444]({{ site.repository }}/issues/1444))
713
- - Fixed `--layouts` option for `build` and `serve` commands ([#1458]({{ site.repository }}/issues/1458))
714
- - Remove kramdown as a runtime dependency since it's optional ([#1498]({{ site.repository }}/issues/1498))
715
- - Provide proper error handling for invalid file names in the include
716
- tag ([#1494]({{ site.repository }}/issues/1494))
717
-
718
- ### Development Fixes
719
- {: #development-fixes-v1-2-0}
720
- - Remove redundant argument to
721
- Jekyll::Commands::New#scaffold_post_content ([#1356]({{ site.repository }}/issues/1356))
722
- - Add new dependencies to the README ([#1360]({{ site.repository }}/issues/1360))
723
- - Fix link to contributing page in README ([#1424]({{ site.repository }}/issues/1424))
724
- - Update TomDoc in Pager#initialize to match params ([#1441]({{ site.repository }}/issues/1441))
725
- - Refactor `Site#cleanup` into `Jekyll::Site::Cleaner` class ([#1429]({{ site.repository }}/issues/1429))
726
- - Several other small minor refactorings ([#1341]({{ site.repository }}/issues/1341))
727
- - Ignore `_site` in jekyllrb.com deploy ([#1480]({{ site.repository }}/issues/1480))
728
- - Add Gem version and dependency badge to README ([#1497]({{ site.repository }}/issues/1497))
729
-
730
- ### Site Enhancements
731
- {: #site-enhancements-v1-2-0}
732
- - Add info about new releases ([#1353]({{ site.repository }}/issues/1353))
733
- - Update plugin list with jekyll-rss plugin ([#1354]({{ site.repository }}/issues/1354))
734
- - Update the site list page with Ruby's official site ([#1358]({{ site.repository }}/issues/1358))
735
- - Add `jekyll-ditaa` to list of third-party plugins ([#1370]({{ site.repository }}/issues/1370))
736
- - Add `postfiles` to list of third-party plugins ([#1373]({{ site.repository }}/issues/1373))
737
- - For internal links, use full path including trailing `/` ([#1411]({{ site.repository }}/issues/1411))
738
- - Use curly apostrophes in the docs ([#1419]({{ site.repository }}/issues/1419))
739
- - Update the docs for Redcarpet in Jekyll ([#1418]({{ site.repository }}/issues/1418))
740
- - Add `pluralize` and `reading_time` filters to docs ([#1439]({{ site.repository }}/issues/1439))
741
- - Fix markup for the Kramdown options ([#1445]({{ site.repository }}/issues/1445))
742
- - Fix typos in the History file ([#1454]({{ site.repository }}/issues/1454))
743
- - Add trailing slash to site's post URL ([#1462]({{ site.repository }}/issues/1462))
744
- - Clarify that `--config` will take multiple files ([#1474]({{ site.repository }}/issues/1474))
745
- - Fix docs/templates.md private gist example ([#1477]({{ site.repository }}/issues/1477))
746
- - Use `site.repository` for Jekyll's GitHub URL ([#1463]({{ site.repository }}/issues/1463))
747
- - Add `jekyll-pageless-redirects` to list of third-party plugins ([#1486]({{ site.repository }}/issues/1486))
748
- - Clarify that `date_to_xmlschema` returns an ISO 8601 string ([#1488]({{ site.repository }}/issues/1488))
749
- - Add `jekyll-good-include` to list of third-party plugins ([#1491]({{ site.repository }}/issues/1491))
750
- - XML escape the blog post title in our feed ([#1501]({{ site.repository }}/issues/1501))
751
- - Add `jekyll-toc-generator` to list of third-party plugins ([#1506]({{ site.repository }}/issues/1506))
752
-
753
-
754
- ## 1.1.2 / 2013-07-25
755
- {: #v1-1-2}
756
-
757
- ### Bug Fixes
758
- {: #bug-fixes-v1-1-2}
759
- - Require Liquid 2.5.1 ([#1349]({{ site.repository }}/issues/1349))
760
-
761
-
762
- ## 1.1.1 / 2013-07-24
763
- {: #v1-1-1}
764
-
765
- ### Minor Enhancements
766
- {: #minor-enhancements-v1-1-1}
767
- - Remove superfluous `table` selector from main.css in `jekyll new` template ([#1328]({{ site.repository }}/issues/1328))
768
- - Abort with non-zero exit codes ([#1338]({{ site.repository }}/issues/1338))
769
-
770
- ### Bug Fixes
771
- {: #bug-fixes-v1-1-1}
772
- - Fix up the rendering of excerpts ([#1339]({{ site.repository }}/issues/1339))
773
-
774
- ### Site Enhancements
775
- {: #site-enhancements-v1-1-1}
776
- - Add Jekyll Image Tag to the plugins list ([#1306]({{ site.repository }}/issues/1306))
777
- - Remove erroneous statement that `site.pages` are sorted alphabetically.
778
- - Add info about the `_drafts` directory to the directory structure
779
- docs ([#1320]({{ site.repository }}/issues/1320))
780
- - Improve the layout of the plugin listing by organizing it into
781
- categories ([#1310]({{ site.repository }}/issues/1310))
782
- - Add generator-jekyllrb and grunt-jekyll to plugins page ([#1330]({{ site.repository }}/issues/1330))
783
- - Mention Kramdown as option for markdown parser on Extras page ([#1318]({{ site.repository }}/issues/1318))
784
- - Update Quick-Start page to include reminder that all requirements must be installed ([#1327]({{ site.repository }}/issues/1327))
785
- - Change filename in `include` example to an HTML file so as not to indicate that Jekyll
786
- will automatically convert them. ([#1303]({{ site.repository }}/issues/1303))
787
- - Add an RSS feed for commits to Jekyll ([#1343]({{ site.repository }}/issues/1343))
788
-
789
-
790
- ## 1.1.0 / 2013-07-14
791
- {: #v1-1-0}
792
-
793
- ### Major Enhancements
794
- {: #major-enhancements-v1-1-0}
795
- - Add `docs` subcommand to read Jekyll's docs when offline. ([#1046]({{ site.repository }}/issues/1046))
796
- - Support passing parameters to templates in `include` tag ([#1204]({{ site.repository }}/issues/1204))
797
- - Add support for Liquid tags to post excerpts ([#1302]({{ site.repository }}/issues/1302))
798
-
799
- ### Minor Enhancements
800
- {: #minor-enhancements-v1-1-0}
801
- - Search the hierarchy of pagination path up to site root to determine template page for
802
- pagination. ([#1198]({{ site.repository }}/issues/1198))
803
- - Add the ability to generate a new Jekyll site without a template ([#1171]({{ site.repository }}/issues/1171))
804
- - Use redcarpet as the default markdown engine in newly generated
805
- sites ([#1245]({{ site.repository }}/issues/1245), [#1247]({{ site.repository }}/issues/1247))
806
- - Add `redcarpet` as a runtime dependency so `jekyll build` works out-of-the-box for new
807
- sites. ([#1247]({{ site.repository }}/issues/1247))
808
- - In the generated site, remove files that will be replaced by a
809
- directory ([#1118]({{ site.repository }}/issues/1118))
810
- - Fail loudly if a user-specified configuration file doesn't exist ([#1098]({{ site.repository }}/issues/1098))
811
- - Allow for all options for Kramdown HTML Converter ([#1201]({{ site.repository }}/issues/1201))
812
-
813
- ### Bug Fixes
814
- {: #bug-fixes-v1-1-0}
815
- - Fix pagination in subdirectories. ([#1198]({{ site.repository }}/issues/1198))
816
- - Fix an issue with directories and permalinks that have a plus sign
817
- (+) in them ([#1215]({{ site.repository }}/issues/1215))
818
- - Provide better error reporting when generating sites ([#1253]({{ site.repository }}/issues/1253))
819
- - Latest posts first in non-LSI `related_posts` ([#1271]({{ site.repository }}/issues/1271))
820
-
821
- ### Development Fixes
822
- {: #development-fixes-v1-1-0}
823
- - Merge the theme and layout Cucumber steps into one step ([#1151]({{ site.repository }}/issues/1151))
824
- - Restrict activesupport dependency to pre-4.0.0 to maintain compatibility with `<= 1.9.2`
825
- - Include/exclude deprecation handling simplification ([#1284]({{ site.repository }}/issues/1284))
826
- - Convert README to Markdown. ([#1267]({{ site.repository }}/issues/1267))
827
- - Refactor Jekyll::Site ([#1144]({{ site.repository }}/issues/1144))
828
-
829
- ### Site Enhancements
830
- {: #site-enhancements-v1-1-0}
831
- - Add "News" section for release notes, along with an RSS feed ([#1093]({{ site.repository }}/issues/1093), [#1285]({{ site.repository }}/issues/1285), [#1286]({{ site.repository }}/issues/1286))
832
- - Add "History" page.
833
- - Restructured docs sections to include "Meta" section.
834
- - Add message to "Templates" page that specifies that Python must be installed in order
835
- to use Pygments. ([#1182]({{ site.repository }}/issues/1182))
836
- - Update link to the official Maruku repo ([#1175]({{ site.repository }}/issues/1175))
837
- - Add documentation about `paginate_path` to "Templates" page in docs ([#1129]({{ site.repository }}/issues/1129))
838
- - Give the quick-start guide its own page ([#1191]({{ site.repository }}/issues/1191))
839
- - Update ProTip on Installation page in docs to point to all the info about Pygments and
840
- the 'highlight' tag. ([#1196]({{ site.repository }}/issues/1196))
841
- - Run `site/img` through ImageOptim (thanks [@qrush](https://github.com/qrush)!) ([#1208]({{ site.repository }}/issues/1208))
842
- - Added Jade Converter to `site/docs/plugins` ([#1210]({{ site.repository }}/issues/1210))
843
- - Fix location of docs pages in Contributing pages ([#1214]({{ site.repository }}/issues/1214))
844
- - Add ReadInXMinutes plugin to the plugin list ([#1222]({{ site.repository }}/issues/1222))
845
- - Remove plugins from the plugin list that have equivalents in Jekyll
846
- proper ([#1223]({{ site.repository }}/issues/1223))
847
- - Add jekyll-assets to the plugin list ([#1225]({{ site.repository }}/issues/1225))
848
- - Add jekyll-pandoc-mulitple-formats to the plugin list ([#1229]({{ site.repository }}/issues/1229))
849
- - Remove dead link to "Using Git to maintain your blog" ([#1227]({{ site.repository }}/issues/1227))
850
- - Tidy up the third-party plugins listing ([#1228]({{ site.repository }}/issues/1228))
851
- - Update contributor information ([#1192]({{ site.repository }}/issues/1192))
852
- - Update URL of article about Blogger migration ([#1242]({{ site.repository }}/issues/1242))
853
- - Specify that RedCarpet is the default for new Jekyll sites on Quickstart page ([#1247]({{ site.repository }}/issues/1247))
854
- - Added `site.pages` to Variables page in docs ([#1251]({{ site.repository }}/issues/1251))
855
- - Add Youku and Tudou Embed link on Plugins page. ([#1250]({{ site.repository }}/issues/1250))
856
- - Add note that `gist` tag supports private gists. ([#1248]({{ site.repository }}/issues/1248))
857
- - Add `jekyll-timeago` to list of third-party plugins. ([#1260]({{ site.repository }}/issues/1260))
858
- - Add `jekyll-swfobject` to list of third-party plugins. ([#1263]({{ site.repository }}/issues/1263))
859
- - Add `jekyll-picture-tag` to list of third-party plugins. ([#1280]({{ site.repository }}/issues/1280))
860
- - Update the GitHub Pages documentation regarding relative URLs
861
- ([#1291]({{ site.repository }}/issues/1291))
862
- - Update the S3 deployment documentation ([#1294]({{ site.repository }}/issues/1294))
863
- - Add suggestion for Xcode CLT install to troubleshooting page in docs ([#1296]({{ site.repository }}/issues/1296))
864
- - Add 'Working with drafts' page to docs ([#1289]({{ site.repository }}/issues/1289))
865
- - Add information about time zones to the documentation for a page's
866
- date ([#1304]({{ site.repository }}/issues/1304))
867
-
868
-
869
- ## 1.0.3 / 2013-06-07
870
- {: #v1-0-3}
871
-
872
- ### Minor Enhancements
873
- {: #minor-enhancements-v1-0-3}
874
- - Add support to gist tag for private gists. ([#1189]({{ site.repository }}/issues/1189))
875
- - Fail loudly when Maruku errors out ([#1190]({{ site.repository }}/issues/1190))
876
- - Move the building of related posts into their own class ([#1057]({{ site.repository }}/issues/1057))
877
- - Removed trailing spaces in several places throughout the code ([#1116]({{ site.repository }}/issues/1116))
878
- - Add a `--force` option to `jekyll new` ([#1115]({{ site.repository }}/issues/1115))
879
- - Convert IDs in the site template to classes ([#1170]({{ site.repository }}/issues/1170))
880
-
881
- ### Bug Fixes
882
- {: #bug-fixes-v1-0-3}
883
- - Fix typo in Stevenson constant "ERROR". ([#1166]({{ site.repository }}/issues/1166))
884
- - Rename Jekyll::Logger to Jekyll::Stevenson to fix inheritance issue ([#1106]({{ site.repository }}/issues/1106))
885
- - Exit with a non-zero exit code when dealing with a Liquid error ([#1121]({{ site.repository }}/issues/1121))
886
- - Make the `exclude` and `include` options backwards compatible with
887
- versions of Jekyll prior to 1.0 ([#1114]({{ site.repository }}/issues/1114))
888
- - Fix pagination on Windows ([#1063]({{ site.repository }}/issues/1063))
889
- - Fix the application of Pygments' Generic Output style to Go code
890
- ([#1156]({{ site.repository }}/issues/1156))
891
-
892
- ### Site Enhancements
893
- {: #site-enhancements-v1-0-3}
894
- - Add a Pro Tip to docs about front matter variables being optional ([#1147]({{ site.repository }}/issues/1147))
895
- - Add changelog to site as History page in /docs/ ([#1065]({{ site.repository }}/issues/1065))
896
- - Add note to Upgrading page about new config options in 1.0.x ([#1146]({{ site.repository }}/issues/1146))
897
- - Documentation for `date_to_rfc822` and `uri_escape` ([#1142]({{ site.repository }}/issues/1142))
898
- - Documentation highlight boxes shouldn't show scrollbars if not necessary ([#1123]({{ site.repository }}/issues/1123))
899
- - Add link to jekyll-minibundle in the doc's plugins list ([#1035]({{ site.repository }}/issues/1035))
900
- - Quick patch for importers documentation
901
- - Fix prefix for WordpressDotCom importer in docs ([#1107]({{ site.repository }}/issues/1107))
902
- - Add jekyll-contentblocks plugin to docs ([#1068]({{ site.repository }}/issues/1068))
903
- - Make code bits in notes look more natural, more readable ([#1089]({{ site.repository }}/issues/1089))
904
- - Fix logic for `relative_permalinks` instructions on Upgrading page ([#1101]({{ site.repository }}/issues/1101))
905
- - Add docs for post excerpt ([#1072]({{ site.repository }}/issues/1072))
906
- - Add docs for gist tag ([#1072]({{ site.repository }}/issues/1072))
907
- - Add docs indicating that Pygments does not need to be installed
908
- separately ([#1099]({{ site.repository }}/issues/1099), [#1119]({{ site.repository }}/issues/1119))
909
- - Update the migrator docs to be current ([#1136]({{ site.repository }}/issues/1136))
910
- - Add the Jekyll Gallery Plugin to the plugin list ([#1143]({{ site.repository }}/issues/1143))
911
-
912
- ### Development Fixes
913
- {: #development-fixes-v1-0-3}
914
- - Use Jekyll.logger instead of Jekyll::Stevenson to log things ([#1149]({{ site.repository }}/issues/1149))
915
- - Fix pesky Cucumber infinite loop ([#1139]({{ site.repository }}/issues/1139))
916
- - Do not write posts with timezones in Cucumber tests ([#1124]({{ site.repository }}/issues/1124))
917
- - Use ISO formatted dates in Cucumber features ([#1150]({{ site.repository }}/issues/1150))
918
-
919
-
920
- ## 1.0.2 / 2013-05-12
921
- {: #v1-0-2}
922
-
923
- ### Major Enhancements
924
- {: #major-enhancements-v1-0-2}
925
- - Add `jekyll doctor` command to check site for any known compatibility problems ([#1081]({{ site.repository }}/issues/1081))
926
- - Backwards-compatibilize relative permalinks ([#1081]({{ site.repository }}/issues/1081))
927
-
928
- ### Minor Enhancements
929
- {: #minor-enhancements-v1-0-2}
930
- - Add a `data-lang="<lang>"` attribute to Redcarpet code blocks ([#1066]({{ site.repository }}/issues/1066))
931
- - Deprecate old config `server_port`, match to `port` if `port` isn't set ([#1084]({{ site.repository }}/issues/1084))
932
- - Update pygments.rb version to 0.5.0 ([#1061]({{ site.repository }}/issues/1061))
933
- - Update Kramdown version to 1.0.2 ([#1067]({{ site.repository }}/issues/1067))
934
-
935
- ### Bug Fixes
936
- {: #bug-fixes-v1-0-2}
937
- - Fix issue when categories are numbers ([#1078]({{ site.repository }}/issues/1078))
938
- - Catching that Redcarpet gem isn't installed ([#1059]({{ site.repository }}/issues/1059))
939
-
940
- ### Site Enhancements
941
- {: #site-enhancements-v1-0-2}
942
- - Add documentation about `relative_permalinks` ([#1081]({{ site.repository }}/issues/1081))
943
- - Remove pygments-installation instructions, as pygments.rb is bundled with it ([#1079]({{ site.repository }}/issues/1079))
944
- - Move pages to be Pages for realz ([#985]({{ site.repository }}/issues/985))
945
- - Updated links to Liquid documentation ([#1073]({{ site.repository }}/issues/1073))
946
-
947
-
948
- ## 1.0.1 / 2013-05-08
949
- {: #v1-0-1}
950
-
951
- ### Minor Enhancements
952
- {: #minor-enhancements-v1-0-1}
953
- - Do not force use of `toc_token` when using `generate_tok` in RDiscount ([#1048]({{ site.repository }}/issues/1048))
954
- - Add newer `language-` class name prefix to code blocks ([#1037]({{ site.repository }}/issues/1037))
955
- - Commander error message now preferred over process abort with incorrect args ([#1040]({{ site.repository }}/issues/1040))
956
-
957
- ### Bug Fixes
958
- {: #bug-fixes-v1-0-1}
959
- - Make Redcarpet respect the pygments configuration option ([#1053]({{ site.repository }}/issues/1053))
960
- - Fix the index build with LSI ([#1045]({{ site.repository }}/issues/1045))
961
- - Don't print deprecation warning when no arguments are specified. ([#1041]({{ site.repository }}/issues/1041))
962
- - Add missing `</div>` to site template used by `new` subcommand, fixed typos in code ([#1032]({{ site.repository }}/issues/1032))
963
-
964
- ### Site Enhancements
965
- {: #site-enhancements-v1-0-1}
966
- - Changed https to http in the GitHub Pages link ([#1051]({{ site.repository }}/issues/1051))
967
- - Remove CSS cruft, fix typos, fix HTML errors ([#1028]({{ site.repository }}/issues/1028))
968
- - Removing manual install of Pip and Distribute ([#1025]({{ site.repository }}/issues/1025))
969
- - Updated URL for Markdown references plugin ([#1022]({{ site.repository }}/issues/1022))
970
-
971
- ### Development Fixes
972
- {: #development-fixes-v1-0-1}
973
- - Markdownify history file ([#1027]({{ site.repository }}/issues/1027))
974
- - Update links on README to point to new jekyllrb.com ([#1018]({{ site.repository }}/issues/1018))
975
-
976
-
977
- ## 1.0.0 / 2013-05-06
978
- {: #v1-0-0}
979
-
980
- ### Major Enhancements
981
- {: #major-enhancements-v1-0-0}
982
- - Add `jekyll new` subcommand: generate a Jekyll scaffold ([#764]({{ site.repository }}/issues/764))
983
- - Refactored Jekyll commands into subcommands: build, serve, and migrate. ([#690]({{ site.repository }}/issues/690))
984
- - Removed importers/migrators from main project, migrated to jekyll-import sub-gem ([#793]({{ site.repository }}/issues/793))
985
- - Added ability to render drafts in `_drafts` folder via command line ([#833]({{ site.repository }}/issues/833))
986
- - Add ordinal date permalink style (/:categories/:year/:y_day/:title.html) ([#928]({{ site.repository }}/issues/928))
987
-
988
- ### Minor Enhancements
989
- {: #minor-enhancements-v1-0-0}
990
- - Site template HTML5-ified ([#964]({{ site.repository }}/issues/964))
991
- - Use post's directory path when matching for the `post_url` tag ([#998]({{ site.repository }}/issues/998))
992
- - Loosen dependency on Pygments so it's only required when it's needed ([#1015]({{ site.repository }}/issues/1015))
993
- - Parse strings into Time objects for date-related Liquid filters ([#1014]({{ site.repository }}/issues/1014))
994
- - Tell the user if there is no subcommand specified ([#1008]({{ site.repository }}/issues/1008))
995
- - Freak out if the destination of `jekyll new` exists and is non-empty ([#981]({{ site.repository }}/issues/981))
996
- - Add `timezone` configuration option for compilation ([#957]({{ site.repository }}/issues/957))
997
- - Add deprecation messages for pre-1.0 CLI options ([#959]({{ site.repository }}/issues/959))
998
- - Refactor and colorize logging ([#959]({{ site.repository }}/issues/959))
999
- - Refactor Markdown parsing ([#955]({{ site.repository }}/issues/955))
1000
- - Added application/vnd.apple.pkpass to mime.types served by WEBrick ([#907]({{ site.repository }}/issues/907))
1001
- - Move template site to default markdown renderer ([#961]({{ site.repository }}/issues/961))
1002
- - Expose new attribute to Liquid via `page`: `page.path` ([#951]({{ site.repository }}/issues/951))
1003
- - Accept multiple config files from command line ([#945]({{ site.repository }}/issues/945))
1004
- - Add page variable to liquid custom tags and blocks ([#413]({{ site.repository }}/issues/413))
1005
- - Add `paginator.previous_page_path` and `paginator.next_page_path` ([#942]({{ site.repository }}/issues/942))
1006
- - Backwards compatibility for 'auto' ([#821]({{ site.repository }}/issues/821), [#934]({{ site.repository }}/issues/934))
1007
- - Added date_to_rfc822 used on RSS feeds ([#892]({{ site.repository }}/issues/892))
1008
- - Upgrade version of pygments.rb to 0.4.2 ([#927]({{ site.repository }}/issues/927))
1009
- - Added short month (e.g. "Sep") to permalink style options for posts ([#890]({{ site.repository }}/issues/890))
1010
- - Expose site.baseurl to Liquid templates ([#869]({{ site.repository }}/issues/869))
1011
- - Adds excerpt attribute to posts which contains first paragraph of content ([#837]({{ site.repository }}/issues/837))
1012
- - Accept custom configuration file via CLI ([#863]({{ site.repository }}/issues/863))
1013
- - Load in GitHub Pages MIME Types on `jekyll serve` ([#847]({{ site.repository }}/issues/847), [#871]({{ site.repository }}/issues/871))
1014
- - Improve debugability of error message for a malformed highlight tag ([#785]({{ site.repository }}/issues/785))
1015
- - Allow symlinked files in unsafe mode ([#824]({{ site.repository }}/issues/824))
1016
- - Add 'gist' Liquid tag to core ([#822]({{ site.repository }}/issues/822), [#861]({{ site.repository }}/issues/861))
1017
- - New format of Jekyll output ([#795]({{ site.repository }}/issues/795))
1018
- - Reinstate `--limit_posts` and `--future` switches ([#788]({{ site.repository }}/issues/788))
1019
- - Remove ambiguity from command descriptions ([#815]({{ site.repository }}/issues/815))
1020
- - Fix SafeYAML Warnings ([#807]({{ site.repository }}/issues/807))
1021
- - Relaxed Kramdown version to 0.14 ([#808]({{ site.repository }}/issues/808))
1022
- - Aliased `jekyll server` to `jekyll serve`. ([#792]({{ site.repository }}/issues/792))
1023
- - Updated gem versions for Kramdown, Rake, Shoulda, Cucumber, and RedCarpet. ([#744]({{ site.repository }}/issues/744))
1024
- - Refactored Jekyll subcommands into Jekyll::Commands submodule, which now contains them ([#768]({{ site.repository }}/issues/768))
1025
- - Rescue from import errors in Wordpress.com migrator ([#671]({{ site.repository }}/issues/671))
1026
- - Massively accelerate LSI performance ([#664]({{ site.repository }}/issues/664))
1027
- - Truncate post slugs when importing from Tumblr ([#496]({{ site.repository }}/issues/496))
1028
- - Add glob support to include, exclude option ([#743]({{ site.repository }}/issues/743))
1029
- - Layout of Page or Post defaults to 'page' or 'post', respectively ([#580]({{ site.repository }}/issues/580))
1030
- REPEALED by ([#977]({{ site.repository }}/issues/977))
1031
- - "Keep files" feature ([#685]({{ site.repository }}/issues/685))
1032
- - Output full path & name for files that don't parse ([#745]({{ site.repository }}/issues/745))
1033
- - Add source and destination directory protection ([#535]({{ site.repository }}/issues/535))
1034
- - Better YAML error message ([#718]({{ site.repository }}/issues/718))
1035
- - Bug Fixes
1036
- - Paginate in subdirectories properly ([#1016]({{ site.repository }}/issues/1016))
1037
- - Ensure post and page URLs have a leading slash ([#992]({{ site.repository }}/issues/992))
1038
- - Catch all exceptions, not just StandardError descendents ([#1007]({{ site.repository }}/issues/1007))
1039
- - Bullet-proof `limit_posts` option ([#1004]({{ site.repository }}/issues/1004))
1040
- - Read in YAML as UTF-8 to accept non-ASCII chars ([#836]({{ site.repository }}/issues/836))
1041
- - Fix the CLI option `--plugins` to actually accept dirs and files ([#993]({{ site.repository }}/issues/993))
1042
- - Allow 'excerpt' in YAML Front-Matter to override the extracted excerpt ([#946]({{ site.repository }}/issues/946))
1043
- - Fix cascade problem with site.baseurl, site.port and site.host. ([#935]({{ site.repository }}/issues/935))
1044
- - Filter out directories with valid post names ([#875]({{ site.repository }}/issues/875))
1045
- - Fix symlinked static files not being correctly built in unsafe mode ([#909]({{ site.repository }}/issues/909))
1046
- - Fix integration with directory_watcher 1.4.x ([#916]({{ site.repository }}/issues/916))
1047
- - Accepting strings as arguments to jekyll-import command ([#910]({{ site.repository }}/issues/910))
1048
- - Force usage of older directory_watcher gem as 1.5 is broken ([#883]({{ site.repository }}/issues/883))
1049
- - Ensure all Post categories are downcase ([#842]({{ site.repository }}/issues/842), [#872]({{ site.repository }}/issues/872))
1050
- - Force encoding of the rdiscount TOC to UTF8 to avoid conversion errors ([#555]({{ site.repository }}/issues/555))
1051
- - Patch for multibyte URI problem with `jekyll serve` ([#723]({{ site.repository }}/issues/723))
1052
- - Order plugin execution by priority ([#864]({{ site.repository }}/issues/864))
1053
- - Fixed Page#dir and Page#url for edge cases ([#536]({{ site.repository }}/issues/536))
1054
- - Fix broken `post_url` with posts with a time in their YAML Front-Matter ([#831]({{ site.repository }}/issues/831))
1055
- - Look for plugins under the source directory ([#654]({{ site.repository }}/issues/654))
1056
- - Tumblr Migrator: finds `_posts` dir correctly, fixes truncation of long
1057
- post names ([#775]({{ site.repository }}/issues/775))
1058
- - Force Categories to be Strings ([#767]({{ site.repository }}/issues/767))
1059
- - Safe YAML plugin to prevent vulnerability ([#777]({{ site.repository }}/issues/777))
1060
- - Add SVG support to Jekyll/WEBrick. ([#407]({{ site.repository }}/issues/407), [#406]({{ site.repository }}/issues/406))
1061
- - Prevent custom destination from causing continuous regen on watch ([#528]({{ site.repository }}/issues/528), [#820]({{ site.repository }}/issues/820), [#862]({{ site.repository }}/issues/862))
1062
-
1063
- ### Site Enhancements
1064
- {: #site-enhancements-v1-0-0}
1065
- - Responsify ([#860]({{ site.repository }}/issues/860))
1066
- - Fix spelling, punctuation and phrasal errors ([#989]({{ site.repository }}/issues/989))
1067
- - Update quickstart instructions with `new` command ([#966]({{ site.repository }}/issues/966))
1068
- - Add docs for page.excerpt ([#956]({{ site.repository }}/issues/956))
1069
- - Add docs for page.path ([#951]({{ site.repository }}/issues/951))
1070
- - Clean up site docs to prepare for 1.0 release ([#918]({{ site.repository }}/issues/918))
1071
- - Bring site into master branch with better preview/deploy ([#709]({{ site.repository }}/issues/709))
1072
- - Redesigned site ([#583]({{ site.repository }}/issues/583))
1073
-
1074
- ### Development Fixes
1075
- {: #development-fixes-v1-0-0}
1076
- - Exclude Cucumber 1.2.4, which causes tests to fail in 1.9.2 ([#938]({{ site.repository }}/issues/938))
1077
- - Added "features:html" rake task for debugging purposes, cleaned up
1078
- Cucumber profiles ([#832]({{ site.repository }}/issues/832))
1079
- - Explicitly require HTTPS rubygems source in Gemfile ([#826]({{ site.repository }}/issues/826))
1080
- - Changed Ruby version for development to 1.9.3-p374 from p362 ([#801]({{ site.repository }}/issues/801))
1081
- - Including a link to the GitHub Ruby style guide in CONTRIBUTING.md ([#806]({{ site.repository }}/issues/806))
1082
- - Added script/bootstrap ([#776]({{ site.repository }}/issues/776))
1083
- - Running Simplecov under 2 conditions: ENV(COVERAGE)=true and with Ruby version
1084
- of greater than 1.9 ([#771]({{ site.repository }}/issues/771))
1085
- - Switch to Simplecov for coverage report ([#765]({{ site.repository }}/issues/765))
1086
-
1087
-
1088
- ## 0.12.1 / 2013-02-19
1089
- {: #v0-12-1}
1090
-
1091
- ### Minor Enhancements
1092
- {: #minor-enhancements-v0-12-1}
1093
- - Update Kramdown version to 0.14.1 ([#744]({{ site.repository }}/issues/744))
1094
- - Test Enhancements
1095
- - Update Rake version to 10.0.3 ([#744]({{ site.repository }}/issues/744))
1096
- - Update Shoulda version to 3.3.2 ([#744]({{ site.repository }}/issues/744))
1097
- - Update Redcarpet version to 2.2.2 ([#744]({{ site.repository }}/issues/744))
1098
-
1099
-
1100
- ## 0.12.0 / 2012-12-22
1101
- {: #v0-12-0}
1102
-
1103
- ### Minor Enhancements
1104
- {: #minor-enhancements-v0-12-0}
1105
- - Add ability to explicitly specify included files ([#261]({{ site.repository }}/issues/261))
1106
- - Add `--default-mimetype` option ([#279]({{ site.repository }}/issues/279))
1107
- - Allow setting of RedCloth options ([#284]({{ site.repository }}/issues/284))
1108
- - Add `post_url` Liquid tag for internal post linking ([#369]({{ site.repository }}/issues/369))
1109
- - Allow multiple plugin dirs to be specified ([#438]({{ site.repository }}/issues/438))
1110
- - Inline TOC token support for RDiscount ([#333]({{ site.repository }}/issues/333))
1111
- - Add the option to specify the paginated url format ([#342]({{ site.repository }}/issues/342))
1112
- - Swap out albino for pygments.rb ([#569]({{ site.repository }}/issues/569))
1113
- - Support Redcarpet 2 and fenced code blocks ([#619]({{ site.repository }}/issues/619))
1114
- - Better reporting of Liquid errors ([#624]({{ site.repository }}/issues/624))
1115
- - Bug Fixes
1116
- - Allow some special characters in highlight names
1117
- - URL escape category names in URL generation ([#360]({{ site.repository }}/issues/360))
1118
- - Fix error with `limit_posts` ([#442]({{ site.repository }}/issues/442))
1119
- - Properly select dotfile during directory scan ([#363]({{ site.repository }}/issues/363), [#431]({{ site.repository }}/issues/431), [#377]({{ site.repository }}/issues/377))
1120
- - Allow setting of Kramdown `smart_quotes` ([#482]({{ site.repository }}/issues/482))
1121
- - Ensure front-matter is at start of file ([#562]({{ site.repository }}/issues/562))
1122
-
1123
-
1124
- ## 0.11.2 / 2011-12-27
1125
- {: #v0-11-2}
1126
- - Bug Fixes
1127
- - Fix gemspec
1128
-
1129
-
1130
- ## 0.11.1 / 2011-12-27
1131
- {: #v0-11-1}
1132
- - Bug Fixes
1133
- - Fix extra blank line in highlight blocks ([#409]({{ site.repository }}/issues/409))
1134
- - Update dependencies
1135
-
1136
-
1137
- ## 0.11.0 / 2011-07-10
1138
- {: #v0-11-0}
1139
-
1140
- ### Major Enhancements
1141
- {: #major-enhancements-v0-11-0}
1142
- - Add command line importer functionality ([#253]({{ site.repository }}/issues/253))
1143
- - Add Redcarpet Markdown support ([#318]({{ site.repository }}/issues/318))
1144
- - Make markdown/textile extensions configurable ([#312]({{ site.repository }}/issues/312))
1145
- - Add `markdownify` filter
1146
-
1147
- ### Minor Enhancements
1148
- {: #minor-enhancements-v0-11-0}
1149
- - Switch to Albino gem
1150
- - Bundler support
1151
- - Use English library to avoid hoops ([#292]({{ site.repository }}/issues/292))
1152
- - Add Posterous importer ([#254]({{ site.repository }}/issues/254))
1153
- - Fixes for Wordpress importer ([#274]({{ site.repository }}/issues/274), [#252]({{ site.repository }}/issues/252), [#271]({{ site.repository }}/issues/271))
1154
- - Better error message for invalid post date ([#291]({{ site.repository }}/issues/291))
1155
- - Print formatted fatal exceptions to stdout on build failure
1156
- - Add Tumblr importer ([#323]({{ site.repository }}/issues/323))
1157
- - Add Enki importer ([#320]({{ site.repository }}/issues/320))
1158
- - Bug Fixes
1159
- - Secure additional path exploits
1160
-
1161
-
1162
- ## 0.10.0 / 2010-12-16
1163
- {: #v0-10-0}
1164
- - Bug Fixes
1165
- - Add `--no-server` option.
1166
-
1167
-
1168
- ## 0.9.0 / 2010-12-15
1169
- {: #v0-9-0}
1170
-
1171
- ### Minor Enhancements
1172
- {: #minor-enhancements-v0-9-0}
1173
- - Use OptionParser's `[no-]` functionality for better boolean parsing.
1174
- - Add Drupal migrator ([#245]({{ site.repository }}/issues/245))
1175
- - Complain about YAML and Liquid errors ([#249]({{ site.repository }}/issues/249))
1176
- - Remove orphaned files during regeneration ([#247]({{ site.repository }}/issues/247))
1177
- - Add Marley migrator ([#28]({{ site.repository }}/issues/28))
1178
-
1179
-
1180
- ## 0.8.0 / 2010-11-22
1181
- {: #v0-8-0}
1182
-
1183
- ### Minor Enhancements
1184
- {: #minor-enhancements-v0-8-0}
1185
- - Add wordpress.com importer ([#207]({{ site.repository }}/issues/207))
1186
- - Add `--limit-posts` cli option ([#212]({{ site.repository }}/issues/212))
1187
- - Add `uri_escape` filter ([#234]({{ site.repository }}/issues/234))
1188
- - Add `--base-url` cli option ([#235]({{ site.repository }}/issues/235))
1189
- - Improve MT migrator ([#238]({{ site.repository }}/issues/238))
1190
- - Add kramdown support ([#239]({{ site.repository }}/issues/239))
1191
- - Bug Fixes
1192
- - Fixed filename basename generation ([#208]({{ site.repository }}/issues/208))
1193
- - Set mode to UTF8 on Sequel connections ([#237]({{ site.repository }}/issues/237))
1194
- - Prevent `_includes` dir from being a symlink
1195
-
1196
-
1197
- ## 0.7.0 / 2010-08-24
1198
- {: #v0-7-0}
1199
-
1200
- ### Minor Enhancements
1201
- {: #minor-enhancements-v0-7-0}
1202
- - Add support for rdiscount extensions ([#173]({{ site.repository }}/issues/173))
1203
- - Bug Fixes
1204
- - Highlight should not be able to render local files
1205
- - The site configuration may not always provide a 'time' setting ([#184]({{ site.repository }}/issues/184))
1206
-
1207
-
1208
- ## 0.6.2 / 2010-06-25
1209
- {: #v0-6-2}
1210
- - Bug Fixes
1211
- - Fix Rakefile 'release' task (tag pushing was missing origin)
1212
- - Ensure that RedCloth is loaded when textilize filter is used ([#183]({{ site.repository }}/issues/183))
1213
- - Expand source, destination, and plugin paths ([#180]({{ site.repository }}/issues/180))
1214
- - Fix `page.url` to include full relative path ([#181]({{ site.repository }}/issues/181))
1215
-
1216
-
1217
- ## 0.6.1 / 2010-06-24
1218
- {: #v0-6-1}
1219
- - Bug Fixes
1220
- - Fix Markdown Pygments prefix and suffix ([#178]({{ site.repository }}/issues/178))
1221
-
1222
-
1223
- ## 0.6.0 / 2010-06-23
1224
- {: #v0-6-0}
1225
-
1226
- ### Major Enhancements
1227
- {: #major-enhancements-v0-6-0}
1228
- - Proper plugin system ([#19]({{ site.repository }}/issues/19), [#100]({{ site.repository }}/issues/100))
1229
- - Add safe mode so unsafe converters/generators can be added
1230
- - Maruku is now the only processor dependency installed by default.
1231
- Other processors will be lazy-loaded when necessary (and prompt the
1232
- user to install them when necessary) ([#57]({{ site.repository }}/issues/57))
1233
-
1234
- ### Minor Enhancements
1235
- {: #minor-enhancements-v0-6-0}
1236
- - Inclusion/exclusion of future dated posts ([#59]({{ site.repository }}/issues/59))
1237
- - Generation for a specific time ([#59]({{ site.repository }}/issues/59))
1238
- - Allocate `site.time` on render not per site_payload invocation ([#59]({{ site.repository }}/issues/59))
1239
- - Pages now present in the site payload and can be used through the
1240
- `site.pages` and `site.html_pages` variables
1241
- - Generate phase added to site#process and pagination is now a generator
1242
- - Switch to RakeGem for build/test process
1243
- - Only regenerate static files when they have changed ([#142]({{ site.repository }}/issues/142))
1244
- - Allow arbitrary options to Pygments ([#31]({{ site.repository }}/issues/31))
1245
- - Allow URL to be set via command line option ([#147]({{ site.repository }}/issues/147))
1246
- - Bug Fixes
1247
- - Render highlighted code for non markdown/textile pages ([#116]({{ site.repository }}/issues/116))
1248
- - Fix highlighting on Ruby 1.9 ([#65]({{ site.repository }}/issues/65))
1249
- - Fix extension munging when pretty permalinks are enabled ([#64]({{ site.repository }}/issues/64))
1250
- - Stop sorting categories ([#33]({{ site.repository }}/issues/33))
1251
- - Preserve generated attributes over front matter ([#119]({{ site.repository }}/issues/119))
1252
- - Fix source directory binding using `Dir.pwd` ([#75]({{ site.repository }}/issues/75))
1253
-
1254
-
1255
- ## 0.5.7 / 2010-01-12
1256
- {: #v0-5-7}
1257
-
1258
- ### Minor Enhancements
1259
- {: #minor-enhancements-v0-5-7}
1260
- - Allow overriding of post date in the front matter ([#62]({{ site.repository }}/issues/62), [#38]({{ site.repository }}/issues/38))
1261
- - Bug Fixes
1262
- - Categories isn't always an array ([#73]({{ site.repository }}/issues/73))
1263
- - Empty tags causes error in read_posts ([#84]({{ site.repository }}/issues/84))
1264
- - Fix pagination to adhere to read/render/write paradigm
1265
- - Test Enhancement
1266
- - Cucumber features no longer use site.posts.first where a better
1267
- alternative is available
1268
-
1269
-
1270
- ## 0.5.6 / 2010-01-08
1271
- {: #v0-5-6}
1272
- - Bug Fixes
1273
- - Require redcloth >= 4.2.1 in tests ([#92]({{ site.repository }}/issues/92))
1274
- - Don't break on triple dashes in yaml frontmatter ([#93]({{ site.repository }}/issues/93))
1275
-
1276
- ### Minor Enhancements
1277
- {: #minor-enhancements-v0-5-6}
1278
- - Allow .mkd as markdown extension
1279
- - Use $stdout/err instead of constants ([#99]({{ site.repository }}/issues/99))
1280
- - Properly wrap code blocks ([#91]({{ site.repository }}/issues/91))
1281
- - Add javascript mime type for webrick ([#98]({{ site.repository }}/issues/98))
1282
-
1283
-
1284
- ## 0.5.5 / 2010-01-08
1285
- {: #v0-5-5}
1286
- - Bug Fixes
1287
- - Fix pagination % 0 bug ([#78]({{ site.repository }}/issues/78))
1288
- - Ensure all posts are processed first ([#71]({{ site.repository }}/issues/71))
1289
-
1290
-
1291
- ## NOTE
1292
- - After this point I will no longer be giving credit in the history;
1293
- that is what the commit log is for.
1294
-
1295
-
1296
- ## 0.5.4 / 2009-08-23
1297
- {: #v0-5-4}
1298
- - Bug Fixes
1299
- - Do not allow symlinks (security vulnerability)
1300
-
1301
-
1302
- ## 0.5.3 / 2009-07-14
1303
- {: #v0-5-3}
1304
- - Bug Fixes
1305
- - Solving the permalink bug where non-html files wouldn't work
1306
- ([@jeffrydegrande](https://github.com/jeffrydegrande))
1307
-
1308
-
1309
- ## 0.5.2 / 2009-06-24
1310
- {: #v0-5-2}
1311
- - Enhancements
1312
- - Added --paginate option to the executable along with a paginator object
1313
- for the payload ([@calavera](https://github.com/calavera))
1314
- - Upgraded RedCloth to 4.2.1, which makes `<notextile>` tags work once
1315
- again.
1316
- - Configuration options set in config.yml are now available through the
1317
- site payload ([@vilcans](https://github.com/vilcans))
1318
- - Posts can now have an empty YAML front matter or none at all
1319
- (@ bahuvrihi)
1320
- - Bug Fixes
1321
- - Fixing Ruby 1.9 issue that requires `#to_s` on the err object
1322
- ([@Chrononaut](https://github.com/Chrononaut))
1323
- - Fixes for pagination and ordering posts on the same day ([@ujh](https://github.com/ujh))
1324
- - Made pages respect permalinks style and permalinks in yml front matter
1325
- ([@eugenebolshakov](https://github.com/eugenebolshakov))
1326
- - Index.html file should always have index.html permalink
1327
- ([@eugenebolshakov](https://github.com/eugenebolshakov))
1328
- - Added trailing slash to pretty permalink style so Apache is happy
1329
- ([@eugenebolshakov](https://github.com/eugenebolshakov))
1330
- - Bad markdown processor in config fails sooner and with better message
1331
- (@ gcnovus)
1332
- - Allow CRLFs in yaml frontmatter ([@juretta](https://github.com/juretta))
1333
- - Added Date#xmlschema for Ruby versions < 1.9
1334
-
1335
-
1336
- ## 0.5.1 / 2009-05-06
1337
- {: #v0-5-1}
1338
-
1339
- ### Major Enhancements
1340
- {: #major-enhancements-v0-5-1}
1341
- - Next/previous posts in site payload ([@pantulis](https://github.com/pantulis), [@tomo](https://github.com/tomo))
1342
- - Permalink templating system
1343
- - Moved most of the README out to the GitHub wiki
1344
- - Exclude option in configuration so specified files won't be brought over
1345
- with generated site ([@duritong](https://github.com/duritong))
1346
- - Bug Fixes
1347
- - Making sure config.yaml references are all gone, using only config.yml
1348
- - Fixed syntax highlighting breaking for UTF-8 code ([@henrik](https://github.com/henrik))
1349
- - Worked around RDiscount bug that prevents Markdown from getting parsed
1350
- after highlight ([@henrik](https://github.com/henrik))
1351
- - CGI escaped post titles ([@Chrononaut](https://github.com/Chrononaut))
1352
-
1353
-
1354
- ## 0.5.0 / 2009-04-07
1355
- {: #v0-5-0}
1356
-
1357
- ### Minor Enhancements
1358
- {: #minor-enhancements-v0-5-0}
1359
- - Ability to set post categories via YAML ([@qrush](https://github.com/qrush))
1360
- - Ability to set prevent a post from publishing via YAML ([@qrush](https://github.com/qrush))
1361
- - Add textilize filter ([@willcodeforfoo](https://github.com/willcodeforfoo))
1362
- - Add 'pretty' permalink style for wordpress-like urls ([@dysinger](https://github.com/dysinger))
1363
- - Made it possible to enter categories from YAML as an array ([@Chrononaut](https://github.com/Chrononaut))
1364
- - Ignore Emacs autosave files ([@Chrononaut](https://github.com/Chrononaut))
1365
- - Bug Fixes
1366
- - Use block syntax of popen4 to ensure that subprocesses are properly disposed ([@jqr](https://github.com/jqr))
1367
- - Close open4 streams to prevent zombies ([@rtomayko](https://github.com/rtomayko))
1368
- - Only query required fields from the WP Database ([@ariejan](https://github.com/ariejan))
1369
- - Prevent `_posts` from being copied to the destination directory ([@bdimcheff](https://github.com/bdimcheff))
1370
- - Refactors
1371
- - Factored the filtering code into a method ([@Chrononaut](https://github.com/Chrononaut))
1372
- - Fix tests and convert to Shoulda ([@qrush](https://github.com/qrush), [@technicalpickles](https://github.com/technicalpickles))
1373
- - Add Cucumber acceptance test suite ([@qrush](https://github.com/qrush), [@technicalpickles](https://github.com/technicalpickles))
1374
-
1375
-
1376
- ## 0.4.1
1377
-
1378
- ### Minor Enhancements
1379
- {: #minor-enhancements-v--}
1380
- - Changed date format on wordpress converter (zeropadding) ([@dysinger](https://github.com/dysinger))
1381
- - Bug Fixes
1382
- - Add Jekyll binary as executable to gemspec ([@dysinger](https://github.com/dysinger))
1383
-
1384
-
1385
- ## 0.4.0 / 2009-02-03
1386
- {: #v0-4-0}
1387
-
1388
- ### Major Enhancements
1389
- {: #major-enhancements-v0-4-0}
1390
- - Switch to Jeweler for packaging tasks
1391
-
1392
- ### Minor Enhancements
1393
- {: #minor-enhancements-v0-4-0}
1394
- - Type importer ([@codeslinger](https://github.com/codeslinger))
1395
- - `site.topics` accessor ([@baz](https://github.com/baz))
1396
- - Add `array_to_sentence_string` filter ([@mchung](https://github.com/mchung))
1397
- - Add a converter for textpattern ([@PerfectlyNormal](https://github.com/PerfectlyNormal))
1398
- - Add a working Mephisto / MySQL converter ([@ivey](https://github.com/ivey))
1399
- - Allowing .htaccess files to be copied over into the generated site ([@briandoll](https://github.com/briandoll))
1400
- - Add option to not put file date in permalink URL ([@mreid](https://github.com/mreid))
1401
- - Add line number capabilities to highlight blocks ([@jcon](https://github.com/jcon))
1402
- - Bug Fixes
1403
- - Fix permalink behavior ([@cavalle](https://github.com/cavalle))
1404
- - Fixed an issue with pygments, markdown, and newlines ([@zpinter](https://github.com/zpinter))
1405
- - Ampersands need to be escaped ([@pufuwozu](https://github.com/pufuwozu), [@ap](https://github.com/ap))
1406
- - Test and fix the site.categories hash ([@zzot](https://github.com/zzot))
1407
- - Fix site payload available to files ([@matrix9180](https://github.com/matrix9180))
1408
-
1409
-
1410
- ## 0.3.0 / 2008-12-24
1411
- {: #v0-3-0}
1412
-
1413
- ### Major Enhancements
1414
- {: #major-enhancements-v0-3-0}
1415
- - Added `--server` option to start a simple WEBrick server on destination
1416
- directory ([@johnreilly](https://github.com/johnreilly) and [@mchung](https://github.com/mchung))
1417
-
1418
- ### Minor Enhancements
1419
- {: #minor-enhancements-v0-3-0}
1420
- - Added post categories based on directories containing `_posts` ([@mreid](https://github.com/mreid))
1421
- - Added post topics based on directories underneath `_posts`
1422
- - Added new date filter that shows the full month name ([@mreid](https://github.com/mreid))
1423
- - Merge Post's YAML front matter into its to_liquid payload ([@remi](https://github.com/remi))
1424
- - Restrict includes to regular files underneath `_includes`
1425
- - Bug Fixes
1426
- - Change YAML delimiter matcher so as to not chew up 2nd level markdown
1427
- headers ([@mreid](https://github.com/mreid))
1428
- - Fix bug that meant page data (such as the date) was not available in
1429
- templates ([@mreid](https://github.com/mreid))
1430
- - Properly reject directories in `_layouts`
1431
-
1432
-
1433
- ## 0.2.1 / 2008-12-15
1434
- {: #v0-2-1}
1435
- - Major Changes
1436
- - Use Maruku (pure Ruby) for Markdown by default ([@mreid](https://github.com/mreid))
1437
- - Allow use of RDiscount with `--rdiscount` flag
1438
-
1439
- ### Minor Enhancements
1440
- {: #minor-enhancements-v0-2-1}
1441
- - Don't load directory_watcher unless it's needed ([@pjhyett](https://github.com/pjhyett))
1442
-
1443
-
1444
- ## 0.2.0 / 2008-12-14
1445
- {: #v0-2-0}
1446
- - Major Changes
1447
- - related_posts is now found in `site.related_posts`
1448
-
1449
-
1450
- ## 0.1.6 / 2008-12-13
1451
- {: #v0-1-6}
1452
- - Major Features
1453
- - Include files in `_includes` with {% raw %}`{% include x.textile %}`{% endraw %}
1454
-
1455
-
1456
- ## 0.1.5 / 2008-12-12
1457
- {: #v0-1-5}
1458
-
1459
- ### Major Enhancements
1460
- {: #major-enhancements-v0-1-5}
1461
- - Code highlighting with Pygments if `--pygments` is specified
1462
- - Disable true LSI by default, enable with `--lsi`
1463
-
1464
- ### Minor Enhancements
1465
- {: #minor-enhancements-v0-1-5}
1466
- - Output informative message if RDiscount is not available ([@JackDanger](https://github.com/JackDanger))
1467
- - Bug Fixes
1468
- - Prevent Jekyll from picking up the output directory as a source ([@JackDanger](https://github.com/JackDanger))
1469
- - Skip `related_posts` when there is only one post ([@JackDanger](https://github.com/JackDanger))
1470
-
1471
-
1472
- ## 0.1.4 / 2008-12-08
1473
- {: #v0-1-4}
1474
- - Bug Fixes
1475
- - DATA does not work properly with rubygems
1476
-
1477
-
1478
- ## 0.1.3 / 2008-12-06
1479
- {: #v0-1-3}
1480
- - Major Features
1481
- - Markdown support ([@vanpelt](https://github.com/vanpelt))
1482
- - Mephisto and CSV converters ([@vanpelt](https://github.com/vanpelt))
1483
- - Code hilighting ([@vanpelt](https://github.com/vanpelt))
1484
- - Autobuild
1485
- - Bug Fixes
1486
- - Accept both `\r\n` and `\n` in YAML header ([@vanpelt](https://github.com/vanpelt))
1487
-
1488
-
1489
- ## 0.1.2 / 2008-11-22
1490
- {: #v0-1-2}
1491
- - Major Features
1492
- - Add a real "related posts" implementation using Classifier
1493
- - Command Line Changes
1494
- - Allow cli to be called with 0, 1, or 2 args intuiting dir paths
1495
- if they are omitted
1496
-
1497
-
1498
- ## 0.1.1 / 2008-11-22
1499
- {: #v0-1-1}
1500
- - Minor Additions
1501
- - Posts now support introspectional data e.g. {% raw %}`{{ page.url }}`{% endraw %}
1502
-
1503
-
1504
- ## 0.1.0 / 2008-11-05
1505
- {: #v0-1-0}
1506
- - First release
1507
- - Converts posts written in Textile
1508
- - Converts regular site pages
1509
- - Simple copy of binary files
1510
-
1511
-
1512
- ## 0.0.0 / 2008-10-19
1513
- {: #v0-0-0}
1514
- - Birthday!