layouts_dir is now configurable. Closes #899

This commit is contained in:
Thomas Reynolds 2013-06-01 15:25:44 -07:00
parent 149f6ffa5b
commit d0cd3e3cf9
8 changed files with 49 additions and 3 deletions

View file

@ -97,6 +97,10 @@ module Middleman
# @return [String]
config.define_setting :partials_dir, "", 'Location of partials within source'
# Location of layouts within source. Used by renderers.
# @return [String]
config.define_setting :layouts_dir, "layouts", 'Location of layouts within source'
# Where to build output files
# @return [String]
config.define_setting :build_dir, "build", 'Where to build output files'