jekyll/lib
Parker Moore d01f7943de Add Configuration.from & use in Jekyll.configuration.
This process streamlines the creation of new configurations. Creating a new
site will choke if not all the correct options are given.
Configuration.from will ensure the overrides have all string keys and
ensures all the common issues & defaults are in place so a Site can be
created.

A common use:

    config = Configuration.from({ 'permalink' => '/:title/' }) # etc
    site = Jekyll::Site.new(config)
2016-05-24 18:47:15 -05:00
..
jekyll Add Configuration.from & use in Jekyll.configuration. 2016-05-24 18:47:15 -05:00
site_template updates example domain in config template 2016-04-15 09:29:39 +01:00
theme_template Only spec.summary is needed... 2016-05-19 14:39:55 -07:00
jekyll.rb Add Configuration.from & use in Jekyll.configuration. 2016-05-24 18:47:15 -05:00