lib/nanoc/base/source_data/site.rb in nanoc-4.0.0b2 vs lib/nanoc/base/source_data/site.rb in nanoc-4.0.0b3

- old
+ new

@@ -1,7 +1,5 @@ -# encoding: utf-8 - module Nanoc::Int # The in-memory representation of a nanoc site. It holds references to the # following site data: # # * {#items} — the list of items ({Nanoc::Int::Item}) @@ -19,10 +17,10 @@ # @api private class Site # The default configuration for a data source. A data source's # configuration overrides these options. DEFAULT_DATA_SOURCE_CONFIG = { - type: 'filesystem_unified', + type: 'filesystem', items_root: '/', layouts_root: '/', config: {}, identifier_type: 'full', }