]> git.immae.eu Git - github/bastienwirtz/homer.git/blame - config.yml
Merge pull request #8 from fbartels/subdir
[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:
13 style: "is-warning"
14 title: "Optional message!"
15 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."
16
17# Optional navbar
18links:
19 - name: "ansible"
e41196e7 20 icon: "fab fa-github"
09763dbf
BW
21 url: "https://github.com/xxxxx/ansible/"
22 - name: "Wiki"
e41196e7 23 icon: "fas fa-book"
09763dbf
BW
24 url: "https://wiki.xxxxxx.com/"
25
26# Services
27# First level array represent a group.
7312bdd6 28# Leave only a "items" key if not using group (group name, icon & tagstyle are optional, section separation will not be displayed).
09763dbf
BW
29services:
30 - name: "DevOps"
e41196e7 31 icon: "fas fa-code-branch"
09763dbf
BW
32 items:
33 - name: "Jenkins"
a489a0a3 34 logo: "assets/tools/jenkins.png"
09763dbf
BW
35 subtitle: "Continuous integration server"
36 tag: "CI"
37 url: "#"
38 - name: "RabbitMQ Management"
a489a0a3 39 logo: "assets/tools/rabbitmq.png"
09763dbf
BW
40 subtitle: "Manage & monitor RabbitMQ server"
41 tag: "haproxy"
7312bdd6 42 # Optional tagstyle
43 # Same styling options as the optional message.
a2fdb8a9 44 tagstyle: "is-success"
09763dbf
BW
45 url: "#"
46 - name: "Monitoring"
e41196e7 47 icon: "fas fa-heartbeat"
09763dbf
BW
48 items:
49 - name: "M/Monit"
a489a0a3 50 logo: "assets/tools/monit.png"
09763dbf
BW
51 subtitle: "Monitor & manage all monit enabled hosts"
52 tag: "monit"
53 url: "#"
54 - name: "Grafana"
a489a0a3 55 logo: "assets/tools/grafana.png"
09763dbf
BW
56 subtitle: "Metric analytics & dashboards"
57 url: "#"
58 - name: "Kibana"
a489a0a3 59 logo: "assets/tools/elastic.png"
09763dbf
BW
60 subtitle: "Explore & visualize logs"
61 tag: "elk"
62 url: "#"
63 - name: "Website monitoring"
a489a0a3 64 logo: "assets/tools/pingdom.png"
09763dbf
BW
65 subtitle: "Pingdom public reports overview"
66 tag: "CI"
67 url: "#"