Convertible provides methods for converting a pagelike item from a certain type of markup into actual content
Requires
self.site -> Jekyll::Site
DEFAULTS | = | { 'auto' => false, 'server' => false, 'server_port' => 4000, 'source' => '.', 'destination' => File.join('.', '_site'), 'lsi' => false, 'pygments' => false, 'markdown' => 'maruku', 'permalink' => 'date', 'maruku' => { 'use_tex' => false, 'use_divs' => false, 'png_engine' => 'blahtex', 'png_dir' => 'images/latex', 'png_url' => '/images/latex' | Default options. Overriden by values in _config.yml or command-line opts. (Strings rather symbols used for compatability with YAML) |
Generate a Jekyll configuration Hash by merging the default options with anything in _config.yml, and adding the given options on top
+override+ is a Hash of config directives
Returns Hash