aboutsummaryrefslogtreecommitdiff
path: root/themes/hugo-whisper-theme/exampleSite/content/docs/install-hugo
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2021-10-01 14:32:43 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2021-10-01 14:32:43 +0200
commit9ccf652c00457e46eaf46fc4cb8f6d0ee582c5ef (patch)
treeb02c0a9a15de80acb3661163d469da41cd6aa8c3 /themes/hugo-whisper-theme/exampleSite/content/docs/install-hugo
downloadrfid-9ccf652c00457e46eaf46fc4cb8f6d0ee582c5ef.tar.gz
rfid-9ccf652c00457e46eaf46fc4cb8f6d0ee582c5ef.zip
Initial commit
Diffstat (limited to 'themes/hugo-whisper-theme/exampleSite/content/docs/install-hugo')
-rw-r--r--themes/hugo-whisper-theme/exampleSite/content/docs/install-hugo/index.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/themes/hugo-whisper-theme/exampleSite/content/docs/install-hugo/index.md b/themes/hugo-whisper-theme/exampleSite/content/docs/install-hugo/index.md
new file mode 100644
index 0000000..f0a8a84
--- /dev/null
+++ b/themes/hugo-whisper-theme/exampleSite/content/docs/install-hugo/index.md
@@ -0,0 +1,15 @@
+---
+title: 'Install Hugo'
+date: 2019-02-11T19:27:37+10:00
+weight: 2
+---
+
+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
+
+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.
+
+```
+hugo version
+```