From 25882e323c9d9b5c25da99b480922827fc801dce Mon Sep 17 00:00:00 2001 From: davidtsadler Date: Sat, 21 Jan 2012 15:43:27 +0000 Subject: Add production mode. --- _config.yml.example | 4 ++++ 1 file changed, 4 insertions(+) (limited to '_config.yml.example') 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: -- cgit v1.2.3-13-gbd6f