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

github.com/jeremybise/twentynineteen-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Bise <jeremy.bise@thosegeeks.com>2019-04-15 23:28:36 +0300
committerJeremy Bise <jeremy.bise@thosegeeks.com>2019-04-15 23:28:36 +0300
commit1a8963e81ac01fbc9e0b5782f2b9f74a4d4f5ec1 (patch)
tree07c38820c7decfce0c420e4a9a1365402e249271
parent0a6dc0facc4f5cee94b16c78e6e2a63e3647cdb9 (diff)
note how to set theme in config
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4a76e34..b72e54e 100644
--- a/README.md
+++ b/README.md
@@ -12,6 +12,12 @@ From the root of your site:
git submodule add https://github.com/jeremybise/twentynineteen-hugo.git themes/twentynineteen-hugo
```
+In your `config.toml`, add the following:
+
+```
+theme = "twentynineteen-hugo"
+```
+
## Updating
From the root of your site: