diff options
Diffstat (limited to 'config.yml')
-rw-r--r-- | config.yml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2,7 +2,7 @@ | |||
2 | # Homepage configuration | 2 | # Homepage configuration |
3 | # See https://fontawesome.com/icons for icons options | 3 | # See https://fontawesome.com/icons for icons options |
4 | 4 | ||
5 | title: "Demo homepage" | 5 | title: "Demo dashboard" |
6 | subtitle: "Homer" | 6 | subtitle: "Homer" |
7 | logo: "assets/logo.png" | 7 | logo: "assets/logo.png" |
8 | # icon: "fas fa-skull-crossbones" Optional icon | 8 | # icon: "fas fa-skull-crossbones" Optional icon |
@@ -20,11 +20,11 @@ message: | |||
20 | links: | 20 | links: |
21 | - name: "ansible" | 21 | - name: "ansible" |
22 | icon: "fab fa-github" | 22 | icon: "fab fa-github" |
23 | url: "https://github.com/xxxxx/ansible/" | 23 | url: "https://github.com/bastienwirtz/homer" |
24 | target: '_blank' # optionnal html a tag target attribute | 24 | target: '_blank' # optionnal html a tag target attribute |
25 | - name: "Wiki" | 25 | - name: "Wiki" |
26 | icon: "fas fa-book" | 26 | icon: "fas fa-book" |
27 | url: "https://wiki.xxxxxx.com/" | 27 | url: "https://www.wikipedia.org/" |
28 | 28 | ||
29 | # Services | 29 | # Services |
30 | # First level array represent a group. | 30 | # First level array represent a group. |