1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-15 09:35:44 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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