https://github.com/jekyll/jekyll

sort by:
Revision Author Date Message Commit Date
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
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
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
602a252 add javascript mime type for webrick. fixes #98 09 January 2010, 02:59:35 UTC
add546f update history 09 January 2010, 02:27:05 UTC
8d4b960 Merge commit 'e3bd1c88e9ad6c9d6c89a543ca72c82a289b6bd7' 09 January 2010, 02:19:36 UTC
60fed24 better deps in readme. fixes #87. fixes #88 09 January 2010, 02:14:31 UTC
d020d4f update history 09 January 2010, 02:09:36 UTC
473f3ff Merge commit '597c7a7904198d92aa5eacad356019165685c311' 09 January 2010, 02:08:17 UTC
4c1021d don't prematurely terminate front matter on mid-line triple dashes. fixes #93 09 January 2010, 02:04:36 UTC
c89d8dd allow .mkd as a markdown extension 09 January 2010, 01:26:48 UTC
52b82af update history 09 January 2010, 01:21:26 UTC
1adf9a7 Merge commit 'krisb/fix_for_test_redcloth_version' 09 January 2010, 01:19:41 UTC
59ee8a6 Regenerated gemspec for version 0.5.5 09 January 2010, 00:12:44 UTC
c569f5e Version bump to 0.5.5 09 January 2010, 00:12:09 UTC
5a37e0d update history 09 January 2010, 00:11:47 UTC
7806a0d separated up the attrs required by convertible and made tags and categories always non-nil as empty front matter entries could cause them to be nil 06 January 2010, 15:19:39 UTC
5c17d62 removed usages of site.posts.first in some features where a better alternative is available 06 January 2010, 13:01:19 UTC
d25f419 updated History.txt with recent changes 06 January 2010, 13:01:12 UTC
b8c04df Merge branch 'jamie/master' 05 January 2010, 22:59:43 UTC
d80c643 Merge branch 'fix_for_render_order_issue71' 05 January 2010, 22:21:58 UTC
0d69e93 Merge branch 'fix_for_test_redcloth_version' 05 January 2010, 22:21:22 UTC
45e13cf updated gemspec for my clone 05 January 2010, 22:10:55 UTC
0cb1ebc split process handling into phases to allow pages to have access to full and complete site payload and added some test improvements 05 January 2010, 17:05:44 UTC
b5916ca added scenario to test correct site generation for a site with layouts, pages, posts and files 05 January 2010, 17:05:36 UTC
5ea06f3 fixes issue #78, including comprehensive scenarios and tests 04 January 2010, 09:39:54 UTC
39a487c redcloth set to >= 4.2.1 02 January 2010, 13:17:58 UTC
b1a055f Call File.expand_path on source so liquid can see _includes in subdirectories 30 November 2009, 17:27:57 UTC
fab5a71 safely allow loading jekyll customizations from inside a site 29 November 2009, 18:25:00 UTC
597c7a7 changes to stdout and -err - tests and behaviour By using $stdin adn $stderr instead of STDIN and STDERR it is possible to capture or redirect them using in process ruby code without the need to manage pipes and external processes 24 November 2009, 20:42:22 UTC
e3bd1c8 refactored render_pygments to remove duplicate code 23 October 2009, 15:03:25 UTC
4cc0873 updated pygments output to wrap code blocks with <code> tags 23 October 2009, 04:14:05 UTC
2f2e45b Regenerated gemspec for version 0.5.4 24 August 2009, 07:11:45 UTC
dc55204 Version bump to 0.5.4 24 August 2009, 07:10:33 UTC
86ac1ee update history for 0.5.4 release 24 August 2009, 07:10:33 UTC
0dfb486 disallow symlinks 24 August 2009, 07:10:09 UTC
back to top