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,31 +0,0 @@
1
- ---
2
- layout: news_item
3
- title: "Jekyll 1.1.1 Released"
4
- date: "2013-07-24 22:24:14 +0200"
5
- author: parkr
6
- version: 1.1.1
7
- categories: [release]
8
- ---
9
-
10
-
11
- Coming just 10 days after the release of v1.1.0, v1.1.1 is out with a patch for the nasty
12
- excerpt inception bug ([#1339][]) and non-zero exit codes for invalid commands
13
- ([#1338][]).
14
-
15
- To all those affected by the [strange excerpt bug in v1.1.0][#1321], I'm sorry. I think we
16
- have it all patched up and it should be deployed to [GitHub Pages][gh_pages] in the next
17
- couple weeks. Thank you for your patience!
18
-
19
- If you're checking out v1.1.x for the first time, definitely check out [what shipped with
20
- v1.1.0!][v1_1_0]
21
-
22
- See the [GitHub Release][] page for more a more detailed changelog for this release.
23
-
24
- {% assign issue_numbers = "1339|1338|1321" | split: "|" %}
25
- {% for issue in issue_numbers %}
26
- [#{{ issue }}]: {{ site.repository }}/issues/{{ issue }}
27
- {% endfor %}
28
-
29
- [GitHub Release]: {{ site.repository }}/releases/tag/v1.1.1
30
- [gh_pages]: http://pages.github.com
31
- [v1_1_0]: {{ site.repository }}/releases/tag/v1.1.0
@@ -1,20 +0,0 @@
1
- ---
2
- layout: news_item
3
- title: "Jekyll 1.0.4 Released"
4
- date: "2013-07-25 09:08:38 +0200"
5
- author: mattr-
6
- version: 1.0.4
7
- categories: [release]
8
- ---
9
-
10
- Version 1.0.4 fixes a minor, but nonetheless important security vulnerability affecting several third-party Jekyll plugins. If your Jekyll site does not use plugins, you may, but are not required to upgrade at this time.
11
-
12
- Community and custom plugins extending the `Liquid::Drop` class may inadvertently disclose some system information such as directory structure or software configuration to users with access to the Liquid templating system.
13
-
14
- We recommend you upgrade to Jekyll v1.0.4 immediately if you use `Liquid::Drop` plugins on your Jekyll site.
15
-
16
- Many thanks for [Ben Balter](https://github.com/benbalter) for alerting us to the problem
17
- and [submitting a patch][1349] so quickly.
18
-
19
- [230]: https://github.com/Shopify/liquid/pull/230
20
- [1349]: {{ site.repository }}/issues/1349
@@ -1,20 +0,0 @@
1
- ---
2
- layout: news_item
3
- title: "Jekyll 1.1.2 Released"
4
- date: "2013-07-25 09:08:38 +0200"
5
- author: parkr
6
- version: 1.1.2
7
- categories: [release]
8
- ---
9
-
10
- Version 1.1.2 fixes a minor, but nonetheless important security vulnerability affecting several third-party Jekyll plugins. If your Jekyll site does not use plugins, you may, but are not required to upgrade at this time.
11
-
12
- Community and custom plugins extending the `Liquid::Drop` class may inadvertently disclose some system information such as directory structure or software configuration to users with access to the Liquid templating system.
13
-
14
- We recommend you upgrade to Jekyll v1.1.2 immediately if you use `Liquid::Drop` plugins on your Jekyll site.
15
-
16
- Many thanks for [Ben Balter](https://github.com/benbalter) for alerting us to the problem
17
- and [submitting a patch][1349] so quickly.
18
-
19
- [230]: https://github.com/Shopify/liquid/pull/230
20
- [1349]: {{ site.repository }}/issues/1349
@@ -1,23 +0,0 @@
1
- ---
2
- layout: news_item
3
- title: "Jekyll 1.2.0 Released"
4
- date: "2013-09-06 22:02:41 -0400"
5
- author: parkr
6
- version: 1.2.0
7
- categories: [release]
8
- ---
9
-
10
- After nearly a month and a half of hard work, the Jekyll team is happy to
11
- announce the release of v1.2.0. It's chock full of bug fixes and some
12
- enhancements that we think you'll love.
13
-
14
- Here are a few things we think you'll want to know about this release:
15
-
16
- * Run `jekyll serve --detach` to boot up a WEBrick server in the background. **Note:** you'll need to run `kill [server_pid]` to shut the server down.
17
- * You can now **disable automatically-generated excerpts** if you set `excerpt_separator` to `""`.
18
- * If you're moving around pages and post, you can now check for **URL conflicts** by running `jekyll doctor`.
19
- * If you're a fan of the drafts feature, you'll be happy to know we've added `-D`, a shortened version of `--drafts`.
20
- * Permalinks with special characters should now generate without errors.
21
- * Expose the current Jekyll version as the `jekyll.version` Liquid variable.
22
-
23
- For a full run-down, visit our [change log](/docs/history/)!
@@ -1,19 +0,0 @@
1
- ---
2
- layout: news_item
3
- title: 'Jekyll 1.2.1 Released'
4
- date: 2013-09-14 20:46:50 -0400
5
- author: parkr
6
- version: 1.2.1
7
- categories: [release]
8
- ---
9
-
10
- Quick turnover, anyone? A [recent incompatibility with Liquid
11
- v2.5.2](https://github.com/jekyll/jekyll/pull/1525) produced a nasty bug in
12
- which `include` tags were not rendered properly within `if` blocks.
13
-
14
- This release also includes a better handling of detached servers (prints pid and
15
- the command for killing the process). **Note**: the `--detach` flag and
16
- `--watch` flags are presently incompatible in 1.2.x. Fix for that coming soon!
17
-
18
- For a full list of the fixes in this release, check out [the change
19
- log](/docs/history/)!
@@ -1,19 +0,0 @@
1
- ---
2
- layout: news_item
3
- title: 'Jekyll 1.3.0.rc1 Released'
4
- date: 2013-10-28 20:14:39 -0500
5
- author: mattr-
6
- version: 1.3.0.rc1
7
- categories: [release]
8
- ---
9
-
10
- Jekyll 1.3.0 is going to be a big release! In order to make sure we
11
- didn't screw anything up too badly, we're making a release candidate
12
- available for any early adopters who want to give the latest and
13
- greatest code a spin without having to clone a repository from git.
14
-
15
- Please take this prerelease for a spin and [let us
16
- know](https://github.com/jekyll/jekyll/issues/new) if you run into any
17
- issues!
18
-
19
-
@@ -1,43 +0,0 @@
1
- ---
2
- layout: news_item
3
- title: 'Jekyll 1.3.0 Released'
4
- date: 2013-11-04 21:46:02 -0600
5
- author: mattr-
6
- version: 1.3.0
7
- categories: [release]
8
- ---
9
-
10
- It's been about six weeks since v1.2.0 and the Jekyll team is happy to
11
- announce the arrival of v1.3.0. This is a **huge** release full of all
12
- sorts of new features, bug fixes, and other things that you're sure to
13
- love.
14
-
15
- Here are a few things we think you'll want to know about this release:
16
-
17
- * You can add [arbitrary data][] to the site by adding YAML files under a
18
- site's `_data` directory. This will allow you to avoid
19
- repetition in your templates and to set site specific options without
20
- changing `_config.yml`.
21
-
22
- * You can now run `jekyll serve --detach` to boot up a WEBrick server in the
23
- background. **Note:** you'll need to run `kill [server_pid]` to shut
24
- the server down. When ran, you'll get a process id that you can use in
25
- place of `[server_pid]`
26
-
27
- * You can now **disable automatically-generated excerpts** if you set
28
- `excerpt_separator` to `""`.
29
-
30
- * If you're moving pages and posts, you can now check for **URL
31
- conflicts** by running `jekyll doctor`.
32
-
33
- * If you're a fan of the drafts feature, you'll be happy to know we've
34
- added `-D`, a shortened version of `--drafts`.
35
-
36
- * Permalinks with special characters should now generate without errors.
37
-
38
- * Expose the current Jekyll version as the `jekyll.version` Liquid
39
- variable.
40
-
41
- For a full run-down, visit our [change log](/docs/history/)!
42
-
43
- [arbitrary data]: /docs/datafiles/
@@ -1,21 +0,0 @@
1
- ---
2
- layout: news_item
3
- title: 'Jekyll 1.3.1 Released'
4
- date: 2013-11-26 19:52:20 -0600
5
- author: mattr-
6
- version: 1.3.1
7
- categories: [release]
8
- ---
9
-
10
- Just in time for the US holiday Thanksgiving, we're releasing version
11
- 1.3.1 of Jekyll to address some of the issues seen since the
12
- release of 1.3.0.
13
-
14
- In addition to a couple of other smaller bug fixes, the biggest thing
15
- we've fixed is an issue with the `--watch` option with Ruby 1.8.7. For a
16
- full run-down, visit our [change log](/docs/history/)!
17
-
18
- Thanks to all the people who have contributed to this release! They are
19
- (in alphabetical order): Abhi Yerra, Anatol Broder, Andreas Möller, Greg
20
- Karékinian, Sam Rayner, Santeri Paavolainen, Shigeya Suzuki, Yihang Ho,
21
- albertogg, andrewhavens, maul.esel, and thomasdao
@@ -1,30 +0,0 @@
1
- ---
2
- layout: news_item
3
- title: 'Jekyll 1.4.0 Released'
4
- date: 2013-12-07 13:55:28 -0600
5
- author: mattr-
6
- version: 1.4.0
7
- categories: [release]
8
- ---
9
-
10
- About a month after the release of Jekyll v1.3.0, we are releasing
11
- Jekyll v1.4.0. This release will be the last non-patch release to support Ruby
12
- 1.8.7 and our next release will be Jekyll 2.0.0.
13
-
14
- Here are a few things we think you'll want to know about this release:
15
-
16
- * TOML is now a supported markup language for config files.
17
-
18
- * Maruku has been updated to 0.7.0 which provides some new features and
19
- a ton of bugfixes over the previous 0.6.x releases.
20
-
21
- * Non-`gem` Plugins are now sorted alphabetically by filename before they're
22
- processed, which can provide a rudimentary way to establish a load order for
23
- plugins.
24
-
25
- For a full run-down, visit our [change log](/docs/history/)!
26
-
27
- As always, Jekyll wouldn't be possible without the contributions from
28
- others in the Jekyll community. We'd like to thank the following people
29
- for contributing to this release: Anatol Broder, David Sawyer, Greg
30
- Karékinian, Jordon Bedwell, Matthew Iversen, Persa Zula, and Yi Zeng.
@@ -1,20 +0,0 @@
1
- ---
2
- layout: news_item
3
- title: 'Jekyll 1.4.1 Released'
4
- date: 2013-12-09 20:44:13 -0600
5
- author: mattr-
6
- version: 1.4.1
7
- categories: [release]
8
- ---
9
-
10
- Another quick turnover, anyone? A [critical
11
- bug]({{ site.repository }}/issues/1794) in the reading of
12
- posts snuck itself into the 1.4.0 release.
13
-
14
- To address this issue, we're releasing v1.4.1 of Jekyll so that you can
15
- keep on writing without any problems.
16
-
17
- As always, you can find the full list of fixes in this release in the
18
- [change log](/docs/history/)!
19
-
20
-
@@ -1,18 +0,0 @@
1
- ---
2
- layout: news_item
3
- title: 'Jekyll 1.4.2 Released'
4
- date: 2013-12-16 19:48:13 -0500
5
- author: parkr
6
- version: 1.4.2
7
- categories: [release]
8
- ---
9
-
10
- This release fixes [a regression][] where Maruku fenced code blocks were turned
11
- off, instead of the previous default to on. We've added a new default
12
- configuration to our `maruku` config key: `fenced_code_blocks` and set it to
13
- default to `true`.
14
-
15
- If you do not wish to use Maruku fenced code blocks, you may turn this option
16
- off in your site's configuration file.
17
-
18
- [a regression]: https://github.com/jekyll/jekyll/pull/1830
@@ -1,26 +0,0 @@
1
- ---
2
- layout: news_item
3
- title: 'Jekyll 1.4.3 Released'
4
- date: 2014-01-13 17:43:32 -0800
5
- author: benbalter
6
- version: 1.4.3
7
- categories: [release]
8
- ---
9
-
10
- Jekyll 1.4.3 contains two **critical** security fixes. If you run Jekyll locally
11
- and do not run Jekyll in "safe" mode (e.g. you do not build Jekyll sites on behalf
12
- of others), you are not affected and are not required to update at this time.
13
- ([See pull request.]({{ site.repository }}/pull/1944))
14
-
15
- Versions of Jekyll prior to 1.4.3 and greater than 1.2.0 may allow malicious
16
- users to expose the content of files outside the source directory in the
17
- generated output via improper symlink sanitization, potentially resulting in an
18
- inadvertent information disclosure.
19
-
20
- Versions of Jekyll prior to 1.4.3 may also allow malicious users to write
21
- arbitrary `.html` files outside of the destination folder via relative path
22
- traversal, potentially overwriting otherwise-trusted content with arbitrary HTML
23
- or Javascript depending on your server's configuration.
24
-
25
- *Maintainer's note: Many thanks to @gregose and @charliesome for discovering
26
- these vulnerabilities, and to @BenBalter and @alindeman for writing the patch.*
@@ -1,19 +0,0 @@
1
- ---
2
- layout: news_item
3
- title: 'Jekyll 1.5.0 Released'
4
- date: 2014-03-24 20:37:59 -0400
5
- author: parkr
6
- version: 1.5.0
7
- categories: [release]
8
- ---
9
-
10
- As work continues on Jekyll 2.0.0, we felt it was important to address two key
11
- issues of Jekyll 1.4.3, namely the `safe_yaml` dependency below 1.0 and the
12
- inability to use Jekyll 1.4.3 on Windows due to a [fun issue with path sanitizing][].
13
-
14
- For a full changelog, check out our [history][] page.
15
-
16
- Now, back to work on 2.0.0!
17
-
18
- [fun issue with path sanitizing]: https://github.com/jekyll/jekyll/issues/1948
19
- [history]: /docs/history/#v1-5-0
@@ -1,26 +0,0 @@
1
- ---
2
- layout: news_item
3
- title: 'Jekyll 1.5.1 Released'
4
- date: 2014-03-27 22:43:48 -0400
5
- author: parkr
6
- version: 1.5.1
7
- categories: [release]
8
- ---
9
-
10
- The hawk-eyed [@gregose](https://github.com/gregose) spotted a bug in our
11
- `Jekyll.sanitized_path` code:
12
-
13
- {% highlight ruby %}
14
- > sanitized_path("/tmp/foobar/jail", "..c:/..c:/..c:/etc/passwd")
15
- => "/tmp/foobar/jail/../../../etc/passwd"
16
- {% endhighlight %}
17
-
18
- Well, we can't have that! In 1.5.1, you'll instead see:
19
-
20
- {% highlight ruby %}
21
- > sanitized_path("/tmp/foobar/jail", "..c:/..c:/..c:/etc/passwd")
22
- => "/tmp/foobar/jail/..c:/..c:/..c:/etc/passwd"
23
- {% endhighlight %}
24
-
25
- Luckily not affecting 1.4.x, this fix will make 1.5.0 that much safer for
26
- the masses. Thanks, Greg!
@@ -1,31 +0,0 @@
1
- ---
2
- layout: news_item
3
- title: 'Jekyll turns 2.0.0'
4
- author: parkr
5
- version: 2.0.0
6
- categories: [release]
7
- ---
8
-
9
- A year ago to the day, [we released Jekyll 1.0.0][jekyll-1]. One year later, we present to you the next major version: Jekyll 2.0.0.
10
-
11
- Jam-packed with some [highly-requested features and bugfixes galore][changelog], this is the best Jekyll yet. Some notable changes:
12
-
13
- 1. [Collections](/docs/collections/) - Collections allow you to define an unlimited number of custom document types (beyond just posts and pages) for different types of content you may want to author in Jekyll such as API documentation or a cookbook!
14
- 2. [Brand new site template](https://github.com/jekyll/jekyll/pull/2050#issuecomment-35938016) (thanks [@jglovier][]!) - Getting started with Jekyll just got a lot easier and a lot more beautiful. Just run `jekyll new <path>` and you're good to go.
15
- 3. [Native Sass & CoffeeScript support](/docs/assets/) - We love CSS and JavaScript as much as the next guy, but there will always be a special place in our hearts for Sass and CoffeeScript. We now offer native support for these file types &mdash; no more messing around with Rake or Grunt!
16
- 4. [YAML Front-Matter defaults](/docs/configuration/#frontmatter-defaults) - If you've set `layout: post` more than once in your life, you'll love this new feature: set front-matter defaults for a given directory or type.
17
- 5. [Custom markdown processors](/docs/configuration/#custom-markdown-processors) - Always wanted to use your favourite home-grown Markdown converter, but couldn't with Jekyll? Now you can. Simply specify `markdown: MyConverterClass` and you're on your way.
18
- 6. [Addition of `where` and `group_by` Liquid filters](/docs/templates/#filters) - Simplifying your Liquid templates one filter at a time. The `where` filter selects from an array all items within which have a given value for a property. The `group_by` filter groups all items in an array which have the same value for a given property.
19
- 7. [Switch from Maruku to Kramdown as default markdown converter](https://github.com/jekyll/jekyll/pull/1988) - Maruku is dead. We've replaced it with the converter which has the closest feature parity: Kramdown!
20
-
21
- Check out our [changelog][] for a complete list of all (200+) changes.
22
-
23
- Many thanks to these 183 contributors for making Jekyll 2.0.0 happen:
24
-
25
- Parker Moore, Matt Rogers, maul.esel, Anatol Broder, Zach Gersh, Joel Glovier, Ben Balter, XhmikosR, Coby Chapple, John Piasetzki, Aidan Feldman, Robin Dupret, Pascal Borreli, Troy Swanson, Erik Michaels-Ober, albertogg, Lucas Jenss, Matt Rogers & Persa Zula, Eric Mill, Shigeya Suzuki, Jens Nazarenus, ddavison, Pat Hawks, Rob Wierzbowski, MURAOKA Taro, Casey Lang, Fabian Rodriguez, Greg Karékinian, Zlatan Vasović, Christopher Nicotera, Dmitry Chestnykh, Ryan Morrissey, Jordon, John Hughes, akira yamada, Matt Swanson, Jashank Jeremy, Matthew Iversen, Meeka, liufengyun, Anand Narayan, nitoyon, Geoff Shannon, Benjamin J. Balter, Juan Ignacio Donoso, David Briggs, Benjamin Esham, Slava Pavlutin, Assaf Gelber, Josh Brown, Nick Fagerlund, Davide Ficano, pilosus, Anthony Smith, André Arko, Mikael Konutgan, Matthew Scharley, Dan Tao, scribu, Mort Yao, m, Stephen McDonald, Marcus Stollsteimer, Thomas Torsney-Weir, Jordon Bedwell, Tom Preston-Werner, Lincoln Mullen, Philip Poots, Ivan Tse, Christopher Giroir, Valery Tolstov, Wlodek Bzyl, Xavier Noria, Yi Zeng, Persa Zula, Phil Leggetter, Pirogov Evgenij, Rafael Revi, Rob McGuire-Dale, Rob Muhlestein, Robin Mehner, Roland Warmerdam, Rusty Geldmacher, Sam Rayner, Santeri Paavolainen, Sebastian Morr, Stephan Groß, Steven Spasbo, Tobias Brunner, Tuomas Kareinen, Tyler Margison, Uwe Dauernheim, Yihang Ho, Zach Leatherman, Zequez, andrew morton, andrewhavens, imathis, jannypie, jaybe@jekyll, kk_Ataka, markets, redwallhp, schneems, szymzet, thomasdao, tomsugden, wǒis神仙, 张君君, Noah Slater, Abhi Yerra, Adam Heckler, Ahmed Hazem, Aigars Dzerviniks, Aleksey V. Zapparov, Andreas Möller, Andy Lindeman, Arlen Cuss, Aziz Shamim, Ben Baker-Smith, Ben Hanzl, Ben Hildred, Brian Kim, Brice, Carol Nichols, Chezou, Chris Jones, Christian Grobmeier, Christoph Hochstrasser, Christoph Schiessl, Clint Shryock, Colin Dean, Corey Ward, Damian Lettie, Daniel Schauenberg, David Ensinger, David Paschich, David Sawyer, David Silva Smith, Donald Perry, Doug Johnston, Edward Ball, Eric Dobson, Erik Dungan, Florent Guilleux, Francis, Frederic ROS, GSI2013, Garen Torikian, George Anderson, Giuseppe Capizzi, Ishibashi Hideto, Jarrod Birch, Jeff Kolesky, Jens Bissinger, Jens Krause, John Firebaugh, John Papandriopoulos, Josh Branchaud, Katy DeCorah, Lachlan Holden, Mark Prins, Markus Roth, Martin Charles, Matt Iversen, Matt Sheehan, Matt Swensen, Matthias Vogelgesang, Michael Parker, Miha Rekar, Nathan Youngman, Nick Quaranto, Nick Quinlan, Nick Schonning, Nicolas Alpi, Nicolás Reynolds, Nikkau, 4ensicLog, Octavian Damiean, Olov Lassus, PatrickC8t, Paul Annesley, and Paul Oppenheim.
26
-
27
- Happy developing!
28
-
29
- [changelog]: /docs/history/
30
- [@jglovier]: https://github.com/jglovier
31
- [jekyll-1]: /news/2013/05/06/jekyll-1-0-0-released/
@@ -1,18 +0,0 @@
1
- ---
2
- layout: news_item
3
- title: 'Jekyll 2.0.3 Released'
4
- date: 2014-05-08 22:43:17 -0400
5
- author: parkr
6
- version: 2.0.3
7
- categories: [release]
8
- ---
9
-
10
- Hey again! Just wanted to let you know we've released another version of Jekyll, jam-packed with bug fixes.
11
-
12
- A huge "thank you" is in order for all the folks who have submitted bug reports over the last 2 days &mdash; your input is what allows this project to continue. It's always a pain to deal with a MAJOR version bump release, but it's been pretty smooth so far and you have all been nice about the flaws you've found in the tool. Keep filing those reports so we can continue to make Jekyll even better!
13
-
14
- Thank you to the contributors that contributed code to 2.0.1, 2.0.2, and/or 2.0.3:
15
-
16
- Parker Moore, Yi Zeng, Gabe Ortiz, Aaron Broder, Alberto Grespan, gpxl, David Briggs, Kevin Ingersoll, and Troy Swanson.
17
-
18
- As always, check out the [changelog](/docs/history/) for more info. Happy Jekylling!
@@ -1,19 +0,0 @@
1
- ---
2
- layout: news_item
3
- title: 'Pick Up your $1 Jekyll Sticker'
4
- date: 2014-06-04 15:46:53 -0400
5
- author: parkr
6
- categories: [partners]
7
- ---
8
-
9
- ![Jekyll Sticker](/img/jekyll-sticker.jpg)
10
-
11
- You may have heard that [@cobyism](https://github.com/cobyism)'s excellent
12
- Jekyll logo has been made into a sticker. You may have sat idly by, wishing
13
- that you could have a sticker honoring your beloved Jekyll.
14
-
15
- The StickerMule team says, *"Pine no longer!"* StickerMule has **[discounted the
16
- price of Jekyll stickers down to $1 and are offering free (domestic)
17
- shipping](http://www.stickermule.com/marketplace/825-jekyll-stickers)!**
18
- Go grab one now on the StickerMule marketplace – [they'll look
19
- swell on your favourite hardware.](https://twitter.com/parkr/status/430826309707902976/photo/1)
@@ -1,31 +0,0 @@
1
- ---
2
- layout: news_item
3
- title: 'Jekyll Turns 21! Err... I mean 2.1.0.'
4
- date: 2014-06-28 17:26:59 -0400
5
- author: parkr
6
- version: 2.1.0
7
- categories: [release]
8
- ---
9
-
10
- Jekyll's finally [legal to drink in the States](http://en.wikipedia.org/wiki/Legal_drinking_age).
11
- And he's done a lot of learning in the process! Here are some of the new
12
- things to look forward to:
13
-
14
- - Uses the latest Liquid version (2.6.1) (#2495)
15
- - Set front-matter defaults for collections (#2419)
16
- - Set a collection-specific URL template (#2418)
17
- - `pygments.rb` 0.6.0! (#2504)
18
- - `.json` files in `_data` (#2369)
19
- - Allow subdirectories in `_data` (#2395)
20
- - Add support for `hl_lines` in `highlight` tag (#2532)
21
- - Post categories now merge with directory, front-matter, and defaults (#2373)
22
- - New `--skip_initial_build` flag for `jekyll serve` (#2477)
23
- - A bajilion bug fixes and site updates!
24
-
25
- Let's go party!
26
-
27
- *Check out the [full changelog](/docs/history/#v2-1-0) for more.*
28
-
29
- Many thanks to these 37 contributors for the 2.1.0 release:
30
-
31
- Alberto Grespan, Alessandro Lorenzi, Alex Medearis, Alfred Xing, Anatol Broder, Ben, Ben Balter, Bud Parr, Chezou, Denilson Figueiredo de Sá, Denilson Sá, Ivan Tse, Jens Nazarenus, Jesse Shawl, Jordon Bedwell, Josh Davis, János Rusiczki, Marc Ransome, Mathieu Bruyen, Matt Rogers, Parker Moore, Pat Hawks, Paul Henry, Peter Rhoades, Philipp Rudloff, Quinn Shanahan, Renaud Martinet, Rob Murray, Rodrigo Dumont, Simon Sarris, Terry, Terry Schmidt, Tomer Cohen, XhmikosR, Yihang Ho, jaybe@jekyll, and mikecole.