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

github.com/AngeloStavrow/indigo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzbetz <zachary.betz@geocent.com>2018-10-22 18:30:37 +0300
committerzbetz <zachary.betz@geocent.com>2018-10-22 18:30:37 +0300
commitc5f925dcc204fec62dde9c72b9d8cd78a77fa821 (patch)
tree0ded7ce5a42d4bd245509f9255403050269989a8 /README.md
parent6ef2c9793f5a117b1b5e81a7513dd1271d30b99a (diff)
Update config.{toml|yaml} syntax
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 33fa1aa..872366e 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,13 @@ You can configure the theme to show info about the author; by default, this info
## Deployment
-You can add a line to your **config.toml** file to set this theme as the default:
+You can add a line to your `config.toml` file to set this theme as the default:
+
+```
+theme = "indigo"
+```
+
+Or, if you use `config.yaml`:
```
theme: indigo