aboutsummaryrefslogtreecommitdiffhomepage
path: root/config.yml
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 /config.yml
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 'config.yml')
-rw-r--r--config.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/config.yml b/config.yml
index 69c87ea..8060119 100644
--- a/config.yml
+++ b/config.yml
@@ -1,6 +1,6 @@
1--- 1---
2# Homepage configuration 2# Homepage configuration
3# See https://fontawesome.com/v4.7.0/icons/ for icons options 3# See https://fontawesome.com/icons for icons options
4 4
5title: "Simple homepage" 5title: "Simple homepage"
6subtitle: "Homer" 6subtitle: "Homer"
@@ -25,7 +25,7 @@ links:
25 25
26# Services 26# Services
27# First level array represent a group. 27# First level array represent a group.
28# Leave only a "items" key if not using group (group name & icon are optional, section separation will not be displayed). 28# Leave only a "items" key if not using group (group name, icon & tagstyle are optional, section separation will not be displayed).
29services: 29services:
30 - name: "DevOps" 30 - name: "DevOps"
31 icon: "fas fa-code-branch" 31 icon: "fas fa-code-branch"
@@ -39,6 +39,9 @@ services:
39 logo: "/assets/tools/rabbitmq.png" 39 logo: "/assets/tools/rabbitmq.png"
40 subtitle: "Manage & monitor RabbitMQ server" 40 subtitle: "Manage & monitor RabbitMQ server"
41 tag: "haproxy" 41 tag: "haproxy"
42 # Optional tagstyle
43 # Same styling options as the optional message.
44 tagstyle: "is-success"
42 url: "#" 45 url: "#"
43 - name: "Monitoring" 46 - name: "Monitoring"
44 icon: "fas fa-heartbeat" 47 icon: "fas fa-heartbeat"