diff options
author | Bastien Wirtz <bastien.wirtz@gmail.com> | 2020-06-09 19:11:42 -0700 |
---|---|---|
committer | Bastien Wirtz <bastien.wirtz@gmail.com> | 2020-06-09 21:55:29 -0700 |
commit | 1a42e30a1752be5ab0fba5b224fad5686f12499e (patch) | |
tree | d5fb02a4fda8eb0ffe30e32fa53b0212ff1d6d7c /README.md | |
parent | 52ed5af6074bb6850925cbb658a60a4493079338 (diff) | |
download | homer-1a42e30a1752be5ab0fba5b224fad5686f12499e.tar.gz homer-1a42e30a1752be5ab0fba5b224fad5686f12499e.tar.zst homer-1a42e30a1752be5ab0fba5b224fad5686f12499e.zip |
Adding external config support
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 | |||
88 | title: "App dashboard" | 92 | title: "App dashboard" |
89 | subtitle: "Homer" | 93 | subtitle: "Homer" |
90 | logo: "assets/homer.png" | 94 | logo: "assets/homer.png" |