From a83365f980055633bc4ed62e48b21ccab9f7e097 Mon Sep 17 00:00:00 2001 From: Mansoor Barri <90044118+mansoorbarri@users.noreply.github.com> Date: Mon, 23 Oct 2023 19:37:28 +0100 Subject: [PATCH] hugo: add example (#11193) --- pages/common/hugo.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/common/hugo.md b/pages/common/hugo.md index 37fdfa14b..800c7c167 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}}`