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