mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
synced 2025-06-08 17:22:46 +00:00
Revert README changes
Undo changes to README after feedback from Bud Parr.
This commit is contained in:
parent
457e8fdcee
commit
abdb9ba45b
@ -27,7 +27,7 @@ Also includes examples of Hugo Features or Functions:
|
|||||||
- Hugo built-in menu
|
- Hugo built-in menu
|
||||||
- i18n
|
- i18n
|
||||||
- `with`
|
- `with`
|
||||||
- `HUGO_ENVIRONMENT`
|
- `HUGO_ENV`
|
||||||
- `first`
|
- `first`
|
||||||
- `after`
|
- `after`
|
||||||
- `sort`
|
- `sort`
|
||||||
@ -149,10 +149,10 @@ Now enter [`localhost:1313`](http://localhost:1313/) in the address bar of your
|
|||||||
|
|
||||||
## Production
|
## 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
|
## Contributing
|
||||||
|
Loading…
x
Reference in New Issue
Block a user