hugo: add example (#11193)

This commit is contained in:
Mansoor Barri
2023-10-23 19:37:28 +01:00
committed by GitHub
parent 80e3ebef3c
commit a83365f980

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