From abdb9ba45b17373067d48075f62388d9d66b83f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laban=20Sk=C3=B6llermark?= Date: Fri, 8 Nov 2019 23:36:33 +0100 Subject: [PATCH] Revert README changes Undo changes to README after feedback from Bud Parr. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e29612f..071d1ab 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Also includes examples of Hugo Features or Functions: - Hugo built-in menu - i18n - `with` -- `HUGO_ENVIRONMENT` +- `HUGO_ENV` - `first` - `after` - `sort` @@ -149,10 +149,10 @@ Now enter [`localhost:1313`](http://localhost:1313/) in the address bar of your ## Production -To run in production (e.g. to have Google Analytics show up), either run just `hugo` (without the `server` command), add `HUGO_ENVIRONMENT=production` before your build command or use `hugo server --environment=production`. For example: +To run in production (e.g. to have Google Analytics show up), run `HUGO_ENV=production` before your build command. For example: ``` -hugo +HUGO_ENV=production hugo ``` ## Contributing