From c482133f1769682e918d5fe4580e8103dc0a9541 Mon Sep 17 00:00:00 2001 From: Timothy Lim Date: Fri, 21 Oct 2022 00:12:36 +0800 Subject: [PATCH] docs: Update quick start to clarify the need of extended version (#1828) Co-authored-by: Joe Mooring Co-authored-by: Christian Oliff --- content/en/getting-started/quick-start.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/en/getting-started/quick-start.md b/content/en/getting-started/quick-start.md index b968cf7f7..25f837864 100644 --- a/content/en/getting-started/quick-start.md +++ b/content/en/getting-started/quick-start.md @@ -28,6 +28,8 @@ For other approaches to learning Hugo (like books or video tutorials), refer to ## Step 1: Install Hugo +Install the **extended version of Hugo** (this is required for the current theme used). + {{% note %}} `Homebrew` and `MacPorts`, package managers for `macOS`, can be installed from [brew.sh](https://brew.sh/) or [macports.org](https://www.macports.org/) respectively. See [install](/getting-started/installing) if you are running Windows etc. {{% /note %}} @@ -42,8 +44,11 @@ To verify your new install: ```bash hugo version +# Example output: hugo v0.104.2+extended darwin/amd64 BuildDate=unknown ``` +It should state that it is `extended`. If it does not, uninstall it and try another installation method. + {{< asciicast ItACREbFgvJ0HjnSNeTknxWy9 >}} ## Step 2: Create a New Site