Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CaiJimmy/hugo-theme-stack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimmy Cai <jimmehcai@gmail.com>2020-09-13 13:16:43 +0300
committerJimmy Cai <jimmehcai@gmail.com>2020-09-13 13:16:43 +0300
commitf26a9fa07035ac9b3aaacea10e5e24d0dc2496c2 (patch)
tree39c382fcfcf89a2cae2dfe28692c2ea04600b54a /README.md
parentb06910fc5dbe148a8021048ea5ebcaf3feb85fa1 (diff)
feat: add support for non-extended version of Hugo
resources folder is included now, with compiled SCSS file
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 00adcb5..69bd657 100644
--- a/README.md
+++ b/README.md
@@ -33,7 +33,9 @@ The only JavaScript library being used is [node-vibrant](https://github.com/Vibr
## Requirements
-This theme uses SCSS and TypeScript. For that reason, it's necessary to use **Hugo Extended version ≥ 0.74.0**.
+This theme uses SCSS and TypeScript. For that reason, it's necessary to use **Hugo ≥ 0.74.0**.
+
+**Note**: You'll need Hugo Extended version to edit SCSS files
## Installation