diff options
author | Bastien Wirtz <bastien.wirtz@gmail.com> | 2018-11-12 21:14:38 -0800 |
---|---|---|
committer | Bastien Wirtz <bastien.wirtz@gmail.com> | 2018-11-12 21:30:24 -0800 |
commit | e41196e76e6b184fc918fb44adc9af0ff3fdae30 (patch) | |
tree | 58e759b9b8940d195ed666749e2cd0946e2abb86 /config.yml | |
parent | 9ca12a40f404ba15d67068087dc521be7d69eefb (diff) | |
download | homer-e41196e76e6b184fc918fb44adc9af0ff3fdae30.tar.gz homer-e41196e76e6b184fc918fb44adc9af0ff3fdae30.tar.zst homer-e41196e76e6b184fc918fb44adc9af0ff3fdae30.zip |
Deps update & minor UI adjustments
Diffstat (limited to 'config.yml')
-rw-r--r-- | config.yml | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -5,6 +5,7 @@ | |||
5 | title: "Simple homepage" | 5 | title: "Simple homepage" |
6 | subtitle: "Homer" | 6 | subtitle: "Homer" |
7 | logo: "assets/homer.png" | 7 | logo: "assets/homer.png" |
8 | icon: "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 |
17 | links: | 18 | links: |
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). |
28 | services: | 29 | services: |
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" |