homer/config.yml

71 lines
2.6 KiB
YAML
Raw Normal View History

2018-06-14 07:14:05 +02:00
---
# Homepage configuration
# See https://fontawesome.com/icons for icons options
2018-06-14 07:14:05 +02:00
2020-01-15 07:23:38 +01:00
title: "Demo homepage"
2018-06-14 07:14:05 +02:00
subtitle: "Homer"
2019-02-18 09:23:20 +01:00
logo: "assets/logo.png"
2020-01-15 07:23:38 +01:00
# icon: "fas fa-skull-crossbones" Optional icon
2020-02-27 06:56:25 +01:00
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.
2018-06-14 07:14:05 +02:00
# Optional message
message:
# url: https://....
2020-01-15 07:23:38 +01:00
style: "is-dark" # See https://bulma.io/documentation/components/message/#colors for styling options.
title: "Demo !"
content: "This is a dummy homepage demo. Find more information on github.com/bastienwirtz/homer"
2018-06-14 07:14:05 +02:00
# Optional navbar
links:
- name: "ansible"
2018-11-13 06:14:38 +01:00
icon: "fab fa-github"
2018-06-14 07:14:05 +02:00
url: "https://github.com/xxxxx/ansible/"
2020-01-13 07:04:26 +01:00
target: '_blank' # optionnal html a tag target attribute
2018-06-14 07:14:05 +02:00
- name: "Wiki"
2018-11-13 06:14:38 +01:00
icon: "fas fa-book"
2018-06-14 07:14:05 +02:00
url: "https://wiki.xxxxxx.com/"
# Services
# First level array represent a group.
# Leave only a "items" key if not using group (group name, icon & tagstyle are optional, section separation will not be displayed).
2018-06-14 07:14:05 +02:00
services:
- name: "DevOps"
2018-11-13 06:14:38 +01:00
icon: "fas fa-code-branch"
2018-06-14 07:14:05 +02:00
items:
- name: "Jenkins"
logo: "assets/tools/jenkins.png"
2018-06-14 07:14:05 +02:00
subtitle: "Continuous integration server"
tag: "CI"
2020-01-15 07:23:38 +01:00
url: "https://jenkins.io/"
2020-01-13 07:04:26 +01:00
target: '_blank' # optionnal html a tag target attribute
2018-06-14 07:14:05 +02:00
- name: "RabbitMQ Management"
logo: "assets/tools/rabbitmq.png"
2018-06-14 07:14:05 +02:00
subtitle: "Manage & monitor RabbitMQ server"
tag: "haproxy"
# Optional tagstyle
# Same styling options as the optional message.
2019-10-23 23:29:55 +02:00
tagstyle: "is-success"
2020-01-15 07:23:38 +01:00
url: "https://www.rabbitmq.com/"
2018-06-14 07:14:05 +02:00
- name: "Monitoring"
2018-11-13 06:14:38 +01:00
icon: "fas fa-heartbeat"
2018-06-14 07:14:05 +02:00
items:
- name: "M/Monit"
logo: "assets/tools/monit.png"
2018-06-14 07:14:05 +02:00
subtitle: "Monitor & manage all monit enabled hosts"
tag: "monit"
2020-01-15 07:23:38 +01:00
url: "https://mmonit.com/monit/"
2018-06-14 07:14:05 +02:00
- name: "Grafana"
logo: "assets/tools/grafana.png"
2018-06-14 07:14:05 +02:00
subtitle: "Metric analytics & dashboards"
2020-01-15 07:23:38 +01:00
url: "https://grafana.com/"
2018-06-14 07:14:05 +02:00
- name: "Kibana"
logo: "assets/tools/elastic.png"
2018-06-14 07:14:05 +02:00
subtitle: "Explore & visualize logs"
tag: "elk"
2020-01-15 07:23:38 +01:00
url: "https://www.elastic.co/products/kibana"
2018-06-14 07:14:05 +02:00
- name: "Website monitoring"
logo: "assets/tools/pingdom.png"
2018-06-14 07:14:05 +02:00
subtitle: "Pingdom public reports overview"
tag: "CI"
2020-01-15 07:23:38 +01:00
url: "https://www.pingdom.com/"