diff options
author | Bastien Wirtz <bastien.wirtz@gmail.com> | 2020-05-25 15:07:03 -0700 |
---|---|---|
committer | Bastien Wirtz <bastien.wirtz@gmail.com> | 2020-05-25 15:07:03 -0700 |
commit | b9c5fcf085bed9c6100283133531b36bfbb06cf0 (patch) | |
tree | 7baa4d16c9d6c06745727c7c273065a29b8fc1d7 /config.yml | |
parent | ab7ac44c191e3b7dea696e76b74097e23f73b18c (diff) | |
download | homer-b9c5fcf085bed9c6100283133531b36bfbb06cf0.tar.gz homer-b9c5fcf085bed9c6100283133531b36bfbb06cf0.tar.zst homer-b9c5fcf085bed9c6100283133531b36bfbb06cf0.zip |
Build system integration using vue-cli.
Diffstat (limited to 'config.yml')
-rw-r--r-- | config.yml | 71 |
1 files changed, 0 insertions, 71 deletions
diff --git a/config.yml b/config.yml deleted file mode 100644 index c5231c4..0000000 --- a/config.yml +++ /dev/null | |||
@@ -1,71 +0,0 @@ | |||
1 | --- | ||
2 | # Homepage configuration | ||
3 | # See https://fontawesome.com/icons for icons options | ||
4 | |||
5 | title: "Demo dashboard" | ||
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: [] # Allows for navbar (dark mode, layout, and search) without any links | ||
20 | links: | ||
21 | - name: "ansible" | ||
22 | icon: "fab fa-github" | ||
23 | url: "https://github.com/bastienwirtz/homer" | ||
24 | target: '_blank' # optional html a tag target attribute | ||
25 | - name: "Wiki" | ||
26 | icon: "fas fa-book" | ||
27 | url: "https://www.wikipedia.org/" | ||
28 | |||
29 | # Services | ||
30 | # First level array represent a group. | ||
31 | # Leave only a "items" key if not using group (group name, icon & tagstyle are optional, section separation will not be displayed). | ||
32 | services: | ||
33 | - name: "DevOps" | ||
34 | icon: "fas fa-code-branch" | ||
35 | items: | ||
36 | - name: "Jenkins" | ||
37 | logo: "assets/tools/jenkins.png" | ||
38 | subtitle: "Continuous integration server" | ||
39 | tag: "CI" | ||
40 | url: "https://jenkins.io/" | ||
41 | target: '_blank' # optional html a tag target attribute | ||
42 | - name: "RabbitMQ Management" | ||
43 | logo: "assets/tools/rabbitmq.png" | ||
44 | subtitle: "Manage & monitor RabbitMQ server" | ||
45 | tag: "haproxy" | ||
46 | # Optional tagstyle | ||
47 | # Same styling options as the optional message. | ||
48 | tagstyle: "is-success" | ||
49 | url: "https://www.rabbitmq.com/" | ||
50 | - name: "Monitoring" | ||
51 | icon: "fas fa-heartbeat" | ||
52 | items: | ||
53 | - name: "M/Monit" | ||
54 | logo: "assets/tools/monit.png" | ||
55 | subtitle: "Monitor & manage all monit enabled hosts" | ||
56 | tag: "monit" | ||
57 | url: "https://mmonit.com/monit/" | ||
58 | - name: "Grafana" | ||
59 | logo: "assets/tools/grafana.png" | ||
60 | subtitle: "Metric analytics & dashboards" | ||
61 | url: "https://grafana.com/" | ||
62 | - name: "Kibana" | ||
63 | logo: "assets/tools/elastic.png" | ||
64 | subtitle: "Explore & visualize logs" | ||
65 | tag: "elk" | ||
66 | url: "https://www.elastic.co/products/kibana" | ||
67 | - name: "Website monitoring" | ||
68 | logo: "assets/tools/pingdom.png" | ||
69 | subtitle: "Pingdom public reports overview" | ||
70 | tag: "CI" | ||
71 | url: "https://www.pingdom.com/" | ||