jekyll/lib
Nicholas Chen 5788ca88f8 Changed [:state] check RE and required YAML
1) The published state is actually stored as "published" in the database but the regular expression checks for "Published" and thus will actually skip all published posts.

2) The to_yaml method is not immediately available without the "require 'yaml'" directive. This caused the migration script to fail while executing it following the instructions. 

Tested with Typo 5.3
2011-05-14 10:09:59 -07:00
..
jekyll Changed [:state] check RE and required YAML 2011-05-14 10:09:59 -07:00
jekyll.rb More TomDoc and formatting cleanup. 2011-05-08 23:40:35 -07:00