jekyll-docs 2.5.3 → 3.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (127) hide show
  1. checksums.yaml +4 -4
  2. data/lib/jekyll-docs.rb +34 -4
  3. data/site/CNAME +1 -0
  4. data/site/README.md +16 -0
  5. data/site/_config.yml +21 -0
  6. data/site/_data/docs.yml +47 -0
  7. data/site/_docs/assets.md +93 -0
  8. data/site/_docs/collections.md +380 -0
  9. data/site/_docs/configuration.md +677 -0
  10. data/site/_docs/continuous-integration.md +221 -0
  11. data/site/_docs/contributing.md +124 -0
  12. data/site/_docs/datafiles.md +151 -0
  13. data/site/_docs/deployment-methods.md +192 -0
  14. data/site/_docs/drafts.md +20 -0
  15. data/site/_docs/extras.md +22 -0
  16. data/site/_docs/frontmatter.md +191 -0
  17. data/site/_docs/github-pages.md +134 -0
  18. data/site/_docs/history.md +2131 -0
  19. data/site/_docs/index.md +56 -0
  20. data/site/_docs/installation.md +106 -0
  21. data/site/_docs/migrations.md +9 -0
  22. data/site/_docs/pages.md +84 -0
  23. data/site/_docs/pagination.md +221 -0
  24. data/site/_docs/permalinks.md +307 -0
  25. data/site/_docs/plugins.md +891 -0
  26. data/site/_docs/posts.md +237 -0
  27. data/site/_docs/quickstart.md +27 -0
  28. data/site/_docs/resources.md +46 -0
  29. data/site/_docs/sites.md +29 -0
  30. data/site/_docs/static_files.md +52 -0
  31. data/site/_docs/structure.md +211 -0
  32. data/site/_docs/templates.md +425 -0
  33. data/site/_docs/troubleshooting.md +207 -0
  34. data/site/_docs/upgrading.md +140 -0
  35. data/site/_docs/usage.md +101 -0
  36. data/site/_docs/variables.md +390 -0
  37. data/site/_docs/windows.md +44 -0
  38. data/site/_includes/analytics.html +30 -0
  39. data/site/_includes/anchor_links.html +33 -0
  40. data/site/_includes/docs_contents.html +8 -0
  41. data/site/_includes/docs_contents_mobile.html +10 -0
  42. data/site/_includes/docs_option.html +11 -0
  43. data/site/_includes/docs_ul.html +21 -0
  44. data/site/_includes/footer.html +15 -0
  45. data/site/_includes/header.html +18 -0
  46. data/site/_includes/news_contents.html +33 -0
  47. data/site/_includes/news_contents_mobile.html +11 -0
  48. data/site/_includes/news_item.html +24 -0
  49. data/site/_includes/primary-nav-items.html +17 -0
  50. data/site/_includes/section_nav.html +39 -0
  51. data/site/_includes/top.html +17 -0
  52. data/site/_layouts/default.html +13 -0
  53. data/site/_layouts/docs.html +26 -0
  54. data/site/_layouts/news.html +19 -0
  55. data/site/_layouts/news_item.html +27 -0
  56. data/site/_layouts/page.html +18 -0
  57. data/site/_posts/2013-05-06-jekyll-1-0-0-released.markdown +23 -0
  58. data/site/_posts/2013-05-08-jekyll-1-0-1-released.markdown +27 -0
  59. data/site/_posts/2013-05-12-jekyll-1-0-2-released.markdown +28 -0
  60. data/site/_posts/2013-06-07-jekyll-1-0-3-released.markdown +25 -0
  61. data/site/_posts/2013-07-14-jekyll-1-1-0-released.markdown +27 -0
  62. data/site/_posts/2013-07-24-jekyll-1-1-1-released.markdown +31 -0
  63. data/site/_posts/2013-07-25-jekyll-1-0-4-released.markdown +20 -0
  64. data/site/_posts/2013-07-25-jekyll-1-1-2-released.markdown +20 -0
  65. data/site/_posts/2013-09-06-jekyll-1-2-0-released.markdown +23 -0
  66. data/site/_posts/2013-09-14-jekyll-1-2-1-released.markdown +19 -0
  67. data/site/_posts/2013-10-28-jekyll-1-3-0-rc1-released.markdown +17 -0
  68. data/site/_posts/2013-11-04-jekyll-1-3-0-released.markdown +43 -0
  69. data/site/_posts/2013-11-26-jekyll-1-3-1-released.markdown +21 -0
  70. data/site/_posts/2013-12-07-jekyll-1-4-0-released.markdown +30 -0
  71. data/site/_posts/2013-12-09-jekyll-1-4-1-released.markdown +18 -0
  72. data/site/_posts/2013-12-16-jekyll-1-4-2-released.markdown +18 -0
  73. data/site/_posts/2014-01-13-jekyll-1-4-3-released.markdown +26 -0
  74. data/site/_posts/2014-03-24-jekyll-1-5-0-released.markdown +19 -0
  75. data/site/_posts/2014-03-27-jekyll-1-5-1-released.markdown +26 -0
  76. data/site/_posts/2014-05-06-jekyll-turns-2-0-0.markdown +31 -0
  77. data/site/_posts/2014-05-08-jekyll-2-0-3-released.markdown +18 -0
  78. data/site/_posts/2014-06-04-jekyll-stickers-1-dollar-stickermule.markdown +19 -0
  79. data/site/_posts/2014-06-28-jekyll-turns-21-i-mean-2-1-0.markdown +31 -0
  80. data/site/_posts/2014-07-01-jekyll-2-1-1-released.markdown +30 -0
  81. data/site/_posts/2014-07-29-jekyll-2-2-0-released.markdown +19 -0
  82. data/site/_posts/2014-08-10-jekyll-2-3-0-released.markdown +41 -0
  83. data/site/_posts/2014-09-09-jekyll-2-4-0-released.markdown +25 -0
  84. data/site/_posts/2014-11-06-jekylls-midlife-crisis-jekyll-turns-2-5-0.markdown +47 -0
  85. data/site/_posts/2014-11-08-jekyll-2-5-1-released.markdown +29 -0
  86. data/site/_posts/2014-11-12-jekyll-2-5-2-released.markdown +18 -0
  87. data/site/_posts/2014-12-17-alfredxing-welcome-to-jekyll-core.md +27 -0
  88. data/site/_posts/2014-12-22-jekyll-2-5-3-released.markdown +20 -0
  89. data/site/_posts/2015-01-20-jekyll-meet-and-greet.markdown +20 -0
  90. data/site/_posts/2015-01-24-jekyll-3-0-0-beta1-released.markdown +40 -0
  91. data/site/_posts/2015-02-26-introducing-jekyll-talk.markdown +15 -0
  92. data/site/_posts/2015-10-26-jekyll-3-0-released.markdown +35 -0
  93. data/site/_posts/2015-11-17-jekyll-3-0-1-released.markdown +25 -0
  94. data/site/_posts/2016-01-20-jekyll-3-0-2-released.markdown +14 -0
  95. data/site/_posts/2016-02-08-jekyll-3-0-3-released.markdown +31 -0
  96. data/site/_sass/_font-awesome.scss +25 -0
  97. data/site/_sass/_gridism.scss +124 -0
  98. data/site/_sass/_mixins.scss +38 -0
  99. data/site/_sass/_normalize.scss +1 -0
  100. data/site/_sass/_pygments.scss +78 -0
  101. data/site/_sass/_style.scss +998 -0
  102. data/site/css/screen.scss +9 -0
  103. data/site/favicon.ico +0 -0
  104. data/site/fonts/fontawesome-webfont.eot +0 -0
  105. data/site/fonts/fontawesome-webfont.svg +640 -0
  106. data/site/fonts/fontawesome-webfont.ttf +0 -0
  107. data/site/fonts/fontawesome-webfont.woff +0 -0
  108. data/site/fonts/fontawesome-webfont.woff2 +0 -0
  109. data/site/freenode.txt +1 -0
  110. data/site/help/index.md +36 -0
  111. data/site/img/article-footer.png +0 -0
  112. data/site/img/footer-arrow.png +0 -0
  113. data/site/img/footer-logo.png +0 -0
  114. data/site/img/jekyll-sticker.jpg +0 -0
  115. data/site/img/logo-2x.png +0 -0
  116. data/site/img/logo-rss.png +0 -0
  117. data/site/img/octojekyll.png +0 -0
  118. data/site/index.html +90 -0
  119. data/site/js/html5shiv.min.js +4 -0
  120. data/site/js/respond.min.js +5 -0
  121. data/site/latest_version.txt +1 -0
  122. data/site/news/index.html +10 -0
  123. data/site/news/releases/index.html +10 -0
  124. metadata +138 -6
  125. data/lib/jekyll-docs/version.rb +0 -5
  126. data/lib/jekyll/commands/docs.rb +0 -30
  127. data/lib/jekyll/docs.rb +0 -7
@@ -0,0 +1,18 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ <section class="standalone">
6
+ <div class="grid">
7
+
8
+ <div class="unit whole">
9
+ <article>
10
+ <h1>{{ page.title }}</h1>
11
+ {{ content }}
12
+ </article>
13
+ </div>
14
+
15
+ <div class="clear"></div>
16
+
17
+ </div>
18
+ </section>
@@ -0,0 +1,23 @@
1
+ ---
2
+ layout: news_item
3
+ title: "Jekyll 1.0.0 Released"
4
+ date: "2013-05-06 02:12:52 +0200"
5
+ author: parkr
6
+ version: 1.0.0
7
+ categories: [release]
8
+ ---
9
+
10
+ Hey! After many months of hard work by Jekyll's contributors, we're excited
11
+ to announce the first major release of the project in a long while. v1.0.0 is
12
+ finally here! While the list of improvements and bug fixes is [quite lengthy][history],
13
+ here are the highlights (thanks to [@benbalter](http://twitter.com/BenBalter) for the
14
+ examples and for compiling this list):
15
+
16
+ - Support for the Gist tag for easily embedding Gists ([example](https://gist.github.com/benbalter/5555251))
17
+ - Automatically generated post excerpts ([example](https://gist.github.com/benbalter/5555369))
18
+ - Save and preview drafts before publishing ([example](https://gist.github.com/benbalter/5555992))
19
+
20
+ Take a look at the [Upgrading][] page in the docs for more detailed information.
21
+
22
+ [history]: /docs/history/#v1-0-0
23
+ [Upgrading]: /docs/upgrading/
@@ -0,0 +1,27 @@
1
+ ---
2
+ layout: news_item
3
+ title: "Jekyll 1.0.1 Released"
4
+ date: "2013-05-08 23:46:11 +0200"
5
+ author: parkr
6
+ version: 1.0.1
7
+ categories: [release]
8
+ ---
9
+
10
+ Hot on the trails of v1.0, v1.0.1 is out! Here are the highlights:
11
+
12
+ * Add newer `language-` class name prefix to code blocks ([#1037][])
13
+ * Commander error message now preferred over process abort with incorrect args ([#1040][])
14
+ * Do not force use of toc_token when using generate_toc in RDiscount ([#1048][])
15
+ * Make Redcarpet respect the pygments configuration option ([#1053][])
16
+ * Fix the index build with LSI ([#1045][])
17
+ * Don't print deprecation warning when no arguments are specified. ([#1041][])
18
+ * Add missing `</div>` to site template used by `new` subcommand, fixed typos in code ([#1032][])
19
+
20
+ See the [History][] page for more information on this release.
21
+
22
+ {% assign issue_numbers = "1037|1040|1048|1053|1045|1041|1032" | split: "|" %}
23
+ {% for issue in issue_numbers %}
24
+ [#{{ issue }}]: {{ site.repository }}/issues/{{ issue }}
25
+ {% endfor %}
26
+
27
+ [History]: /docs/history/#v1-0-1
@@ -0,0 +1,28 @@
1
+ ---
2
+ layout: news_item
3
+ title: "Jekyll 1.0.2 Released"
4
+ date: "2013-05-12 14:45:00 +0200"
5
+ author: parkr
6
+ version: 1.0.2
7
+ categories: [release]
8
+ ---
9
+
10
+ v1.0.2 has some key bugfixes that optionally restore some behaviour from pre-1.0
11
+ releases, and fix some other annoying bugs:
12
+
13
+ * Backwards-compatibilize relative permalinks ([#1081][])
14
+ * Add `jekyll doctor` command to check site for any known compatibility problems ([#1081][])
15
+ * Deprecate old config `server_port`, match to `port` if `port` isn't set ([#1084][])
16
+ * Update pygments.rb and kramdon versions to 0.5.0 and 1.0.2, respectively ([#1061][], [#1067][])
17
+ * Fix issue when post categories are numbers ([#1078][])
18
+ * Add a `data-lang="<lang>"` attribute to Redcarpet code blocks ([#1066][])
19
+ * Catching that Redcarpet gem isn't installed ([#1059][])
20
+
21
+ See the [History][] page for more information on this release.
22
+
23
+ {% assign issue_numbers = "1059|1061|1066|1067|1078|1081|1084" | split: "|" %}
24
+ {% for issue in issue_numbers %}
25
+ [#{{ issue }}]: {{ site.repository }}/issues/{{ issue }}
26
+ {% endfor %}
27
+
28
+ [History]: /docs/history/#v1-0-2
@@ -0,0 +1,25 @@
1
+ ---
2
+ layout: news_item
3
+ title: "Jekyll 1.0.3 Released"
4
+ date: "2013-06-07 21:02:13 +0200"
5
+ author: parkr
6
+ version: 1.0.3
7
+ categories: [release]
8
+ ---
9
+
10
+ v1.0.3 contains some key enhancements and bug fixes:
11
+
12
+ - Fail with non-zero exit code when MaRuKu errors ([#1190][]) or Liquid errors ([#1121][])
13
+ - Add support for private gists to `gist` tag ([#1189][])
14
+ - Add `--force` option to `jekyll new` ([#1115][])
15
+ - Fix compatibility with `exclude` and `include` with pre-1.0 Jekyll ([#1114][])
16
+ - Fix pagination issue regarding `File.basename` and `page:num` ([#1063][])
17
+
18
+ See the [History][] page for more information on this release.
19
+
20
+ {% assign issue_numbers = "1190|1121|1189|1115|1114|1063" | split: "|" %}
21
+ {% for issue in issue_numbers %}
22
+ [#{{ issue }}]: {{ site.repository }}/issues/{{ issue }}
23
+ {% endfor %}
24
+
25
+ [History]: /docs/history/#v1-0-3
@@ -0,0 +1,27 @@
1
+ ---
2
+ layout: news_item
3
+ title: "Jekyll 1.1.0 Released"
4
+ date: "2013-07-14 19:38:02 +0200"
5
+ author: parkr
6
+ version: 1.1.0
7
+ categories: [release]
8
+ ---
9
+
10
+ After a month of hard work, the Jekyll core team is excited to announce the release of
11
+ Jekyll v1.1.0! This latest release of Jekyll brings some really exciting new additions:
12
+
13
+ - Add `docs` subcommand to read Jekyll's docs when offline. ([#1046][])
14
+ - Support passing parameters to templates in `include` tag ([#1204][])
15
+ - Add support for Liquid tags to post excerpts ([#1302][])
16
+ - Fix pagination for subdirectories ([#1198][])
17
+ - Provide better error reporting when generating sites ([#1253][])
18
+ - Latest posts first in non-LSI `related_posts` ([#1271][])
19
+
20
+ See the [GitHub Release][] page for more a more detailed changelog for this release.
21
+
22
+ {% assign issue_numbers = "1046|1204|1302|1198|1171|1118|1098|1215|1253|1271" | split: "|" %}
23
+ {% for issue in issue_numbers %}
24
+ [#{{ issue }}]: {{ site.repository }}/issues/{{ issue }}
25
+ {% endfor %}
26
+
27
+ [GitHub Release]: {{ site.repository }}/releases/tag/v1.1.0
@@ -0,0 +1,31 @@
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
@@ -0,0 +1,20 @@
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
@@ -0,0 +1,20 @@
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
@@ -0,0 +1,23 @@
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/)!
@@ -0,0 +1,19 @@
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/)!
@@ -0,0 +1,17 @@
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!
@@ -0,0 +1,43 @@
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/
@@ -0,0 +1,21 @@
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
@@ -0,0 +1,30 @@
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.
@@ -0,0 +1,18 @@
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/)!
@@ -0,0 +1,18 @@
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
@@ -0,0 +1,26 @@
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.*