diff options
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: |
