aboutsummaryrefslogtreecommitdiffhomepage
path: root/config.yml
diff options
context:
space:
mode:
authorBastien Wirtz <bastien.wirtz@gmail.com>2018-11-12 21:14:38 -0800
committerBastien Wirtz <bastien.wirtz@gmail.com>2018-11-12 21:30:24 -0800
commite41196e76e6b184fc918fb44adc9af0ff3fdae30 (patch)
tree58e759b9b8940d195ed666749e2cd0946e2abb86 /config.yml
parent9ca12a40f404ba15d67068087dc521be7d69eefb (diff)
downloadhomer-e41196e76e6b184fc918fb44adc9af0ff3fdae30.tar.gz
homer-e41196e76e6b184fc918fb44adc9af0ff3fdae30.tar.zst
homer-e41196e76e6b184fc918fb44adc9af0ff3fdae30.zip
Deps update & minor UI adjustments
Diffstat (limited to 'config.yml')
-rw-r--r--config.yml9
1 files changed, 5 insertions, 4 deletions
diff --git a/config.yml b/config.yml
index 09dd14e..3b0dec5 100644
--- a/config.yml
+++ b/config.yml
@@ -5,6 +5,7 @@
5title: "Simple homepage" 5title: "Simple homepage"
6subtitle: "Homer" 6subtitle: "Homer"
7logo: "assets/homer.png" 7logo: "assets/homer.png"
8icon: "fas fa-skull-crossbones"
8 9
9# Optional message 10# Optional message
10# See https://bulma.io/documentation/components/message/#colors for styling options. 11# See https://bulma.io/documentation/components/message/#colors for styling options.
@@ -16,10 +17,10 @@ message:
16# Optional navbar 17# Optional navbar
17links: 18links:
18 - name: "ansible" 19 - name: "ansible"
19 icon: "fa-github" 20 icon: "fab fa-github"
20 url: "https://github.com/xxxxx/ansible/" 21 url: "https://github.com/xxxxx/ansible/"
21 - name: "Wiki" 22 - name: "Wiki"
22 icon: "fa-book" 23 icon: "fas fa-book"
23 url: "https://wiki.xxxxxx.com/" 24 url: "https://wiki.xxxxxx.com/"
24 25
25# Services 26# Services
@@ -27,7 +28,7 @@ links:
27# 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 are optional, section separation will not be displayed).
28services: 29services:
29 - name: "DevOps" 30 - name: "DevOps"
30 icon: "fa-code-fork" 31 icon: "fas fa-code-branch"
31 items: 32 items:
32 - name: "Jenkins" 33 - name: "Jenkins"
33 logo: "/assets/tools/jenkins.png" 34 logo: "/assets/tools/jenkins.png"
@@ -40,7 +41,7 @@ services:
40 tag: "haproxy" 41 tag: "haproxy"
41 url: "#" 42 url: "#"
42 - name: "Monitoring" 43 - name: "Monitoring"
43 icon: "fa-heartbeat" 44 icon: "fas fa-heartbeat"
44 items: 45 items:
45 - name: "M/Monit" 46 - name: "M/Monit"
46 logo: "/assets/tools/monit.png" 47 logo: "/assets/tools/monit.png"