aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorBastien Wirtz <bastien.wirtz@gmail.com>2019-11-12 08:23:44 -0800
committerGitHub <noreply@github.com>2019-11-12 08:23:44 -0800
commit05bdc2680193564dbb8acbd85aa8d79eeec546f5 (patch)
treee3789186c38674cc94a29d72684d9413630bb5a7 /README.md
parent8aa8398fba4916ced1b793a7ca7e8574fc7ff98e (diff)
parent7312bdd6bc5b57349a72402077f9ed6da332be6c (diff)
downloadhomer-05bdc2680193564dbb8acbd85aa8d79eeec546f5.tar.gz
homer-05bdc2680193564dbb8acbd85aa8d79eeec546f5.tar.zst
homer-05bdc2680193564dbb8acbd85aa8d79eeec546f5.zip
Merge pull request #5 from pdevq/master
Styling Tags - Search Bar Icon Fix - Dark Theme Link Hover Text
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index d2a6500..62bbd77 100644
--- a/README.md
+++ b/README.md
@@ -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).
46services: 46services:
47 - name: "DevOps" 47 - name: "DevOps"
48 icon: "fa-code-fork" 48 icon: "fa-code-fork"
@@ -58,6 +58,8 @@ 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
62 tagstyle: "is-success"
61 url: "#" 63 url: "#"
62 - name: "Monitoring" 64 - name: "Monitoring"
63 icon: "fa-heartbeat" 65 icon: "fa-heartbeat"