mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-19 21:21:39 +02:00
Merge commit '07b8d9466dfb59c429c1b470a0443337bc0aeefe'
This commit is contained in:
@@ -183,15 +183,11 @@ Or...
|
||||
hugo server --disableLiveReload
|
||||
```
|
||||
|
||||
The latter flag can be omitted by adding the following key-value to your `config.toml` or `config.yml` file, respectively:
|
||||
The latter flag can be omitted by adding the following:
|
||||
|
||||
```
|
||||
{{< code-toggle file="config" >}}
|
||||
disableLiveReload = true
|
||||
```
|
||||
|
||||
```
|
||||
disableLiveReload: true
|
||||
```
|
||||
{{< /code-toggle >}}
|
||||
|
||||
## Deploy Your Website
|
||||
|
||||
|
Reference in New Issue
Block a user