layouts_dir is now configurable. Closes #899
This commit is contained in:
parent
149f6ffa5b
commit
d0cd3e3cf9
8 changed files with 49 additions and 3 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue