diff options
author | Roger Gonzalez <roger@rogs.me> | 2023-01-08 22:12:24 -0300 |
---|---|---|
committer | Roger Gonzalez <roger@rogs.me> | 2023-01-08 22:12:24 -0300 |
commit | b15ab4adb837e43409e5e3cf3a40a83ef4dbf62f (patch) | |
tree | 3b7d7e5dc84aabc839dd1d9174c4593cbd6b2f82 /content/docs/install-hugo/index.md |
Initial commit
Diffstat (limited to 'content/docs/install-hugo/index.md')
-rw-r--r-- | content/docs/install-hugo/index.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/content/docs/install-hugo/index.md b/content/docs/install-hugo/index.md new file mode 100644 index 0000000..f0a8a84 --- /dev/null +++ b/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 +``` |