mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-15 11:35:51 +02:00
hugo: add example (#11193)
This commit is contained in:
parent
80e3ebef3c
commit
a83365f980
1 changed files with 4 additions and 0 deletions
|
@ -23,6 +23,10 @@
|
||||||
|
|
||||||
`hugo --buildDrafts`
|
`hugo --buildDrafts`
|
||||||
|
|
||||||
|
- Build a site on your local IP:
|
||||||
|
|
||||||
|
`hugo server --bind {{local-ip}} --baseURL {{http://local-ip}}`
|
||||||
|
|
||||||
- Build a site to a given directory:
|
- Build a site to a given directory:
|
||||||
|
|
||||||
`hugo --destination {{path/to/destination}}`
|
`hugo --destination {{path/to/destination}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue