From bb298a0e8329889513c055a5984a4231980d96a0 Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Mon, 9 Jan 2023 19:57:39 -0300 Subject: Cleaned up docs directory --- content/docs/install-hugo/index.md | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 content/docs/install-hugo/index.md (limited to 'content/docs/install-hugo') diff --git a/content/docs/install-hugo/index.md b/content/docs/install-hugo/index.md deleted file mode 100644 index f0a8a84..0000000 --- a/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 -``` -- cgit v1.2.3