diff options
author | pdevq <45507854+pdevq@users.noreply.github.com> | 2019-11-10 10:05:49 -0500 |
---|---|---|
committer | pdevq <45507854+pdevq@users.noreply.github.com> | 2019-11-10 10:05:49 -0500 |
commit | 7312bdd6bc5b57349a72402077f9ed6da332be6c (patch) | |
tree | e3789186c38674cc94a29d72684d9413630bb5a7 /README.md | |
parent | ab3366baf4217a6333a737350dffc53d7e61733a (diff) | |
download | homer-7312bdd6bc5b57349a72402077f9ed6da332be6c.tar.gz homer-7312bdd6bc5b57349a72402077f9ed6da332be6c.tar.zst homer-7312bdd6bc5b57349a72402077f9ed6da332be6c.zip |
Add some additional description for the tagstyle in README and config
- This also updates the FontAwesome URL in the config
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -42,7 +42,7 @@ links: | |||
42 | 42 | ||
43 | # Services | 43 | # Services |
44 | # First level array represent a group. | 44 | # First level array represent a group. |
45 | # Leave only a "items" key if not using group (group name & icon are optional, section separation will not be displayed). | 45 | # Leave only a "items" key if not using group (group name, icon & tagstyle are optional, section separation will not be displayed). |
46 | services: | 46 | services: |
47 | - name: "DevOps" | 47 | - name: "DevOps" |
48 | icon: "fa-code-fork" | 48 | icon: "fa-code-fork" |
@@ -58,6 +58,7 @@ services: | |||
58 | logo: "/assets/tools/rabbitmq.png" | 58 | logo: "/assets/tools/rabbitmq.png" |
59 | subtitle: "Manage & monitor RabbitMQ server" | 59 | subtitle: "Manage & monitor RabbitMQ server" |
60 | tag: "haproxy" | 60 | tag: "haproxy" |
61 | # Optional tagstyle | ||
61 | tagstyle: "is-success" | 62 | tagstyle: "is-success" |
62 | url: "#" | 63 | url: "#" |
63 | - name: "Monitoring" | 64 | - name: "Monitoring" |