docs: Add some doc about ENV config
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Mon, 18 Apr 2016 16:44:51 +0000 (18:44 +0200)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Mon, 18 Apr 2016 16:45:37 +0000 (18:45 +0200)
See #2090

docs/content/overview/configuration.md

index d27cf4dbc5fd5354daade26f329f27c414ceb61e..e4937efb26b744e57c8b025202d32daa3b9688b0 100644 (file)
@@ -25,6 +25,12 @@ then look for a `config.yaml` file, followed by a `config.json` file.
 The config file is a site-wide config. The config file provides directions to
 hugo on how to build the site as well as site-wide parameters and menus.
 
+Site configuration can also be set as environment variables in your operating system. The command below will work on *nix systems and overrides the site title. Note that all the variable names must be prefixed with "HUGO_".
+
+```bash
+env HUGO_TITLE="Some Title" hugo
+```
+
 ## Examples
 
 The following is an example of a typical yaml config file: