summaryrefslogtreecommitdiff
path: root/themes/hugo-whisper-theme/exampleSite/content/docs/install-hugo
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2023-01-09 19:56:17 -0300
committerRoger Gonzalez <roger@rogs.me>2023-01-09 19:56:17 -0300
commitc3476d0fcc37f846b055f46d658afc76a99b41d3 (patch)
tree1b18be930d43eb2379da41ac9e09c4caf87d6953 /themes/hugo-whisper-theme/exampleSite/content/docs/install-hugo
parent14eab203b90f21fc054aa929ae49121aa9c532fd (diff)
Cleaned up the repo
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, 0 insertions, 15 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
deleted file mode 100644
index f0a8a84..0000000
--- a/themes/hugo-whisper-theme/exampleSite/content/docs/install-hugo/index.md
+++ /dev/null
@@ -1,15 +0,0 @@
----
-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
-```