jekyll 1.0.0 → 1.0.1
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.
- data/History.markdown +470 -0
- data/README.textile +9 -9
- data/jekyll.gemspec +3 -3
- data/lib/jekyll.rb +1 -1
- data/lib/jekyll/configuration.rb +2 -2
- data/lib/jekyll/converters/markdown/rdiscount_parser.rb +11 -2
- data/lib/jekyll/converters/markdown/redcarpet_parser.rb +45 -16
- data/lib/jekyll/deprecator.rb +1 -3
- data/lib/jekyll/post.rb +1 -1
- data/lib/site_template/_layouts/default.html +1 -1
- data/site/_includes/docs_contents_mobile.html +1 -1
- data/site/_posts/2012-07-01-configuration.md +1 -1
- data/site/_posts/2012-07-01-extras.md +0 -2
- data/site/_posts/2012-07-01-github-pages.md +1 -1
- data/site/_posts/2012-07-01-plugins.md +1 -1
- data/site/_posts/2012-07-01-resources.md +1 -1
- data/site/_posts/2012-07-01-troubleshooting.md +1 -1
- data/site/_posts/2012-07-01-upgrading.md +2 -2
- data/site/css/style.css +2 -3
- data/test/test_post.rb +1 -1
- data/test/test_redcarpet.rb +30 -8
- metadata +3 -3
- data/History.txt +0 -437
data/History.markdown
ADDED
@@ -0,0 +1,470 @@
|
|
1
|
+
## HEAD
|
2
|
+
### Major Enhancements
|
3
|
+
### Minor Enhancements
|
4
|
+
* Do not force use of toc_token when using generate_tok in RDiscount (#1048)
|
5
|
+
* Add newer `language-` class name prefix to code blocks (#1037)
|
6
|
+
* Commander error message now preferred over process abort with incorrect args (#1040)
|
7
|
+
|
8
|
+
### Bug Fixes
|
9
|
+
* Make Redcarpet respect the pygments configuration option (#1053)
|
10
|
+
* Fix the index build with LSI (#1045)
|
11
|
+
* Don't print deprecation warning when no arguments are specified. (#1041)
|
12
|
+
* Add missing `</div>` to site template used by `new` subcommand, fixed typos in code (#1032)
|
13
|
+
|
14
|
+
### Site Enhancements
|
15
|
+
* Changed https to http in the GitHub Pages link (#1051)
|
16
|
+
* Remove CSS cruft, fix typos, fix HTML errors (#1028)
|
17
|
+
* Removing manual install of Pip and Distribute (#1025)
|
18
|
+
* Updated URL for Markdown references plugin (#1022)
|
19
|
+
|
20
|
+
### Development Fixes
|
21
|
+
* Markdownify history file (#1027)
|
22
|
+
* Update links on README to point to new jekyllrb.com (#1018)
|
23
|
+
|
24
|
+
## 1.0.0 / 2013-05-06
|
25
|
+
|
26
|
+
### Major Enhancements
|
27
|
+
* Add `jekyll new` subcommand: generate a jekyll scaffold (#764)
|
28
|
+
* Refactored jekyll commands into subcommands: build, serve, and migrate. (#690)
|
29
|
+
* Removed importers/migrators from main project, migrated to jekyll-import sub-gem (#793)
|
30
|
+
* Added ability to render drafts in `_drafts` folder via command line (#833)
|
31
|
+
* Add ordinal date permalink style (/:categories/:year/:y_day/:title.html) (#928)
|
32
|
+
|
33
|
+
### Minor Enhancements
|
34
|
+
* Site template HTML5-ified (#964)
|
35
|
+
* Use post's directory path when matching for the post_url tag (#998)
|
36
|
+
* Loosen dependency on Pygments so it's only required when it's needed (#1015)
|
37
|
+
* Parse strings into Time objects for date-related Liquid filters (#1014)
|
38
|
+
* Tell the user if there is no subcommand specified (#1008)
|
39
|
+
* Freak out if the destination of `jekyll new` exists and is non-empty (#981)
|
40
|
+
* Add `timezone` configuration option for compilation (#957)
|
41
|
+
* Add deprecation messages for pre-1.0 CLI options (#959)
|
42
|
+
* Refactor and colorize logging (#959)
|
43
|
+
* Refactor Markdown parsing (#955)
|
44
|
+
* Added application/vnd.apple.pkpass to mime.types served by WEBrick (#907)
|
45
|
+
* Move template site to default markdown renderer (#961)
|
46
|
+
* Expose new attribute to Liquid via `page`: `page.path` (#951)
|
47
|
+
* Accept multiple config files from command line (#945)
|
48
|
+
* Add page variable to liquid custom tags and blocks (#413)
|
49
|
+
* Add paginator.previous_page_path and paginator.next_page_path (#942)
|
50
|
+
* Backwards compatibility for 'auto' (#821, #934)
|
51
|
+
* Added date_to_rfc822 used on RSS feeds (#892)
|
52
|
+
* Upgrade version of pygments.rb to 0.4.2 (#927)
|
53
|
+
* Added short month (e.g. "Sep") to permalink style options for posts (#890)
|
54
|
+
* Expose site.baseurl to Liquid templates (#869)
|
55
|
+
* Adds excerpt attribute to posts which contains first paragraph of content (#837)
|
56
|
+
* Accept custom configuration file via CLI (#863)
|
57
|
+
* Load in GitHub Pages MIME Types on `jekyll serve` (#847, #871)
|
58
|
+
* Improve debugability of error message for a malformed highlight tag (#785)
|
59
|
+
* Allow symlinked files in unsafe mode (#824)
|
60
|
+
* Add 'gist' Liquid tag to core (#822, #861)
|
61
|
+
* New format of Jekyll output (#795)
|
62
|
+
* Reinstate --limit_posts and --future switches (#788)
|
63
|
+
* Remove ambiguity from command descriptions (#815)
|
64
|
+
* Fix SafeYAML Warnings (#807)
|
65
|
+
* Relaxed Kramdown version to 0.14 (#808)
|
66
|
+
* Aliased `jekyll server` to `jekyll serve`. (#792)
|
67
|
+
* Updated gem versions for Kramdown, Rake, Shoulda, Cucumber, and RedCarpet. (#744)
|
68
|
+
* Refactored jekyll subcommands into Jekyll::Commands submodule, which now contains them (#768)
|
69
|
+
* Rescue from import errors in Wordpress.com migrator (#671)
|
70
|
+
* Massively accelerate LSI performance (#664)
|
71
|
+
* Truncate post slugs when importing from Tumblr (#496)
|
72
|
+
* Add glob support to include, exclude option (#743)
|
73
|
+
* Layout of Page or Post defaults to 'page' or 'post', respectively (#580)
|
74
|
+
REPEALED by (#977)
|
75
|
+
* "Keep files" feature (#685)
|
76
|
+
* Output full path & name for files that don't parse (#745)
|
77
|
+
* Add source and destination directory protection (#535)
|
78
|
+
* Better YAML error message (#718)
|
79
|
+
* Bug Fixes
|
80
|
+
* Paginate in subdirectories properly (#1016)
|
81
|
+
* Ensure post and page URLs have a leading slash (#992)
|
82
|
+
* Catch all exceptions, not just StandardError descendents (#1007)
|
83
|
+
* Bullet-proof limit_posts option (#1004)
|
84
|
+
* Read in YAML as UTF-8 to accept non-ASCII chars (#836)
|
85
|
+
* Fix the CLI option --plugins to actually accept dirs and files (#993)
|
86
|
+
* Allow 'excerpt' in YAML Front-Matter to override the extracted excerpt (#946)
|
87
|
+
* Fix cascade problem with site.baseurl, site.port and site.host. (#935)
|
88
|
+
* Filter out directories with valid post names (#875)
|
89
|
+
* Fix symlinked static files not being correctly built in unsafe mode (#909)
|
90
|
+
* Fix integration with directory_watcher 1.4.x (#916)
|
91
|
+
* Accepting strings as arguments to jekyll-import command (#910)
|
92
|
+
* Force usage of older directory_watcher gem as 1.5 is broken (#883)
|
93
|
+
* Ensure all Post categories are downcase (#842, #872)
|
94
|
+
* Force encoding of the rdiscount TOC to UTF8 to avoid conversion errors (#555)
|
95
|
+
* Patch for multibyte URI problem with jekyll serve (#723)
|
96
|
+
* Order plugin execution by priority (#864)
|
97
|
+
* Fixed Page#dir and Page#url for edge cases (#536)
|
98
|
+
* Fix broken post_url with posts with a time in their YAML Front-Matter (#831)
|
99
|
+
* Look for plugins under the source directory (#654)
|
100
|
+
* Tumblr Migrator: finds _posts dir correctly, fixes truncation of long
|
101
|
+
post names (#775)
|
102
|
+
* Force Categories to be Strings (#767)
|
103
|
+
* Safe YAML plugin to prevent vulnerability (#777)
|
104
|
+
* Add SVG support to Jekyll/WEBrick. (#407, #406)
|
105
|
+
* Prevent custom destination from causing continuous regen on watch (#528, #820, #862)
|
106
|
+
|
107
|
+
### Site Enhancements
|
108
|
+
* Responsify (#860)
|
109
|
+
* Fix spelling, punctuation and phrasal errors (#989)
|
110
|
+
* Update quickstart instructions with `new` command (#966)
|
111
|
+
* Add docs for page.excerpt (#956)
|
112
|
+
* Add docs for page.path (#951)
|
113
|
+
* Clean up site docs to prepare for 1.0 release (#918)
|
114
|
+
* Bring site into master branch with better preview/deploy (#709)
|
115
|
+
* Redesigned site (#583)
|
116
|
+
|
117
|
+
### Development Fixes
|
118
|
+
* Exclude Cucumber 1.2.4, which causes tests to fail in 1.9.2 (#938)
|
119
|
+
* Added "features:html" rake task for debugging purposes, cleaned up
|
120
|
+
cucumber profiles (#832)
|
121
|
+
* Explicitly require HTTPS rubygems source in Gemfile (#826)
|
122
|
+
* Changed Ruby version for development to 1.9.3-p374 from p362 (#801)
|
123
|
+
* Including a link to the GitHub Ruby style guide in CONTRIBUTING.md (#806)
|
124
|
+
* Added script/bootstrap (#776)
|
125
|
+
* Running Simplecov under 2 conditions: ENV(COVERAGE)=true and with Ruby version
|
126
|
+
of greater than 1.9 (#771)
|
127
|
+
* Switch to Simplecov for coverage report (#765)
|
128
|
+
|
129
|
+
## 0.12.1 / 2013-02-19
|
130
|
+
### Minor Enhancements
|
131
|
+
* Update Kramdown version to 0.14.1 (#744)
|
132
|
+
* Test Enhancements
|
133
|
+
* Update Rake version to 10.0.3 (#744)
|
134
|
+
* Update Shoulda version to 3.3.2 (#744)
|
135
|
+
* Update Redcarpet version to 2.2.2 (#744)
|
136
|
+
|
137
|
+
## 0.12.0 / 2012-12-22
|
138
|
+
### Minor Enhancements
|
139
|
+
* Add ability to explicitly specify included files (#261)
|
140
|
+
* Add --default-mimetype option (#279)
|
141
|
+
* Allow setting of RedCloth options (#284)
|
142
|
+
* Add post_url Liquid tag for internal post linking (#369)
|
143
|
+
* Allow multiple plugin dirs to be specified (#438)
|
144
|
+
* Inline TOC token support for RDiscount (#333)
|
145
|
+
* Add the option to specify the paginated url format (#342)
|
146
|
+
* Swap out albino for pygments.rb (#569)
|
147
|
+
* Support Redcarpet 2 and fenced code blocks (#619)
|
148
|
+
* Better reporting of Liquid errors (#624)
|
149
|
+
* Bug Fixes
|
150
|
+
* Allow some special characters in highlight names
|
151
|
+
* URL escape category names in URL generation (#360)
|
152
|
+
* Fix error with limit_posts (#442)
|
153
|
+
* Properly select dotfile during directory scan (#363, #431, #377)
|
154
|
+
* Allow setting of Kramdown smart_quotes (#482)
|
155
|
+
* Ensure front-matter is at start of file (#562)
|
156
|
+
|
157
|
+
## 0.11.2 / 2011-12-27
|
158
|
+
* Bug Fixes
|
159
|
+
* Fix gemspec
|
160
|
+
|
161
|
+
## 0.11.1 / 2011-12-27
|
162
|
+
* Bug Fixes
|
163
|
+
* Fix extra blank line in highlight blocks (#409)
|
164
|
+
* Update dependencies
|
165
|
+
|
166
|
+
## 0.11.0 / 2011-07-10
|
167
|
+
### Major Enhancements
|
168
|
+
* Add command line importer functionality (#253)
|
169
|
+
* Add Redcarpet Markdown support (#318)
|
170
|
+
* Make markdown/textile extensions configurable (#312)
|
171
|
+
* Add `markdownify` filter
|
172
|
+
|
173
|
+
### Minor Enhancements
|
174
|
+
* Switch to Albino gem
|
175
|
+
* Bundler support
|
176
|
+
* Use English library to avoid hoops (#292)
|
177
|
+
* Add Posterous importer (#254)
|
178
|
+
* Fixes for Wordpress importer (#274, #252, #271)
|
179
|
+
* Better error message for invalid post date (#291)
|
180
|
+
* Print formatted fatal exceptions to stdout on build failure
|
181
|
+
* Add Tumblr importer (#323)
|
182
|
+
* Add Enki importer (#320)
|
183
|
+
* Bug Fixes
|
184
|
+
* Secure additional path exploits
|
185
|
+
|
186
|
+
## 0.10.0 / 2010-12-16
|
187
|
+
* Bug Fixes
|
188
|
+
* Add --no-server option.
|
189
|
+
|
190
|
+
## 0.9.0 / 2010-12-15
|
191
|
+
### Minor Enhancements
|
192
|
+
* Use OptionParser's [no-] functionality for better boolean parsing.
|
193
|
+
* Add Drupal migrator (#245)
|
194
|
+
* Complain about YAML and Liquid errors (#249)
|
195
|
+
* Remove orphaned files during regeneration (#247)
|
196
|
+
* Add Marley migrator (#28)
|
197
|
+
|
198
|
+
## 0.8.0 / 2010-11-22
|
199
|
+
### Minor Enhancements
|
200
|
+
* Add wordpress.com importer (#207)
|
201
|
+
* Add --limit-posts cli option (#212)
|
202
|
+
* Add uri_escape filter (#234)
|
203
|
+
* Add --base-url cli option (#235)
|
204
|
+
* Improve MT migrator (#238)
|
205
|
+
* Add kramdown support (#239)
|
206
|
+
* Bug Fixes
|
207
|
+
* Fixed filename basename generation (#208)
|
208
|
+
* Set mode to UTF8 on Sequel connections (#237)
|
209
|
+
* Prevent _includes dir from being a symlink
|
210
|
+
|
211
|
+
## 0.7.0 / 2010-08-24
|
212
|
+
### Minor Enhancements
|
213
|
+
* Add support for rdiscount extensions (#173)
|
214
|
+
* Bug Fixes
|
215
|
+
* Highlight should not be able to render local files
|
216
|
+
* The site configuration may not always provide a 'time' setting (#184)
|
217
|
+
|
218
|
+
## 0.6.2 / 2010-06-25
|
219
|
+
* Bug Fixes
|
220
|
+
* Fix Rakefile 'release' task (tag pushing was missing origin)
|
221
|
+
* Ensure that RedCloth is loaded when textilize filter is used (#183)
|
222
|
+
* Expand source, destination, and plugin paths (#180)
|
223
|
+
* Fix page.url to include full relative path (#181)
|
224
|
+
|
225
|
+
## 0.6.1 / 2010-06-24
|
226
|
+
* Bug Fixes
|
227
|
+
* Fix Markdown Pygments prefix and suffix (#178)
|
228
|
+
|
229
|
+
## 0.6.0 / 2010-06-23
|
230
|
+
### Major Enhancements
|
231
|
+
* Proper plugin system (#19, #100)
|
232
|
+
* Add safe mode so unsafe converters/generators can be added
|
233
|
+
* Maruku is now the only processor dependency installed by default.
|
234
|
+
Other processors will be lazy-loaded when necessary (and prompt the
|
235
|
+
user to install them when necessary) (#57)
|
236
|
+
|
237
|
+
### Minor Enhancements
|
238
|
+
* Inclusion/exclusion of future dated posts (#59)
|
239
|
+
* Generation for a specific time (#59)
|
240
|
+
* Allocate site.time on render not per site_payload invocation (#59)
|
241
|
+
* Pages now present in the site payload and can be used through the
|
242
|
+
site.pages and site.html_pages variables
|
243
|
+
* Generate phase added to site#process and pagination is now a generator
|
244
|
+
* Switch to RakeGem for build/test process
|
245
|
+
* Only regenerate static files when they have changed (#142)
|
246
|
+
* Allow arbitrary options to Pygments (#31)
|
247
|
+
* Allow URL to be set via command line option (#147)
|
248
|
+
* Bug Fixes
|
249
|
+
* Render highlighted code for non markdown/textile pages (#116)
|
250
|
+
* Fix highlighting on Ruby 1.9 (#65)
|
251
|
+
* Fix extension munging when pretty permalinks are enabled (#64)
|
252
|
+
* Stop sorting categories (#33)
|
253
|
+
* Preserve generated attributes over front matter (#119)
|
254
|
+
* Fix source directory binding using Dir.pwd (#75)
|
255
|
+
|
256
|
+
## 0.5.7 / 2010-01-12
|
257
|
+
### Minor Enhancements
|
258
|
+
* Allow overriding of post date in the front matter (#62, #38)
|
259
|
+
* Bug Fixes
|
260
|
+
* Categories isn't always an array (#73)
|
261
|
+
* Empty tags causes error in read_posts (#84)
|
262
|
+
* Fix pagination to adhere to read/render/write paradigm
|
263
|
+
* Test Enhancement
|
264
|
+
* cucumber features no longer use site.posts.first where a better
|
265
|
+
alternative is available
|
266
|
+
|
267
|
+
## 0.5.6 / 2010-01-08
|
268
|
+
* Bug Fixes
|
269
|
+
* Require redcloth >= 4.2.1 in tests (#92)
|
270
|
+
* Don't break on triple dashes in yaml frontmatter (#93)
|
271
|
+
|
272
|
+
### Minor Enhancements
|
273
|
+
* Allow .mkd as markdown extension
|
274
|
+
* Use $stdout/err instead of constants (#99)
|
275
|
+
* Properly wrap code blocks (#91)
|
276
|
+
* Add javascript mime type for webrick (#98)
|
277
|
+
|
278
|
+
## 0.5.5 / 2010-01-08
|
279
|
+
* Bug Fixes
|
280
|
+
* Fix pagination % 0 bug (#78)
|
281
|
+
* Ensure all posts are processed first (#71)
|
282
|
+
|
283
|
+
## NOTE
|
284
|
+
* After this point I will no longer be giving credit in the history;
|
285
|
+
that is what the commit log is for.
|
286
|
+
|
287
|
+
## 0.5.4 / 2009-08-23
|
288
|
+
* Bug Fixes
|
289
|
+
* Do not allow symlinks (security vulnerability)
|
290
|
+
|
291
|
+
## 0.5.3 / 2009-07-14
|
292
|
+
* Bug Fixes
|
293
|
+
* Solving the permalink bug where non-html files wouldn't work
|
294
|
+
[github.com/jeffrydegrande]
|
295
|
+
|
296
|
+
## 0.5.2 / 2009-06-24
|
297
|
+
* Enhancements
|
298
|
+
* Added --paginate option to the executable along with a paginator object
|
299
|
+
for the payload [github.com/calavera]
|
300
|
+
* Upgraded RedCloth to 4.2.1, which makes <notextile> tags work once
|
301
|
+
again.
|
302
|
+
* Configuration options set in config.yml are now available through the
|
303
|
+
site payload [github.com/vilcans]
|
304
|
+
* Posts can now have an empty YAML front matter or none at all
|
305
|
+
[github.com/bahuvrihi]
|
306
|
+
* Bug Fixes
|
307
|
+
* Fixing Ruby 1.9 issue that requires to_s on the err object
|
308
|
+
[github.com/Chrononaut]
|
309
|
+
* Fixes for pagination and ordering posts on the same day [github.com/ujh]
|
310
|
+
* Made pages respect permalinks style and permalinks in yml front matter
|
311
|
+
[github.com/eugenebolshakov]
|
312
|
+
* Index.html file should always have index.html permalink
|
313
|
+
[github.com/eugenebolshakov]
|
314
|
+
* Added trailing slash to pretty permalink style so Apache is happy
|
315
|
+
[github.com/eugenebolshakov]
|
316
|
+
* Bad markdown processor in config fails sooner and with better message
|
317
|
+
[github.com/gcnovus]
|
318
|
+
* Allow CRLFs in yaml frontmatter [github.com/juretta]
|
319
|
+
* Added Date#xmlschema for Ruby versions < 1.9
|
320
|
+
|
321
|
+
## 0.5.1 / 2009-05-06
|
322
|
+
### Major Enhancements
|
323
|
+
* Next/previous posts in site payload [github.com/pantulis,
|
324
|
+
github.com/tomo]
|
325
|
+
* Permalink templating system
|
326
|
+
* Moved most of the README out to the GitHub wiki
|
327
|
+
* Exclude option in configuration so specified files won't be brought over
|
328
|
+
with generated site [github.com/duritong]
|
329
|
+
* Bug Fixes
|
330
|
+
* Making sure config.yaml references are all gone, using only config.yml
|
331
|
+
* Fixed syntax highlighting breaking for UTF-8 code [github.com/henrik]
|
332
|
+
* Worked around RDiscount bug that prevents Markdown from getting parsed
|
333
|
+
after highlight [github.com/henrik]
|
334
|
+
* CGI escaped post titles [github.com/Chrononaut]
|
335
|
+
|
336
|
+
## 0.5.0 / 2009-04-07
|
337
|
+
### Minor Enhancements
|
338
|
+
* Ability to set post categories via YAML [github.com/qrush]
|
339
|
+
* Ability to set prevent a post from publishing via YAML
|
340
|
+
[github.com/qrush]
|
341
|
+
* Add textilize filter [github.com/willcodeforfoo]
|
342
|
+
* Add 'pretty' permalink style for wordpress-like urls
|
343
|
+
[github.com/dysinger]
|
344
|
+
* Made it possible to enter categories from YAML as an array
|
345
|
+
[github.com/Chrononaut]
|
346
|
+
* Ignore Emacs autosave files [github.com/Chrononaut]
|
347
|
+
* Bug Fixes
|
348
|
+
* Use block syntax of popen4 to ensure that subprocesses are properly
|
349
|
+
disposed [github.com/jqr]
|
350
|
+
* Close open4 streams to prevent zombies [github.com/rtomayko]
|
351
|
+
* Only query required fields from the WP Database [github.com/ariejan]
|
352
|
+
* Prevent _posts from being copied to the destination directory
|
353
|
+
[github.com/bdimcheff]
|
354
|
+
* Refactors
|
355
|
+
* Factored the filtering code into a method [github.com/Chrononaut]
|
356
|
+
* Fix tests and convert to Shoulda [github.com/qrush,
|
357
|
+
github.com/technicalpickles]
|
358
|
+
* Add Cucumber acceptance test suite [github.com/qrush,
|
359
|
+
github.com/technicalpickles]
|
360
|
+
|
361
|
+
## 0.4.1
|
362
|
+
### Minor Enhancements
|
363
|
+
* Changed date format on wordpress converter (zeropadding)
|
364
|
+
[github.com/dysinger]
|
365
|
+
* Bug Fixes
|
366
|
+
* Add jekyll binary as executable to gemspec [github.com/dysinger]
|
367
|
+
|
368
|
+
## 0.4.0 / 2009-02-03
|
369
|
+
### Major Enhancements
|
370
|
+
* Switch to Jeweler for packaging tasks
|
371
|
+
|
372
|
+
### Minor Enhancements
|
373
|
+
* Type importer [github.com/codeslinger]
|
374
|
+
* site.topics accessor [github.com/baz]
|
375
|
+
* Add array_to_sentence_string filter [github.com/mchung]
|
376
|
+
* Add a converter for textpattern [github.com/PerfectlyNormal]
|
377
|
+
* Add a working Mephisto / MySQL converter [github.com/ivey]
|
378
|
+
* Allowing .htaccess files to be copied over into the generated site
|
379
|
+
[github.com/briandoll]
|
380
|
+
* Add option to not put file date in permalink URL [github.com/mreid]
|
381
|
+
* Add line number capabilities to highlight blocks [github.com/jcon]
|
382
|
+
* Bug Fixes
|
383
|
+
* Fix permalink behavior [github.com/cavalle]
|
384
|
+
* Fixed an issue with pygments, markdown, and newlines
|
385
|
+
[github.com/zpinter]
|
386
|
+
* Ampersands need to be escaped [github.com/pufuwozu, github.com/ap]
|
387
|
+
* Test and fix the site.categories hash [github.com/zzot]
|
388
|
+
* Fix site payload available to files [github.com/matrix9180]
|
389
|
+
|
390
|
+
## 0.3.0 / 2008-12-24
|
391
|
+
### Major Enhancements
|
392
|
+
* Added --server option to start a simple WEBrick server on destination
|
393
|
+
directory [github.com/johnreilly and github.com/mchung]
|
394
|
+
|
395
|
+
### Minor Enhancements
|
396
|
+
* Added post categories based on directories containing _posts
|
397
|
+
[github.com/mreid]
|
398
|
+
* Added post topics based on directories underneath _posts
|
399
|
+
* Added new date filter that shows the full month name [github.com/mreid]
|
400
|
+
* Merge Post's YAML front matter into its to_liquid payload
|
401
|
+
[github.com/remi]
|
402
|
+
* Restrict includes to regular files underneath _includes
|
403
|
+
* Bug Fixes
|
404
|
+
* Change YAML delimiter matcher so as to not chew up 2nd level markdown
|
405
|
+
headers [github.com/mreid]
|
406
|
+
* Fix bug that meant page data (such as the date) was not available in
|
407
|
+
templates [github.com/mreid]
|
408
|
+
* Properly reject directories in _layouts
|
409
|
+
|
410
|
+
## 0.2.1 / 2008-12-15
|
411
|
+
* Major Changes
|
412
|
+
* Use Maruku (pure Ruby) for Markdown by default [github.com/mreid]
|
413
|
+
* Allow use of RDiscount with --rdiscount flag
|
414
|
+
|
415
|
+
### Minor Enhancements
|
416
|
+
* Don't load directory_watcher unless it's needed [github.com/pjhyett]
|
417
|
+
|
418
|
+
## 0.2.0 / 2008-12-14
|
419
|
+
* Major Changes
|
420
|
+
* related_posts is now found in site.related_posts
|
421
|
+
|
422
|
+
## 0.1.6 / 2008-12-13
|
423
|
+
* Major Features
|
424
|
+
* Include files in _includes with {% include x.textile %}
|
425
|
+
|
426
|
+
## 0.1.5 / 2008-12-12
|
427
|
+
### Major Enhancements
|
428
|
+
* Code highlighting with Pygments if --pygments is specified
|
429
|
+
* Disable true LSI by default, enable with --lsi
|
430
|
+
|
431
|
+
### Minor Enhancements
|
432
|
+
* Output informative message if RDiscount is not available
|
433
|
+
[github.com/JackDanger]
|
434
|
+
* Bug Fixes
|
435
|
+
* Prevent Jekyll from picking up the output directory as a source
|
436
|
+
[github.com/JackDanger]
|
437
|
+
* Skip related_posts when there is only one post [github.com/JackDanger]
|
438
|
+
|
439
|
+
## 0.1.4 / 2008-12-08
|
440
|
+
* Bug Fixes
|
441
|
+
* DATA does not work properly with rubygems
|
442
|
+
|
443
|
+
## 0.1.3 / 2008-12-06
|
444
|
+
* Major Features
|
445
|
+
* Markdown support [github.com/vanpelt]
|
446
|
+
* Mephisto and CSV converters [github.com/vanpelt]
|
447
|
+
* Code hilighting [github.com/vanpelt]
|
448
|
+
* Autobuild
|
449
|
+
* Bug Fixes
|
450
|
+
* Accept both \r\n and \n in YAML header [github.com/vanpelt]
|
451
|
+
|
452
|
+
## 0.1.2 / 2008-11-22
|
453
|
+
* Major Features
|
454
|
+
* Add a real "related posts" implementation using Classifier
|
455
|
+
* Command Line Changes
|
456
|
+
* Allow cli to be called with 0, 1, or 2 args intuiting dir paths
|
457
|
+
if they are omitted
|
458
|
+
|
459
|
+
## 0.1.1 / 2008-11-22
|
460
|
+
* Minor Additions
|
461
|
+
* Posts now support introspectional data e.g. {{ page.url }}
|
462
|
+
|
463
|
+
## 0.1.0 / 2008-11-05
|
464
|
+
* First release
|
465
|
+
* Converts posts written in Textile
|
466
|
+
* Converts regular site pages
|
467
|
+
* Simple copy of binary files
|
468
|
+
|
469
|
+
## 0.0.0 / 2008-10-19
|
470
|
+
* Birthday!
|