소스 검색

Add alternative method for running prod to the readme (#273)

tags/2.6.0
Tanner Smith 4 년 전
부모
커밋
6500b99ba6
No account linked to committer's email address
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6
    0
      README.md

+ 6
- 0
README.md 파일 보기

@@ -157,6 +157,12 @@ To run in production (e.g. to have Google Analytics show up), run `HUGO_ENV=prod
HUGO_ENV=production hugo
```

Note: The above command will not work on Windows. If you are running a Windows OS, use the below command:

```
hugo --environment production
```

## Contributing

If you find a bug or have an idea for a feature, feel free to use the [issue tracker](https://github.com/budparr/gohugo-theme-ananke/issues) to let me know.

Loading…
취소
저장