mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-15 00:55:44 +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`
|
||||
|
||||
- Build a site on your local IP:
|
||||
|
||||
`hugo server --bind {{local-ip}} --baseURL {{http://local-ip}}`
|
||||
|
||||
- Build a site to a given directory:
|
||||
|
||||
`hugo --destination {{path/to/destination}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue