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