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:
authorAndreas Deininger <andreas@deininger.net>2022-01-20 13:16:28 +0300
committerGitHub <noreply@github.com>2022-01-20 13:16:28 +0300
commitfe661c8c3826140c3b006b66abdd581a745e604c (patch)
tree913bf708cb82522f75416df3fea91213b41e8f0e /README.md
parentbfd1eb84003cd1e364ca3fb288250247a46cf633 (diff)
feat: turn stack theme into a hugo module (#460)
* Turn stack theme into a hugo module
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6ac9e91..0e6caa2 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,10 @@ It's necessary to use **Hugo Extended ≥ 0.87.0**.
## Installation
-Clone / Download this repository to `theme` folder, and edit your site config following `exampleSite/config.yaml`.
+* Route 1: Clone / Download this repository to `theme` folder
+* Route 2: Turn your site into a hugo module and add this theme as a module dependency
+
+ Edit your site config following `exampleSite/config.yaml`.
*Note: Remove `config.toml` if there is one in the site folder.*