15 lines
153 B
Markdown
15 lines
153 B
Markdown
|
|
||
|
|
||
|
Serve development server with:
|
||
|
|
||
|
```sh
|
||
|
hugo serve -D --bind=0.0.0.0 --baseURL=http://192.168.0.5:1313
|
||
|
```
|
||
|
|
||
|
Build static files with:
|
||
|
|
||
|
```sh
|
||
|
hugo -D
|
||
|
```
|
||
|
|