]> git.immae.eu Git - github/bastienwirtz/homer.git/blob - config.yml
Initial commit
[github/bastienwirtz/homer.git] / config.yml
1 ---
2 # Homepage configuration
3 # See https://fontawesome.com/v4.7.0/icons/ for icons options
4
5 title: "Simple homepage"
6 subtitle: "Homer"
7 logo: "assets/homer.png"
8
9 # Optional message
10 # See https://bulma.io/documentation/components/message/#colors for styling options.
11 message:
12 style: "is-warning"
13 title: "Optional message!"
14 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."
15
16 # Optional navbar
17 links:
18 - name: "ansible"
19 icon: "fa-github"
20 url: "https://github.com/xxxxx/ansible/"
21 - name: "Wiki"
22 icon: "fa-book"
23 url: "https://wiki.xxxxxx.com/"
24
25 # Services
26 # First level array represent a group.
27 # Leave only a "items" key if not using group (group name & icon are optional, section separation will not be displayed).
28 services:
29 - name: "DevOps"
30 icon: "fa-code-fork"
31 items:
32 - name: "Jenkins"
33 logo: "/assets/tools/jenkins.png"
34 subtitle: "Continuous integration server"
35 tag: "CI"
36 url: "#"
37 - name: "RabbitMQ Management"
38 logo: "/assets/tools/rabbitmq.png"
39 subtitle: "Manage & monitor RabbitMQ server"
40 tag: "haproxy"
41 url: "#"
42 - name: "Monitoring"
43 icon: "fa-heartbeat"
44 items:
45 - name: "M/Monit"
46 logo: "/assets/tools/monit.png"
47 subtitle: "Monitor & manage all monit enabled hosts"
48 tag: "monit"
49 url: "#"
50 - name: "Grafana"
51 logo: "/assets/tools/grafana.png"
52 subtitle: "Metric analytics & dashboards"
53 url: "#"
54 - name: "Kibana"
55 logo: "/assets/tools/elastic.png"
56 subtitle: "Explore & visualize logs"
57 tag: "elk"
58 url: "#"
59 - name: "Website monitoring"
60 logo: "/assets/tools/pingdom.png"
61 subtitle: "Pingdom public reports overview"
62 tag: "CI"
63 url: "#"