Skip to content

Commit 18708bf

Browse files
Merge pull request #1374 from Arnaud-de-Grandmaison-ARM/usability
[hugo-server] Usability improvement.
2 parents de20348 + 7e048fa commit 18708bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hugo-server.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# =============================================================================
44
# Build the hugo site static html pages.
55
# -----------------------------------------------------------------------------
6-
hugo
6+
hugo --buildDrafts
77

88
# =============================================================================
99
# Enable the home page search box.
@@ -43,4 +43,4 @@ fi
4343
# =============================================================================
4444
# Serve our local tree for interactive development.
4545
# -----------------------------------------------------------------------------
46-
hugo server
46+
hugo server --buildDrafts

0 commit comments

Comments
 (0)