Added ikiwiki.setup to allow test compilation before committing.
authorW. Trevor King <wking@drexel.edu>
Thu, 30 Sep 2010 13:32:26 +0000 (09:32 -0400)
committerW. Trevor King <wking@drexel.edu>
Thu, 30 Sep 2010 13:32:26 +0000 (09:32 -0400)
commitc106975d603e0ad592153ada5d2ddda602193bb6
treebc86bf7a7ba3e1145c853e6fba6d45460078ed47
parentb62e0592fe79ac85979f93adee587a54f28db7d4
Added ikiwiki.setup to allow test compilation before committing.

For example, you can preview a new page:

  $ ikiwiki --setup ikiwiki.setup --render posts/mdwn_itex.mdwn_itex | w3m -T type/html

Or check for errors:

  $ ikiwiki --setup ikiwiki.setup --render posts/mdwn_itex.mdwn_itex > /dev/null

wking@thialfi blog $ git status
wking@thialfi blog $ git commit -am "
ikiwiki.setup [new file with mode: 0644]