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

github.com/capnfabs/paperesque.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Tamp <fabian.tamp@gmail.com>2020-06-12 22:42:28 +0300
committerFabian Tamp <fabian.tamp@gmail.com>2020-06-12 22:42:28 +0300
commitd01dcd51e703047f51e3e61dc34c147fcf9e4e7b (patch)
tree1fba8249d0f4f96c47ad354a0027817d95f3681f
parent32eb5039ac773e93673befa967a8fef0e8e1cb68 (diff)
Include instructions about theme key in config.toml.
Based upon conversation in https://github.com/capnfabs/paperesque/issues/6
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7e22e4c..d3b8f57 100644
--- a/README.md
+++ b/README.md
@@ -31,6 +31,14 @@ If you're sure you want to use git submodules:
git submodule add --init https://github.com/capnfabs/paperesque themes/paperesque
```
+### Select the theme in your `config.toml`
+
+Add / Modify the `theme` field in your `config.toml` for your hugo site:
+
+```toml
+theme = "paperesque"
+```
+
## Using Features
### FYI: the Home Page is Menu-driven