Build
The [build] table sets the default compiler profile; see build profiles for more information.
sourceRead source files from the input directory (defaultsite)targetDestination for all builds (defaultbuild)strictError when an unknown template variable is detected (defaulttrue)rewrite-indexRewrite to directory with index.html (defaulttrue)assetsPath to use for finding assets (defaultassets)partialsPath to use for finding partials (defaultpartials)collectionsPath to use for finding collections (defaultcollections)extendAdditional file extensions to be rendered as templates (optional)
Extend
The extend list can define extra file extensions to treat as page templates; these values are appended to render in the extension settings.
To support parsing HTML pages as well as markdown documents:
[]
= ["html"]
It is possible to include any type of file; we use it at times to render JSON documents:
[]
= ["html", "json"]