summaryrefslogtreecommitdiff
path: root/content/docs/install-hugo.md
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2023-01-10 19:12:17 -0300
committerRoger Gonzalez <roger@rogs.me>2023-01-10 19:12:17 -0300
commit81a9aaa7e7eb560b2cabe4305a17965295eb5ba4 (patch)
tree2eaf0a4ba45c1b415c34caf45662064ff6525e91 /content/docs/install-hugo.md
parentb99cba3bc36d17a163fd6f590bb93b12f3339437 (diff)
Changed "docs" for "install"
Diffstat (limited to 'content/docs/install-hugo.md')
-rw-r--r--content/docs/install-hugo.md15
1 files changed, 0 insertions, 15 deletions
diff --git a/content/docs/install-hugo.md b/content/docs/install-hugo.md
deleted file mode 100644
index f0a8a84..0000000
--- a/content/docs/install-hugo.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
-```