Quellcode durchsuchen

Add a comment about running in production

ref #106
tags/2.3
Bud Parr vor 6 Jahren
Ursprung
Commit
a89a23cfc4
Es ist kein Account mit der E-Mail-Adresse des Committers verbunden
1 geänderte Dateien mit 7 neuen und 0 gelöschten Zeilen
  1. 7
    0
      README.md

+ 7
- 0
README.md Datei anzeigen

@@ -134,6 +134,13 @@ In order to see your site in action, run Hugo's built-in local server.

Now enter [`localhost:1313`](http://localhost:1313/) in the address bar of your browser.

## Production

To run in production (e.g. to have Google Analytics show up), run `HUGO_ENV=production` before your build command. For example:

```
HUGO_ENV=production hugo
```

## Contributing


Laden…
Abbrechen
Speichern