From 6d74669655b2b18ddbececb0d707af0366d92b84 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 20 Dec 2020 22:17:26 +0100 Subject: [PATCH] fix gulp instructions --- exampleSite/content/posts/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleSite/content/posts/getting-started.md b/exampleSite/content/posts/getting-started.md index 5ac0656..967f0ac 100644 --- a/exampleSite/content/posts/getting-started.md +++ b/exampleSite/content/posts/getting-started.md @@ -154,7 +154,7 @@ git clone https://github.com/thegeeklab/hugo-geekblog.git themes/geekblog Build required theme assets e.g. CSS files and SVG sprites with `gulp`. ```Shell -gulp default +npx gulp default ``` ## Configuration