]> git.immae.eu Git - github/bastienwirtz/homer.git/blame - config.yml
Adding support for custom links target
[github/bastienwirtz/homer.git] / config.yml
CommitLineData
09763dbf
BW
1---
2# Homepage configuration
7312bdd6 3# See https://fontawesome.com/icons for icons options
09763dbf
BW
4
5title: "Simple homepage"
6subtitle: "Homer"
9baec9ae 7logo: "assets/logo.png"
e41196e7 8icon: "fas fa-skull-crossbones"
09763dbf
BW
9
10# Optional message
11# See https://bulma.io/documentation/components/message/#colors for styling options.
12message:
7fd9dc6f 13 # url: https://....
09763dbf
BW
14 style: "is-warning"
15 title: "Optional message!"
16 content: "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque risus mi, tempus quis placerat ut, porta nec nulla. Vestibulum rhoncus ac ex sit amet fringilla. Nullam gravida purus diam, et dictum felis venenatis efficitur. Aenean ac eleifend lacus, in mollis lectus. Donec sodales, arcu et sollicitudin porttitor, tortor urna tempor ligula."
17
18# Optional navbar
19links:
20 - name: "ansible"
e41196e7 21 icon: "fab fa-github"
09763dbf 22 url: "https://github.com/xxxxx/ansible/"
56c69e0d 23 target: '_blank' # optionnal html a tag target attribute
09763dbf 24 - name: "Wiki"
e41196e7 25 icon: "fas fa-book"
09763dbf
BW
26 url: "https://wiki.xxxxxx.com/"
27
28# Services
29# First level array represent a group.
7312bdd6 30# Leave only a "items" key if not using group (group name, icon & tagstyle are optional, section separation will not be displayed).
09763dbf
BW
31services:
32 - name: "DevOps"
e41196e7 33 icon: "fas fa-code-branch"
09763dbf
BW
34 items:
35 - name: "Jenkins"
a489a0a3 36 logo: "assets/tools/jenkins.png"
09763dbf
BW
37 subtitle: "Continuous integration server"
38 tag: "CI"
39 url: "#"
56c69e0d 40 target: '_blank' # optionnal html a tag target attribute
09763dbf 41 - name: "RabbitMQ Management"
a489a0a3 42 logo: "assets/tools/rabbitmq.png"
09763dbf
BW
43 subtitle: "Manage & monitor RabbitMQ server"
44 tag: "haproxy"
7312bdd6 45 # Optional tagstyle
46 # Same styling options as the optional message.
a2fdb8a9 47 tagstyle: "is-success"
09763dbf
BW
48 url: "#"
49 - name: "Monitoring"
e41196e7 50 icon: "fas fa-heartbeat"
09763dbf
BW
51 items:
52 - name: "M/Monit"
a489a0a3 53 logo: "assets/tools/monit.png"
09763dbf
BW
54 subtitle: "Monitor & manage all monit enabled hosts"
55 tag: "monit"
56 url: "#"
57 - name: "Grafana"
a489a0a3 58 logo: "assets/tools/grafana.png"
09763dbf
BW
59 subtitle: "Metric analytics & dashboards"
60 url: "#"
61 - name: "Kibana"
a489a0a3 62 logo: "assets/tools/elastic.png"
09763dbf
BW
63 subtitle: "Explore & visualize logs"
64 tag: "elk"
65 url: "#"
66 - name: "Website monitoring"
a489a0a3 67 logo: "assets/tools/pingdom.png"
09763dbf
BW
68 subtitle: "Pingdom public reports overview"
69 tag: "CI"
70 url: "#"