https://github.com/jekyll/jekyll

sort by:
Revision Author Date Message Commit Date
95f7baf Release 0.12.1 19 February 2013, 10:57:23 UTC
399ef34 Update date in gemspec 19 February 2013, 01:34:16 UTC
b90ff96 Relax Kramdown requirement to 0.14 instead of 0.14.1 19 February 2013, 01:34:08 UTC
0dc8525 Bump version in gemspec and in jekyll.rb 19 February 2013, 01:24:52 UTC
b65b29b Update History.txt for 0.12.1 release. 19 February 2013, 01:24:35 UTC
e804477 Fix Kramdown tests: they now use numerical HTML entities 19 February 2013, 01:21:03 UTC
f9cca40 Require test/unit in test helper.rb for execution of unit tests 19 February 2013, 01:20:44 UTC
bc88944 Update dependencies: kramdown, rake, shoulda, cucumber, redcarpet Kramdown: 0.13.4 => 0.14.1 Rake: 0.9 => 10.0.3 Shoulda: 2.11 => 3.3.2 Redcarpet: 2.1.1 => 2.2.2 19 February 2013, 01:20:15 UTC
53b8945 Retrieving gems from rubygems via HTTPS 19 February 2013, 01:19:01 UTC
d58a0c1 Release 0.12.0 22 December 2012, 23:46:30 UTC
ffc68bd Update history. 16 December 2012, 06:21:25 UTC
3a8ebb4 Merge branch 'fix/front-matter-regexp' of https://github.com/zimbatm/jekyll into zimbatm-fix/front-matter-regexp 16 December 2012, 06:09:41 UTC
22f4b12 Clean up default config spec. 16 December 2012, 06:09:21 UTC
583f9e0 Merge branch 'master' of https://github.com/Neil-Smithline/jekyll into Neil-Smithline-master 16 December 2012, 00:42:26 UTC
e8d6855 Update history. 16 December 2012, 00:38:20 UTC
26f8d60 Merge branch 'master' of https://github.com/wbrady/jekyll into wbrady-master 16 December 2012, 00:35:45 UTC
0b62b37 Remove newline to fix failing Redcarpet test. 16 December 2012, 00:34:32 UTC
db96a88 Update history. 15 December 2012, 22:25:37 UTC
098da3d Merge branch 'redcarpet-update' of https://github.com/tombell/jekyll into tombell-redcarpet-update 15 December 2012, 22:09:55 UTC
5b5341f Merge pull request #683 from petedmarsh/master Add license to gemspec 15 December 2012, 19:25:17 UTC
a2dd4bf Add license to gemspec 07 December 2012, 15:24:33 UTC
38ac553 Only pass first class to Pygments This prevents an exception if something like the following is used: ~~~ {foo bar} some code ~~~ 13 November 2012, 07:59:36 UTC
a78b587 Update pygments.rb version 13 November 2012, 07:54:53 UTC
336ea66 Better error reporting on Liquid exceptions 14 August 2012, 21:35:41 UTC
7f706f4 Update redcarpet support to version 2 13 August 2012, 14:03:33 UTC
3904fd9 make yaml parsing errors more informative 29 June 2012, 16:08:57 UTC
fa8400a Merge pull request #574 from tombell/remove-rbx-travisci Update travis-ci configuration file 11 June 2012, 23:53:45 UTC
49a4be4 Update travis-ci configuration file 11 June 2012, 23:35:21 UTC
ee402dd Merge branch 'switch-to-pygmentsrb' of https://github.com/tombell/jekyll into tombell-switch-to-pygmentsrb 11 June 2012, 22:53:44 UTC
88428a8 Merge pull request #568 from tombell/travis-ci Add travis-ci configuration file 11 June 2012, 22:52:58 UTC
202894c Merge branch 'custom-layout-directory' of https://github.com/tombell/jekyll into tombell-custom-layout-directory Conflicts: lib/jekyll/site.rb 11 June 2012, 22:40:22 UTC
47090ff Fix up a few TomDocs. 06 June 2012, 18:59:49 UTC
0e9e7fb Simplify Site#read_layouts. 06 June 2012, 18:59:49 UTC
5865417 No longer need pygments locally 31 May 2012, 20:06:49 UTC
b2a1d61 Swap out albino for pygments.rb 31 May 2012, 19:51:34 UTC
c71d7d5 Add travis-ci configuration file * Tests against: 1.9.3, 1.9.2, 1.8.7, rbx-18mode * Fixes #387 31 May 2012, 18:55:16 UTC
df2ad2a Allow a custom 'layouts' directory * Add 'layouts' option to change the dir from '_layouts' to anything relative to the source directory * Add cucumber scenario for testing an alternative directory '_theme' * Closes #563 31 May 2012, 01:39:43 UTC
da4e8f2 Front-matter should be at start of file It's the theme of the moment ; regexp checking. Just in case we have two line start with --- in the file, we want to make sure it's not interpreted as a front-matter. 25 May 2012, 17:59:26 UTC
7d88f72 avoiding to call site_payload one time per each post and page. Speed site creation up of a 20%. 29 April 2012, 07:27:11 UTC
3056953 Update History. 24 April 2012, 00:23:11 UTC
4533e60 Merge branch 'master' of https://github.com/daneharrigan/jekyll into daneharrigan-master Conflicts: lib/jekyll.rb 23 April 2012, 23:48:18 UTC
8a0fbf0 Cleanup for RDiscount TOC support. Closes #333. 23 April 2012, 23:15:55 UTC
6471ebf Fixed helper inclusion in redcarpet test 23 April 2012, 22:57:06 UTC
fd5447a Added a test case for rdiscount toc rendering. 23 April 2012, 22:56:46 UTC
f5b2acf Added support for inline TOCs with RDiscount 23 April 2012, 22:56:28 UTC
e29490c Allow setting of Kramdown smart_quotes. Fixes #482. 23 April 2012, 22:34:54 UTC
316cc85 moved paginate_path to default config 27 February 2012, 04:58:14 UTC
4499df8 Shorten plugin loading code and update history. 29 January 2012, 20:49:57 UTC
02366ae Merge branch 'PluginsAsArray' of https://github.com/simensen/jekyll into simensen-PluginsAsArray 29 January 2012, 20:32:59 UTC
9d70088 Properly select dotfiles during directory scan. Fixes #363. Fixes #431. Fixes #377. 23 January 2012, 08:21:08 UTC
e6d89c6 More testing, whitespace and comment cleanup. 23 January 2012, 06:17:25 UTC
dcf5462 Tweaked plugin directory handling, tests. 23 January 2012, 06:10:12 UTC
e27e255 Merge pull request #472 from nfm/patch-1 Update Posterous migrator to take an api_token 23 January 2012, 00:27:32 UTC
2da64d9 Update history. 23 January 2012, 00:25:15 UTC
16a4855 Merge branch 'post_url' of https://github.com/thatguystone/jekyll into thatguystone-post_url 23 January 2012, 00:03:10 UTC
c04a954 Make note of self.name requirement for Convertible. 22 January 2012, 23:02:41 UTC
ac41b45 Merge pull request #446 from ossxp-com/patch-1 Invalid migrator for WordPress because of a typo. 22 January 2012, 23:02:09 UTC
3c2519f Merge pull request #419 from vjt/master Exception handler in Convertible references nonexisting method .name 22 January 2012, 08:25:55 UTC
613a7a4 Merge pull request #460 from kendagriff/master RSS Migrator 22 January 2012, 08:20:33 UTC
8adfaea Merge pull request #426 from joshbrown/master Added a Joomla migrator 22 January 2012, 08:19:35 UTC
22159b3 Merge pull request #368 from jacius/wordpress Greatly improved and extended the wordpress.rb migrator. 22 January 2012, 08:18:33 UTC
1292c02 Merge pull request #384 from voxpelli/drupal-alias-redirect Added redirects for Drupal posts' URL-aliases 22 January 2012, 04:04:40 UTC
6e921c5 Merge pull request #383 from voxpelli/drupal-db-prefix Added table prefix option to Drupal migration 22 January 2012, 04:03:09 UTC
574e933 Merge branch 'master' of https://github.com/jpravetz/jekyll into jpravetz-master 22 January 2012, 03:59:05 UTC
d36a106 Merge pull request #437 from stephenmcd/master Improved Tumblr Support 22 January 2012, 03:54:00 UTC
456a9f3 Update history. 22 January 2012, 03:49:41 UTC
d00bc8e Merge branch 'master' of https://github.com/tmtk75/jekyll into tmtk75-master 22 January 2012, 03:49:08 UTC
8d48992 Merge pull request #447 from mking/master Fix comment typo 22 January 2012, 03:46:27 UTC
c797d42 Merge branch 'patch-1' of https://github.com/hypertexthero/jekyll into hypertexthero-patch-1 22 January 2012, 03:45:24 UTC
03ad973 Update history. 22 January 2012, 03:43:32 UTC
65890da Merge branch 'categories_with_space' of https://github.com/spk/jekyll into spk-categories_with_space 22 January 2012, 03:36:09 UTC
19fc8cb Oops, still need email and pass. Update usage comment 18 January 2012, 00:08:02 UTC
c3b1245 Update Posterous migrator to take an api_token instead of email and pass The Posterous API call for retrieving a user's API token (`/api/2/auth/token`) is no longer supported and returns 410 GONE. This patch updates the #process method to accept an API token instead of an email address and password. A user's API token can be retrieved from http://posterous.com/api. 17 January 2012, 23:55:58 UTC
fa6d013 Update history. 16 January 2012, 05:08:21 UTC
d0d1434 Merge branch 'master' of https://github.com/laumann/jekyll 16 January 2012, 04:39:55 UTC
c14eb34 Allow [+.#-] in highlight lang shortnames. Fixes #282. 16 January 2012, 04:35:09 UTC
4fe5e6b Update history and fix up style. 15 January 2012, 04:17:35 UTC
1f44e1a Merge branch 'master' of https://github.com/RJ/jekyll into RJ-master 15 January 2012, 04:15:31 UTC
8918016 Merge branch 'include' of https://github.com/lukebayes/jekyll into lukebayes-include Conflicts: lib/jekyll.rb lib/jekyll/site.rb 15 January 2012, 03:48:04 UTC
f2502df Added handling for Tumblr missing image extensions. 30 December 2011, 12:25:09 UTC
c26bd30 Fix photo link URL. 29 December 2011, 00:58:11 UTC
bab178d Strip HTML from any caption-based titles. 29 December 2011, 00:37:46 UTC
743e01f Fixed a change in Tumblr's API whereby photos no longer have a single URL field. 29 December 2011, 00:37:06 UTC
b66840c Release 0.11.2 28 December 2011, 00:53:50 UTC
4ece773 Gah, did not commit these for v0.11.1 version release. 28 December 2011, 00:48:00 UTC
3ab7658 Fixed Tumblr URL redirects. 27 December 2011, 21:16:19 UTC
febb31b Release 0.11.1 27 December 2011, 17:59:18 UTC
8754a02 Update history. 27 December 2011, 17:57:20 UTC
886b974 Fixed grab_images handling. 26 December 2011, 23:09:59 UTC
9523c39 Adding migrator for RSS feeds. 22 December 2011, 19:33:15 UTC
06d9446 Added missing <code>require 'yaml'</code>, without which the TextPattern migrator script was failing. 04 December 2011, 22:35:36 UTC
9a3429d Update lib/jekyll/convertible.rb 04 December 2011, 16:37:42 UTC
14d51bf Fix typo "destintation" => "destination" 04 December 2011, 03:36:18 UTC
0f51c81 Added support for rewriting Tumblr URLs to Jekyll URLs in posts, meta redirects for Github pages, and automatic addition of Pygments highlight tags. 04 December 2011, 01:01:37 UTC
b18bdee Invalid migrator for WordPress because of a typo. WordPress importer name should be WordPress not Wordpress. 01 December 2011, 01:42:12 UTC
d80c773 New solution for passing restrictions to RedCloth - all tests pass with ruby 1.8 (just invoking rake) 28 November 2011, 13:05:34 UTC
76fa7f0 Fix an issue NoMethodError happens in case number of files under _posts is less than limit_posts. 28 November 2011, 07:32:20 UTC
1da88bb Update and clarify dependencies. 27 November 2011, 02:48:51 UTC
3fa51d5 Ignore .DS_Store files. 26 November 2011, 18:05:46 UTC
ebc8ab5 Remove accidentally added doc stuff and change rakefile to prevent this. 26 November 2011, 18:05:15 UTC
back to top