diff options
Diffstat (limited to 'config.yml')
-rw-r--r-- | config.yml | 24 |
1 files changed, 12 insertions, 12 deletions
@@ -2,18 +2,18 @@ | |||
2 | # Homepage configuration | 2 | # Homepage configuration |
3 | # See https://fontawesome.com/icons for icons options | 3 | # See https://fontawesome.com/icons for icons options |
4 | 4 | ||
5 | title: "Simple homepage" | 5 | title: "Demo homepage" |
6 | subtitle: "Homer" | 6 | subtitle: "Homer" |
7 | logo: "assets/logo.png" | 7 | logo: "assets/logo.png" |
8 | icon: "fas fa-skull-crossbones" | 8 | # icon: "fas fa-skull-crossbones" Optional icon |
9 | 9 | ||
10 | # Optional message | 10 | # Optional message |
11 | # See https://bulma.io/documentation/components/message/#colors for styling options. | 11 | # |
12 | message: | 12 | message: |
13 | # url: https://.... | 13 | # url: https://.... |
14 | style: "is-warning" | 14 | style: "is-dark" # See https://bulma.io/documentation/components/message/#colors for styling options. |
15 | title: "Optional message!" | 15 | title: "Demo !" |
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." | 16 | content: "This is a dummy homepage demo. Find more information on github.com/bastienwirtz/homer" |
17 | 17 | ||
18 | # Optional navbar | 18 | # Optional navbar |
19 | links: | 19 | links: |
@@ -36,7 +36,7 @@ services: | |||
36 | logo: "assets/tools/jenkins.png" | 36 | logo: "assets/tools/jenkins.png" |
37 | subtitle: "Continuous integration server" | 37 | subtitle: "Continuous integration server" |
38 | tag: "CI" | 38 | tag: "CI" |
39 | url: "#" | 39 | url: "https://jenkins.io/" |
40 | target: '_blank' # optionnal html a tag target attribute | 40 | target: '_blank' # optionnal html a tag target attribute |
41 | - name: "RabbitMQ Management" | 41 | - name: "RabbitMQ Management" |
42 | logo: "assets/tools/rabbitmq.png" | 42 | logo: "assets/tools/rabbitmq.png" |
@@ -45,7 +45,7 @@ services: | |||
45 | # Optional tagstyle | 45 | # Optional tagstyle |
46 | # Same styling options as the optional message. | 46 | # Same styling options as the optional message. |
47 | tagstyle: "is-success" | 47 | tagstyle: "is-success" |
48 | url: "#" | 48 | url: "https://www.rabbitmq.com/" |
49 | - name: "Monitoring" | 49 | - name: "Monitoring" |
50 | icon: "fas fa-heartbeat" | 50 | icon: "fas fa-heartbeat" |
51 | items: | 51 | items: |
@@ -53,18 +53,18 @@ services: | |||
53 | logo: "assets/tools/monit.png" | 53 | logo: "assets/tools/monit.png" |
54 | subtitle: "Monitor & manage all monit enabled hosts" | 54 | subtitle: "Monitor & manage all monit enabled hosts" |
55 | tag: "monit" | 55 | tag: "monit" |
56 | url: "#" | 56 | url: "https://mmonit.com/monit/" |
57 | - name: "Grafana" | 57 | - name: "Grafana" |
58 | logo: "assets/tools/grafana.png" | 58 | logo: "assets/tools/grafana.png" |
59 | subtitle: "Metric analytics & dashboards" | 59 | subtitle: "Metric analytics & dashboards" |
60 | url: "#" | 60 | url: "https://grafana.com/" |
61 | - name: "Kibana" | 61 | - name: "Kibana" |
62 | logo: "assets/tools/elastic.png" | 62 | logo: "assets/tools/elastic.png" |
63 | subtitle: "Explore & visualize logs" | 63 | subtitle: "Explore & visualize logs" |
64 | tag: "elk" | 64 | tag: "elk" |
65 | url: "#" | 65 | url: "https://www.elastic.co/products/kibana" |
66 | - name: "Website monitoring" | 66 | - name: "Website monitoring" |
67 | logo: "assets/tools/pingdom.png" | 67 | logo: "assets/tools/pingdom.png" |
68 | subtitle: "Pingdom public reports overview" | 68 | subtitle: "Pingdom public reports overview" |
69 | tag: "CI" | 69 | tag: "CI" |
70 | url: "#" | 70 | url: "https://www.pingdom.com/" |