hugo: add example (#11193)

pull/23/head
Mansoor Barri 2023-10-23 19:37:28 +01:00 committed by GitHub
parent 80e3ebef3c
commit a83365f980
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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}}`