Commit Graph

11809 Commits

Author SHA1 Message Date
Tom Preston-Werner 76976ebf3d move bit about autobuild 2008-12-14 13:49:56 -08:00
Tom Preston-Werner 528a18f7fd reorganize readme 2008-12-14 13:41:50 -08:00
Tom Preston-Werner 1d7b30b760 document filters 2008-12-14 13:29:10 -08:00
Tom Kirchner 2bb59d542b test_post failed if you weren't in UTC-8, so use the current time zone for testing 2008-12-14 01:31:09 -05:00
Tom Preston-Werner f57bb0720e remind about --pygments in readme 2008-12-13 19:34:46 -08:00
Tom Preston-Werner 0d84487d79 up to 0.1.6 2008-12-13 18:21:14 -08:00
Tom Preston-Werner 46169d3f45 add include docs to readme 2008-12-13 18:20:21 -08:00
Tom Preston-Werner 1e9040f305 add code highlighting docs to readme 2008-12-13 18:15:11 -08:00
Tom Preston-Werner 1006583628 only load classifier gem if necessary 2008-12-13 17:16:01 -08:00
Tom Preston-Werner 8b2aedc951 implement include tag 2008-12-13 17:12:38 -08:00
Tom Preston-Werner 906ccbb873 up to 0.1.5 2008-12-12 21:09:45 -08:00
Tom Preston-Werner d6a02278db update readme with --lsi info 2008-12-12 21:05:58 -08:00
Tom Preston-Werner b1bf818c6d disable true LSI by default, enable with --lsi 2008-12-12 21:03:16 -08:00
Tom Preston-Werner 2a8345df82 fix tests for command line 2008-12-12 20:56:18 -08:00
Tom Preston-Werner 31d7e80258 add open4 dep 2008-12-12 20:31:38 -08:00
Tom Preston-Werner 192a83a571 update manifest 2008-12-12 20:30:40 -08:00
Tom Preston-Werner f00272ea52 use pygments for code highlighting if --pygments is specified 2008-12-12 20:01:40 -08:00
Tom Preston-Werner 1e13d2f91f Merge commit '01828dada88a6ce2ebd72268c87d79d7bd60a3fd' 2008-12-10 16:03:56 -08:00
Tom Preston-Werner 9e764a6445 update history 2008-12-10 16:01:39 -08:00
Tom Preston-Werner 3fe1381dca Merge commit '767d99b5bffc9fd188b1fbd1b67aef20014bc1b7' 2008-12-10 15:56:00 -08:00
Tom Preston-Werner 3041cf6ad4 Merge commit 'c31d67' 2008-12-10 15:51:14 -08:00
Tom Preston-Werner 436ada3679 Merge commit 'f3a1aa' 2008-12-10 15:47:58 -08:00
Jack Danger Canty f3a1aa99e2 updating some comments in Page that referred to Post 2008-12-10 15:24:49 -08:00
Jack Danger Canty ece127c865 Adding some comments to transform_pages to explain what's going on 2008-12-10 13:53:41 -08:00
Jack Danger Canty 96bf21dce7 Updating documentation for Convertible#do_layout
Making it clear that this method doesn't just work on posts
2008-12-10 13:53:32 -08:00
Jack Danger Canty 3840380c8d Updating the documentation for Site#transform_pages 2008-12-10 13:53:23 -08:00
Jack Danger Canty c31d676f0f skipping related_posts when there is only one post.
Without this the Matrix class raises an error trying
to coerce nil into a Matrix.
2008-12-10 13:51:53 -08:00
Jack Danger Canty 01828dada8 Preventing Jekyll from picking up the output directory as a source
If you attempt to have Jekyll output to a subdirectory of the
source it may recursively copy the destination as it writes it.
2008-12-10 13:51:21 -08:00
Tom Preston-Werner cc047da660 up to 0.1.4 2008-12-08 16:13:18 -08:00
Tom Preston-Werner 8dff479a13 do not use DATA, rubygems freaks out 2008-12-08 15:46:27 -08:00
Jack Danger Canty 767d99b5bf Fixing that the rdiscount require rescue didn't catch. 2008-12-07 23:08:26 -08:00
Tom Preston-Werner f5c727fadb Merge commit 'ad29ef' 2008-12-06 17:43:53 -08:00
Jack Danger Canty c021cdd6f3 fixing typo in README 2008-12-06 16:52:33 -08:00
Jack Danger Canty ad29efb102 adding permalink support to posts. Defined in the post YAML 2008-12-06 16:45:39 -08:00
Tom Preston-Werner 94bf6de831 update readme 2008-12-06 16:22:16 -08:00
Tom Preston-Werner a0879fc2ac clean up rakefile 2008-12-06 16:15:05 -08:00
Tom Preston-Werner c58d4e71ba up to 0.1.3 2008-12-06 16:14:40 -08:00
Tom Preston-Werner f257974b5b auto-regen 2008-12-06 16:09:52 -08:00
Tom Preston-Werner 07a8203e50 redo refactor 2008-12-06 16:09:52 -08:00
Tom Preston-Werner 702e538e96 refactor processing calls 2008-12-06 16:09:52 -08:00
Tom Preston-Werner 3f8b9a08fa add --auto option 2008-12-06 16:09:52 -08:00
Tom Preston-Werner 5b0ce6dddc add directory_watcher dep 2008-12-06 16:09:52 -08:00
Tom Preston-Werner be3d45883d update history 2008-12-06 16:05:40 -08:00
Tom Preston-Werner e3f56198ba add rdiscount dep 2008-12-06 16:05:37 -08:00
Chris Van Pelt 4fc33a6dfe Got rid of the templating step in the initialize method 2008-11-23 23:39:16 -08:00
Chris Van Pelt 111f76b2fd Nice little word count 2008-11-23 23:38:43 -08:00
Chris Van Pelt 2118b55045 I ended up having to wrap the pre code in a div for RDiscount not to freak 2008-11-23 23:36:29 -08:00
Chris Van Pelt aba5089283 Various conversion scripts from other blogging engines 2008-11-23 14:55:39 -08:00
Chris Van Pelt d8c54fa51a Custom liquid tag for creating code blocks 2008-11-23 14:55:15 -08:00
Chris Van Pelt bcde0bd608 Removed the transform from initialize to convertable right after the liquid template has been parsed 2008-11-23 14:54:49 -08:00