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

github.com/budparr/gohugo-theme-ananke.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRegis Philibert <login@regisphilibert.com>2020-12-19 21:35:32 +0300
committerGitHub <noreply@github.com>2020-12-19 21:35:32 +0300
commitce48112de29f91330ec4da2bfb7ed14d0ee1a19f (patch)
treecf25014724331e7f76c3080f0abd5456b3e9242b
parent4492800a74dd27e70787109d930308e571140674 (diff)
Update README.md
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7230739..20e50c0 100644
--- a/README.md
+++ b/README.md
@@ -51,6 +51,10 @@ This theme uses the "Tachyons" CSS library. This will allow you to manipulate th
### As a Hugo Module (recommended)
+If not already, init your project as Hugo Module:
+
+`$: hugo mod init {project_repo_url}`
+
Simply add the repo to your theme option:
```yaml