浏览代码

Add a comment about running in production

ref #106
tags/2.3
Bud Parr 6 年前
父节点
当前提交
a89a23cfc4
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7
    0
      README.md

+ 7
- 0
README.md 查看文件

@@ -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


正在加载...
取消
保存