diff --git a/pages/common/hugo.md b/pages/common/hugo.md index 37fdfa14b7..800c7c1676 100644 --- a/pages/common/hugo.md +++ b/pages/common/hugo.md @@ -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}}`