aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorBastien Wirtz <bastien.wirtz@gmail.com>2020-06-09 19:11:42 -0700
committerBastien Wirtz <bastien.wirtz@gmail.com>2020-06-09 21:55:29 -0700
commit1a42e30a1752be5ab0fba5b224fad5686f12499e (patch)
treed5fb02a4fda8eb0ffe30e32fa53b0212ff1d6d7c /README.md
parent52ed5af6074bb6850925cbb658a60a4493079338 (diff)
downloadhomer-1a42e30a1752be5ab0fba5b224fad5686f12499e.tar.gz
homer-1a42e30a1752be5ab0fba5b224fad5686f12499e.tar.zst
homer-1a42e30a1752be5ab0fba5b224fad5686f12499e.zip
Adding external config support
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index e9483f9..c3a6f07 100644
--- a/README.md
+++ b/README.md
@@ -85,6 +85,10 @@ Title, icons, links, colors, and services can be configured in the `config.yml`
85# Homepage configuration 85# Homepage configuration
86# See https://fontawesome.com/icons for icons options 86# See https://fontawesome.com/icons for icons options
87 87
88# Optional: Use external configuration file.
89# Using this will ignore remaining config in this file
90# externalConfig: https://example.com/server-luci/config.yaml
91
88title: "App dashboard" 92title: "App dashboard"
89subtitle: "Homer" 93subtitle: "Homer"
90logo: "assets/homer.png" 94logo: "assets/homer.png"