Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/JugglerX/hugo-whisper-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Austin <rob@jugglerdigital.com>2019-07-23 03:52:34 +0300
committerRobert Austin <rob@jugglerdigital.com>2019-07-23 03:52:34 +0300
commit2e1cee539fe640bef8eca869d7a64e72a09ba4d0 (patch)
tree4be43de729cd7b1150313e43da660e998ec56ed3
parentd381ea22ca0e63b76c30472f59d257ba90df9191 (diff)
update readme with extra instructions for using hugo extended
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index 307db40..f915019 100644
--- a/README.md
+++ b/README.md
@@ -47,14 +47,18 @@ Whisper is a minimal documentation theme built for Hugo. The design and function
To use this theme you will need to have Hugo installed. If you don't already have Hugo installed please follow the official [installation guide](https://gohugo.io/getting-started/installing/)
-### Check Hugo Version
+### Check Hugo version (Hugo 0.51+ Extended is required)
-This theme uses [Hugo Pipes](https://gohugo.io/hugo-pipes/scss-sass/) to compile SCSS and minify assets. Please make sure you have the `Hugo Extended` version installed. If you are not using the extended version this theme will not not compile.
+This theme uses [Hugo Pipes](https://gohugo.io/hugo-pipes/scss-sass/) to compile SCSS and minify assets. Please make sure you have the **Hugo Extended** version installed. If you are not using the extended version this theme will not not compile.
+
+To check your version of Hugo, run:
```
hugo version
```
+This will output the currently installed version of Hugo. Make sure you see `/extended` after the version number, for example `Hugo Static Site Generator v0.51/extended darwin/amd64 BuildDate: unknown` You do not need to use version v0.51 specifically, you can use any version of Hugo above 0.51. It just needs to have the `/extended` part
+
### Create a new Hugo site
```