Commit Graph

368 Commits

Author SHA1 Message Date
Nick Quaranto 0e132bf2cb Upgrading the rest of the tests to shoulda 2009-03-05 21:54:52 -05:00
Nick Quaranto 0d05f27fe4 Post conversion complete 2009-03-05 21:54:52 -05:00
Nick Quaranto 8807c7660b Starting conversion to shoulda 2009-03-05 21:54:52 -05:00
Brandon Dimcheff 992c4a8e6f prevented _posts from being copied to the destination directory 2009-03-04 01:24:52 -05:00
Tim Dysinger 7655c745c4 small patch to support wordpress style pretty blog urls 2009-02-26 09:13:45 -10:00
Ariejan de Vroom fb49027997 Only query required fields from the WP Database. 2009-02-26 10:29:01 +01:00
Bjørn Arild Mæland fab8442432 Factored the filtering code into a method 2009-02-25 21:44:07 +01:00
Ryan Tomayko c180bc47bf close open4 streams to prevent zombies
The popen4 that execs pygmetize leaves a bunch of zombie processes
around unless these streams are closed for some reason. It's not too
bad when running jekyll in one-shot mode but when running with
--server --auto --pygmentize, I eventually get "fork: resource not
available" errors :/ Closing the streams let's the processes die
while the parent stays running.
2009-02-23 22:48:23 -08:00
Bjørn Arild Mæland 25d4951f0b Also ignore Emacs autosave files 2009-02-22 22:58:47 +01:00
Bjørn Arild Mæland 0ec9a1330a Made it possible to enter categories from YAML as an array. 2009-02-22 19:09:16 +01:00
Tom Preston-Werner 2569e9fb5e update history 2009-02-19 12:28:50 -08:00
Elijah Miller 2135a53897 Using block syntax of popen4 to ensure that subprocesses are properly disposed of.
This fixes resource unavailable errors when jekyll is run with '--auto --pygments':
  Liquid error: Resource temporarily unavailable – fork(2)
  fork: Resource temporarily unavailable
2009-02-19 11:12:26 -08:00
Tom Preston-Werner 82d96448b5 update history 2009-02-19 00:17:37 -08:00
Tom Preston-Werner e9ccc5d600 Merge commit 'ee65dadc9a5ae5fc8f19848754f7175ebd630375' 2009-02-19 00:16:43 -08:00
Tom Preston-Werner 2960687ab9 update history 2009-02-18 23:35:50 -08:00
Kevin Marsh ee65dadc9a Add textilize filter for transforming input into HTML via RedCloth, so you can have Textile-formatted attributes other than the page's content (for example, an excerpt) 2009-02-12 18:21:40 -05:00
Tom Preston-Werner 0168581a82 Merge commit '60709da7067fbe1d106fbdfadb3a84b35d07d721' into qrush 2009-02-12 11:49:50 -08:00
Tom Preston-Werner 9a81255729 Regenerated gemspec for version 0.4.1 2009-02-10 20:37:09 -08:00
Tom Preston-Werner 023b1d50bd Version bump to 0.4.1 2009-02-10 20:37:03 -08:00
Tom Preston-Werner 8147c317d7 gemspec tweak 2009-02-10 20:36:52 -08:00
Nick Quaranto 60709da706 Removing some bad formatting in the README 2009-02-10 01:38:09 -05:00
Nick Quaranto 45b33f7b96 Adding explanations for new YAML front matter options 2009-02-10 01:27:13 -05:00
Nick Quaranto efdd5ef395 Making sure that posts flagged as published: false don't get rendered or copied. 2009-02-10 01:13:36 -05:00
Nick Quaranto ad617da4e0 Added publish flag to posts, not preventing it from being in the destination directory yet. 2009-02-10 01:13:31 -05:00
Nick Quaranto 1211f23b53 Adding support for setting post categories through YAML if not specified by directory structure 2009-02-10 01:12:20 -05:00
Nick Quaranto 4bcfaeae69 Starting on yaml categories 2009-02-10 01:12:17 -05:00
Nick Quaranto 2303115235 Making rake test happy on 1.8.7 2009-02-10 01:11:13 -05:00
Tom Preston-Werner d0f46c2120 update history 2009-02-09 19:16:59 -08:00
Tim Dysinger a3c18fb095 changed date format on wordpress converter (zeropadding) 2009-02-08 18:37:59 -10:00
Tim Dysinger 36183cbcfb added jekyll to exec list - otherwise it wont show up in PATH 2009-02-08 16:07:59 -10:00
Tom Preston-Werner bb4d1ee119 add --version 2009-02-03 18:43:53 -08:00
Tom Preston-Werner c489c1c2b2 fix rake console task 2009-02-03 14:49:22 -08:00
Tom Preston-Werner 215da13b26 Regenerated gemspec for version 0.4.0 2009-02-03 12:16:40 -08:00
Tom Preston-Werner 39f47d90b7 update history 2009-02-03 12:15:11 -08:00
Tom Preston-Werner a02ba8bbd1 Version bump to 0.4.0 2009-02-03 12:14:36 -08:00
Tom Preston-Werner 2b820aee63 switch to Jeweler for packaging 2009-02-03 12:08:42 -08:00
Tom Preston-Werner fae092854d refine and move contribution section of readme to bottom 2009-01-23 14:38:50 -08:00
Tom Preston-Werner 4cf6b6ae80 update history 2009-01-23 14:33:55 -08:00
Tom Preston-Werner 04a283f618 prevent equivalent array from breaking tests 2009-01-23 14:33:14 -08:00
Tom Preston-Werner d644d1df32 update manifest and gemspec 2009-01-23 14:32:53 -08:00
Tom Preston-Werner c274ed3592 Merge commit 'd9b183f99826df630eedeae29f70005993da3d64' into cat 2009-01-23 14:27:59 -08:00
Tom Preston-Werner a6c236bf01 update manifest and gemspec 2009-01-23 14:26:11 -08:00
Tom Preston-Werner 6968c00c23 update readme 2009-01-23 14:25:04 -08:00
Tom Preston-Werner fc28a907a8 Merge commit 'bac34fab3a27a12b35add1ecab409b19941e29a6' 2009-01-23 14:22:22 -08:00
Tom Preston-Werner 9b02059054 couple of tweaks to line numbering option 2009-01-23 14:17:38 -08:00
Chad Ingram d9b183f998 Fix site payload available to files 2009-01-23 04:48:43 -08:00
jcon d63f1f92a2 Added line number capabilities to highlight blocks 2009-01-22 14:38:04 -05:00
Tom Preston-Werner 4b2fa43642 update manifest and gemspec 2009-01-21 16:26:56 -08:00
Tom Preston-Werner c03f8a9fa3 update history 2009-01-21 16:24:29 -08:00
Tom Preston-Werner 3ee55f1abe Merge commit 'ea70d8ac7ae26f' into amp 2009-01-21 16:04:38 -08:00