build

Build #

The build property tells Quiqr which Hugo configuration file should be used when the site will be build. A build occurs when a site is published.

./model/base.
     
build:
- config: config.toml
  key: default
[[build]]
  config = "config.toml"
  key = "default"
{
   "build": [
      {
         "config": "config.toml",
         "key": "default"
      }
   ]
}