]> git.immae.eu Git - github/bastienwirtz/homer.git/blob - config.yml
e8c4352b275520b41c37d8850da709a4fb0a7db8
[github/bastienwirtz/homer.git] / config.yml
1 ---
2 # Homepage configuration
3 # See https://fontawesome.com/icons for icons options
4
5 title: "Demo homepage"
6 subtitle: "Homer"
7 logo: "assets/logo.png"
8 # icon: "fas fa-skull-crossbones" Optional icon
9 footer: '<p>Created with <span class="has-text-danger">❤️</span> with <a href="https://bulma.io/">bulma</a>, <a href="https://vuejs.org/">vuejs</a> & <a href="https://fontawesome.com/">font awesome</a> // Fork me on <a href="https://github.com/bastienwirtz/homer"><i class="fab fa-github-alt"></i></a></p>' # set false if you want to hide it.
10
11 # Optional message
12 message:
13 # url: https://....
14 style: "is-dark" # See https://bulma.io/documentation/components/message/#colors for styling options.
15 title: "Demo !"
16 content: "This is a dummy homepage demo. Find more information on github.com/bastienwirtz/homer"
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: "https://jenkins.io/"
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: "https://www.rabbitmq.com/"
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: "https://mmonit.com/monit/"
57 - name: "Grafana"
58 logo: "assets/tools/grafana.png"
59 subtitle: "Metric analytics & dashboards"
60 url: "https://grafana.com/"
61 - name: "Kibana"
62 logo: "assets/tools/elastic.png"
63 subtitle: "Explore & visualize logs"
64 tag: "elk"
65 url: "https://www.elastic.co/products/kibana"
66 - name: "Website monitoring"
67 logo: "assets/tools/pingdom.png"
68 subtitle: "Pingdom public reports overview"
69 tag: "CI"
70 url: "https://www.pingdom.com/"