serve

Serve #

The serve property tells Quiqr which Hugo configuration file should be used for the live preview server. The server listens to http://localhost:13131.

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