https://github.com/jekyll/jekyll

sort by:
Revision Author Date Message Commit Date
13df722 Release 0.10.0 17 December 2010, 00:29:48 UTC
86397cb Add --no-server option. 17 December 2010, 00:27:41 UTC
a8a837c Release 0.9.0 15 December 2010, 23:36:15 UTC
36b1f8f Add Marley migrator. Closes #28. 14 December 2010, 23:12:12 UTC
c1ed790 Merge remote branch 'sos4nt/remove-orphaned-files' 14 December 2010, 05:18:21 UTC
9bd4875 Merge remote branch 'MattHall/master' 14 December 2010, 05:12:21 UTC
5db0408 Merge remote branch 'mattdipasquale/master' 14 December 2010, 05:09:33 UTC
65622cb Use OptionParser's [no-] functionality for better boolean parsing. 14 December 2010, 05:07:35 UTC
226c7cc Rescue exception when parsing invalid yaml. Prevents silent fail in auto and server mode 11 December 2010, 14:30:44 UTC
0a58d78 Catch Liquid template exceptions, and write out their details. Prevents silent fail of template parsing 11 December 2010, 14:23:12 UTC
5b680f8 remove orphaned files in destination 01 December 2010, 17:04:50 UTC
e8fd7eb Add Drupal migrator 30 November 2010, 22:11:23 UTC
31901ee Release 0.8.0 23 November 2010, 07:08:56 UTC
3ab0168 Prevent _includes dir from being a symlink. 23 November 2010, 05:45:35 UTC
61acd47 Merge remote branch 'jasongraham/kramdown-support' 23 November 2010, 03:26:58 UTC
dca30c3 Add kramdown's support for coderay - no test added so that coderay isn't added to list of developer dependencies 21 November 2010, 01:46:16 UTC
f85e229 Add support for kramdown HTML converter options http://kramdown.rubyforge.org/converter/html.html#options Example: In the _config.yaml, markdown: kramdown kramdown: auto_ids: true 21 November 2010, 01:40:27 UTC
ac7a0cc Add Kramdown support and tests 21 November 2010, 01:40:27 UTC
53b9994 Merge remote branch 'stmpjmpr/master' 20 November 2010, 17:37:22 UTC
0014690 Merge remote branch 'remotes/mojombo/master' 19 November 2010, 10:38:50 UTC
a556e4f Swapping a '-' for the word separator for imported entries since that's the MT style, and I don't want to break existing permalinks. 19 November 2010, 10:36:56 UTC
e2d26ff Merge remote branch 'tomash/master' 18 November 2010, 22:06:01 UTC
9396c9d migrators now open Sequel connection to mysql with utf8 encoding. Closes GH-220 18 November 2010, 17:14:08 UTC
38ed81e Update history for --base-url option. 18 November 2010, 06:11:04 UTC
4a8fc1f Adding baseurl option. Fixes #51 17 November 2010, 21:50:40 UTC
d53ea4a Update history for uri_escape filter. 17 November 2010, 21:32:03 UTC
f7ab019 Merge remote branch 'claco/uri-escape' 17 November 2010, 21:30:34 UTC
4afee1b Merge remote branch 'jlecour/master' Conflicts: lib/jekyll/page.rb 17 November 2010, 21:25:55 UTC
8cc5370 Update history for --limit-posts option. 17 November 2010, 20:59:20 UTC
054b796 Merge remote branch 'cblunt/limit_posts' 17 November 2010, 20:56:32 UTC
c1a7662 Merge remote branch 'lpenz/master' Conflicts: History.txt 17 November 2010, 18:35:29 UTC
accdb2d Update history for wordpress.com importer. 17 November 2010, 18:16:15 UTC
4c08643 Added uri_escape for cases where cgi_escape isn't appropriate 12 November 2010, 16:15:30 UTC
d97bcad Merge branch 'limit_posts' of github.com:cblunt/jekyll into limit_posts Conflicts: bin/jekyll 12 September 2010, 23:33:32 UTC
f688c9d Added limit-posts option to site configuration. * Added unit tests for limit-posts. * Added feature for limit-posts. * Added --limit_posts option to bin/jekyll options parser 12 September 2010, 23:31:52 UTC
8ecb70d Added limit-posts option to site configuration. * Added unit tests for limit-posts. * Added feature for limit-posts. * Added --limit-posts option to bin/jekyll options parser 12 September 2010, 23:15:42 UTC
e9cf7b4 Treat dotfiles as files without extension If the file starts with a dot, the whole filename is considered the basename and there is not extension. 09 September 2010, 07:40:47 UTC
16c19ec Add a failing test for rendering dotfiles The test uses a simple ".htaccess" file that needs to be rendered as any other page, like the sitemap.xml, … 09 September 2010, 07:37:51 UTC
b1049c8 Correctly generates file basename. Fixes #208. The previous procedure generated invalid basenames when the filename had more than one dot. 05 September 2010, 21:11:09 UTC
b6678d4 Added Wordpress.com migrator 02 September 2010, 12:36:31 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
b3cec39 Now adding a "date" to the YAML front-matter of a post, based on the original date the post was authored according to MT. 06 August 2010, 17:33:59 UTC
f6acbb8 Changed the date used by Jekyll to be the date the post was authored on instead of the date it was created. If the latter is used on an imported post, it gets the import date instead of the date the post was originally written. 06 August 2010, 08:26:32 UTC
adf9ca5 Added code to change the extension of a post based on the format used to write the post in MT. 05 August 2010, 22:36:14 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
back to top