aboutsummaryrefslogtreecommitdiffhomepage
path: root/config.yml
diff options
context:
space:
mode:
authorBastien Wirtz <bastien.wirtz@gmail.com>2020-01-12 22:04:26 -0800
committerBastien Wirtz <bastien.wirtz@gmail.com>2020-01-12 22:04:26 -0800
commit56c69e0d6bd7265afec6cd66a4875ebf6357ea7d (patch)
tree60c3d407e1eb6a0d22c970d9434e86a0c92565ff /config.yml
parent2e7bedd13e0ce409e5bfa45095a9154463257870 (diff)
downloadhomer-56c69e0d6bd7265afec6cd66a4875ebf6357ea7d.tar.gz
homer-56c69e0d6bd7265afec6cd66a4875ebf6357ea7d.tar.zst
homer-56c69e0d6bd7265afec6cd66a4875ebf6357ea7d.zip
Adding support for custom links target
Diffstat (limited to 'config.yml')
-rw-r--r--config.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.yml b/config.yml
index 7288da6..3d87016 100644
--- a/config.yml
+++ b/config.yml
@@ -20,6 +20,7 @@ links:
20 - name: "ansible" 20 - name: "ansible"
21 icon: "fab fa-github" 21 icon: "fab fa-github"
22 url: "https://github.com/xxxxx/ansible/" 22 url: "https://github.com/xxxxx/ansible/"
23 target: '_blank' # optionnal html a tag target attribute
23 - name: "Wiki" 24 - name: "Wiki"
24 icon: "fas fa-book" 25 icon: "fas fa-book"
25 url: "https://wiki.xxxxxx.com/" 26 url: "https://wiki.xxxxxx.com/"
@@ -36,6 +37,7 @@ services:
36 subtitle: "Continuous integration server" 37 subtitle: "Continuous integration server"
37 tag: "CI" 38 tag: "CI"
38 url: "#" 39 url: "#"
40 target: '_blank' # optionnal html a tag target attribute
39 - name: "RabbitMQ Management" 41 - name: "RabbitMQ Management"
40 logo: "assets/tools/rabbitmq.png" 42 logo: "assets/tools/rabbitmq.png"
41 subtitle: "Manage & monitor RabbitMQ server" 43 subtitle: "Manage & monitor RabbitMQ server"