]> git.immae.eu Git - github/bastienwirtz/homer.git/blame - config.yml
Added Hamburger Menu for small screens per Bulma spec.
[github/bastienwirtz/homer.git] / config.yml
CommitLineData
09763dbf
BW
1---
2# Homepage configuration
7312bdd6 3# See https://fontawesome.com/icons for icons options
09763dbf 4
5fe53dce 5title: "Demo homepage"
09763dbf 6subtitle: "Homer"
9baec9ae 7logo: "assets/logo.png"
5fe53dce 8# icon: "fas fa-skull-crossbones" Optional icon
51956c3a 9footer: '<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.
09763dbf
BW
10
11# Optional message
09763dbf 12message:
7fd9dc6f 13 # url: https://....
5fe53dce
BW
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"
09763dbf
BW
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"
5fe53dce 39 url: "https://jenkins.io/"
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"
5fe53dce 48 url: "https://www.rabbitmq.com/"
09763dbf 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"
5fe53dce 56 url: "https://mmonit.com/monit/"
09763dbf 57 - name: "Grafana"
a489a0a3 58 logo: "assets/tools/grafana.png"
09763dbf 59 subtitle: "Metric analytics & dashboards"
5fe53dce 60 url: "https://grafana.com/"
09763dbf 61 - name: "Kibana"
a489a0a3 62 logo: "assets/tools/elastic.png"
09763dbf
BW
63 subtitle: "Explore & visualize logs"
64 tag: "elk"
5fe53dce 65 url: "https://www.elastic.co/products/kibana"
09763dbf 66 - name: "Website monitoring"
a489a0a3 67 logo: "assets/tools/pingdom.png"
09763dbf
BW
68 subtitle: "Pingdom public reports overview"
69 tag: "CI"
5fe53dce 70 url: "https://www.pingdom.com/"