https://github.com/jekyll/jekyll

sort by:
Revision Author Date Message Commit Date
75b93e3 RDiscount is required to run the test suite. 30 August 2010, 22:11:16 UTC
dc7a7d0 Updated for 1.9 encoding support. 30 August 2010, 22:03:04 UTC
4aae2a7 RedGreen is broken in 1.9.2. Test::Unit has colouring ability now. 30 August 2010, 21:57:13 UTC
e53a540 Test::Unit is no longer ships with Ruby. 30 August 2010, 21:55:39 UTC
e054202 fix load errors in ruby 1.9.2. 30 August 2010, 21:35:15 UTC
3fa9af1 Release 0.7.0 24 August 2010, 22:35:18 UTC
9b423a9 Update history for ctrochalakis/rdiscount_extensions. 24 August 2010, 22:21:47 UTC
391d1a9 Merge remote branch 'ctrochalakis/rdiscount_extensions' 24 August 2010, 22:19:47 UTC
f4fb833 The site configuration may not always provide a 'time' setting. Closes #184. * This fixes a bug on Ruby 1.9.1 and 1.9.2 where Time.parse was being passed an emptry String, if the 'time' setting was not defined. 24 August 2010, 22:19:22 UTC
d9bc00c Highlight should not be able to render local files. 24 August 2010, 22:05:28 UTC
5e997ca Release 0.6.2 25 June 2010, 22:56:57 UTC
f35d287 Fix page.url to include full relative path. Fixes #181. 25 June 2010, 22:12:39 UTC
1c3fedb Expand source, destination, and plugin paths. Fixes #180. 25 June 2010, 21:40:27 UTC
a56eeb8 Add support for rdiscount extensions Specify extensions at your _config.yml file: ... rdiscount: extensions: [smart, autolink] Available extensions can be found here: http://rdoc.info/projects/rtomayko/rdiscount closes #173 25 June 2010, 13:38:45 UTC
9085264 Ensure that RedCloth is loaded when textilize filter is used. Fixes #183. 25 June 2010, 01:14:59 UTC
ce5a2a0 Fix Rakefile release task (tag pushing was missing origin) 23 June 2010, 22:58:09 UTC
4401566 Release 0.6.1 23 June 2010, 22:52:56 UTC
6a60575 Need double quotes for newline character. Fixes #178. 23 June 2010, 22:50:22 UTC
99ee0c4 Release 0.6.0 23 June 2010, 00:56:16 UTC
de3ee99 Use Dir.pwd for other default paths as well (reverts fix in #101) 22 June 2010, 23:22:58 UTC
36411dd update history for #75 22 June 2010, 23:15:31 UTC
f848457 Merge remote branch 'christianhellsten/master' into next 22 June 2010, 23:01:48 UTC
9bb2066 update history for #147 22 June 2010, 23:01:28 UTC
0ce13c9 Merge remote branch 'darwin/site_url_from_cmdline' 22 June 2010, 22:33:06 UTC
de8bd48 Maruku is now the only processor dependency installed by default. Closes #57. Other processors will be lazy-loaded when necessary (and prompt the user to install them when necessary). 22 June 2010, 22:17:39 UTC
68c69fb removed duplicate .js mime-type 22 June 2010, 12:53:26 UTC
46a95bc git merge mojombo/master 22 June 2010, 12:42:51 UTC
23d26c5 allow setting --url <custom_site_url> from commandline (issue #15, closes #143) Sometimes you may be forced to use absolute urls. For example I had problem with FeedBurner's blog post preview page. Image links specified as relative urls were not resolved correctly. I can imagine some poor RSS readers may behave similar way. I wanted site.url to be configurable, because I didn't want to hard-code final url there. I still want to be able to have working link when doing local web site development and testing. I have small bash script which runs jekyll -serve --auto with this parameter set for local development. My setup is more complicated, because I use several jekylls behind reverse proxy to simulate setup on http://binaryage.com which uses gh-pages from many repos together with layouts linked as git modules. 22 June 2010, 07:11:42 UTC
6932a40 update history for #31 22 June 2010, 02:32:50 UTC
aa9993a Merge remote branch 'koraktor/pygments-options' into next 22 June 2010, 02:31:22 UTC
8a417e8 update history for #142 22 June 2010, 00:57:48 UTC
f91954b optimization: write static file to the destination only if source file timestamp differs Also make sure static files get regenerated when they are missing in destination. This is useful in --server --auto mode when it reduces disk/cpu load and also plays nice with xrefresh-server (which was my main motivation) -> soft CSS refresh works again! 20 June 2010, 06:02:16 UTC
ace9911 Merge remote branch 'sharms/master' 19 June 2010, 18:03:42 UTC
cb77a52 load plugins under safe mode 19 June 2010, 00:55:17 UTC
31c65c5 Extension -> Plugin 18 June 2010, 22:47:01 UTC
5335deb Merge remote branch 'technoweenie/no-leading-zeroes' Conflicts: lib/jekyll/post.rb 18 June 2010, 22:34:56 UTC
1fba2ef Added yaml to requires 09 June 2010, 14:13:43 UTC
f6ef6f2 whitespace 03 June 2010, 23:09:33 UTC
e8d119e add :i_day and :i_month permalink values so you can get urls like /2010/6/1/title 01 June 2010, 06:28:39 UTC
2c542a6 converters/wordpress.rb missing require 'yaml' for to_yaml function. fixes #151. 21 April 2010, 21:47:46 UTC
fa90573 Ruby 1.9 compat fix in features. Fixes #141. 21 April 2010, 21:41:01 UTC
a8efc3a tomdoc and normalize new extension and converter classes 21 April 2010, 21:40:29 UTC
0ba1f6c better formatting for History 21 April 2010, 21:01:47 UTC
03cb12a convert to use rakegem 21 April 2010, 20:55:01 UTC
3efe008 better docs for jekyll.rb 21 April 2010, 20:32:46 UTC
08bc632 clean up globbed requires 21 April 2010, 20:27:39 UTC
81971c3 teach Albino to run on both Windows and *nix 21 April 2010, 20:19:38 UTC
8405d30 Fixes bug that removes all highlight tags 17 April 2010, 22:51:53 UTC
18545dd pagination is now a generator extension 28 February 2010, 11:17:03 UTC
fc86c9d extended concept to extensions in general, providing both converters and generators 28 February 2010, 10:10:10 UTC
84b26a3 removed use of content_type strings in the highlighting tag 28 February 2010, 00:11:43 UTC
315f4c9 allow converters to be registered through subclassing much like railties in rails 27 February 2010, 23:31:54 UTC
cedda3a move converters to classes 27 February 2010, 22:14:27 UTC
ff3ca30 converters moved to migrators as they should be called this 27 February 2010, 20:08:51 UTC
1261840 generate phase added to site#process and pagination is now a generator 27 February 2010, 15:31:59 UTC
bae52e0 updated history 27 February 2010, 14:31:37 UTC
ad4a80a Merge branch 'enh_pages_in_payload' 27 February 2010, 14:11:28 UTC
80b13a8 added usage of site.html_pages to test source sitemap.xml 27 February 2010, 14:11:06 UTC
ef2fabb also provide html_pages. this is better for sitemaps should you wish to auto-populate page entries 27 February 2010, 14:09:07 UTC
e8971b2 Merge branch 'issue_64_broken' into enh_pages_in_payload 27 February 2010, 09:38:05 UTC
bfdf7fb Merge branch 'enh_pages_in_payload' 27 February 2010, 09:30:24 UTC
f73dac1 fixes problem in issue 64 fix where pages like about.md would be output as about.md/index.html. provides the output extension as a method rather than replacing the ext attribute as part of transform 27 February 2010, 09:27:36 UTC
5a807aa pages now present in the site payload and can be used through the site.pages variable 27 February 2010, 08:09:13 UTC
cd946a5 removed tabs and made into a better example for sitemap times 26 February 2010, 22:07:26 UTC
4fd2b54 updated history 26 February 2010, 21:40:37 UTC
4dde9d9 Merge branch 'issue_119' of github.com:krisb/jekyll into issue_119 26 February 2010, 21:36:26 UTC
355b202 removed whitespace from lazyeye's commit 26 February 2010, 21:33:56 UTC
cfd6ebc pass time object to liquid when time is specified in front matter 26 February 2010, 21:31:01 UTC
e4a2319 added tests to show how date and tags can end up having the wrong value when rendered 26 February 2010, 21:24:32 UTC
657b2e4 updated history for change 26 February 2010, 21:00:04 UTC
98fa570 added support for consistent site.time in payload, generating the site at a specific time and limiting future posts squish 26 February 2010, 20:52:41 UTC
ef6aa6b Added passing of all options to Pygments, not just "linenos" 03 February 2010, 13:38:22 UTC
58354e2 added tests to show how date and tags can end up having the wrong value when rendered 16 January 2010, 14:48:21 UTC
a4f3f5c Merge commit '0a1e3cd2508c797d7b8d1038636a6e7111e5cd3d'. Fixes #33. Conflicts: features/post_data.feature 15 January 2010, 04:00:19 UTC
5fec20d update history for #64 fix 14 January 2010, 06:46:58 UTC
a2e0d76 Merge commit 'a49326719132242c05e744f59d3c8b4afc1435e2' 14 January 2010, 06:41:06 UTC
ba77a02 fix highlighting on ruby 1.9. fixes #65 14 January 2010, 06:33:38 UTC
0756d1f add cuke feature for nested includes 14 January 2010, 06:17:46 UTC
d88354e cuke feature for subdir include 14 January 2010, 06:02:24 UTC
dd5fb69 Merge commit 'b1a055f10dc921fd8ec03db703d2fb0608179f4d' 14 January 2010, 05:49:22 UTC
2b2e027 Render highlighted code for non markdown/textile pages. Fixes #116 14 January 2010, 05:30:45 UTC
fff313a Regenerated gemspec for version 0.5.7 12 January 2010, 23:09:16 UTC
6dcfe12 Version bump to 0.5.7 12 January 2010, 23:00:56 UTC
b68149c fix pagination to adhere to read/render/write paradigm 12 January 2010, 22:43:28 UTC
a076ce0 add markdown feature test 12 January 2010, 07:42:16 UTC
58b4ffd updated history 10 January 2010, 22:00:18 UTC
a0aa3fa Merge branch 'enh_post_date_in_front_matter_issue_62' 10 January 2010, 21:58:34 UTC
a1550b3 allow date to be specified in the front matter and override the value from the file name, fixes #62 and #38 10 January 2010, 21:55:54 UTC
2aac9f3 updated history 10 January 2010, 21:54:42 UTC
db03bca Merge branch 'fix_tags_and_categories_issues_73_and_84' into updates_20100110 10 January 2010, 21:54:01 UTC
21c92d3 updated history 10 January 2010, 21:51:48 UTC
ce228ac removed accessor method and fixed tests 10 January 2010, 16:24:56 UTC
93c029d fixed #73 and #84 10 January 2010, 16:14:25 UTC
2292e42 added tests for handling of tags and catergories, see #73 and #84 10 January 2010, 16:12:41 UTC
e0e4a47 added pluralized_array method to Hash and tests 10 January 2010, 16:09:24 UTC
45bf0e8 removed usages of site.ports.first in some features where a better alternative is available 10 January 2010, 10:30:18 UTC
6b74454 resetting to upstream 10 January 2010, 10:11:44 UTC
2a7b1cb merged 'mojombo/master' at 'v0.5.6' 09 January 2010, 09:03:59 UTC
c92eb56 Regenerated gemspec for version 0.5.6 09 January 2010, 03:23:35 UTC
98f3767 Version bump to 0.5.6 09 January 2010, 03:23:10 UTC
back to top