diff options
| author | davidtsadler <davidtsadler@googlemail.com> | 2012-01-21 15:43:27 +0000 |
|---|---|---|
| committer | davidtsadler <davidtsadler@googlemail.com> | 2012-01-21 15:43:27 +0000 |
| commit | 25882e323c9d9b5c25da99b480922827fc801dce (patch) | |
| tree | 3cf1b83a0eec0dc23c9d10a6908695bb1706a308 /_config.yml.example | |
| parent | 9a0a8125b227fcc07ac2d956cfb8c31f3efea3af (diff) | |
Add production mode.
Diffstat (limited to '_config.yml.example')
| -rw-r--r-- | _config.yml.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/_config.yml.example b/_config.yml.example index e46d2bc..54f8732 100644 --- a/_config.yml.example +++ b/_config.yml.example @@ -2,6 +2,10 @@ # SITE CONFIG # *************************** +# Set to true when building the site for production. +# Some parts of the site are only built in production mode. E.g. Google analytics code. +production: false + # Full url for the site minus the ending forward slash. url: |
