aboutsummaryrefslogtreecommitdiffhomepage
path: root/config.yml
diff options
context:
space:
mode:
Diffstat (limited to 'config.yml')
-rw-r--r--config.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.yml b/config.yml
index 1b97458..71915ce 100644
--- a/config.yml
+++ b/config.yml
@@ -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
5title: "Demo homepage" 5title: "Demo dashboard"
6subtitle: "Homer" 6subtitle: "Homer"
7logo: "assets/logo.png" 7logo: "assets/logo.png"
8# icon: "fas fa-skull-crossbones" Optional icon 8# icon: "fas fa-skull-crossbones" Optional icon
@@ -20,11 +20,11 @@ message:
20links: 20links:
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.