]> git.immae.eu Git - github/bastienwirtz/homer.git/blobdiff - config.yml
Merge pull request #8 from fbartels/subdir
[github/bastienwirtz/homer.git] / config.yml
index 3b0dec5aa5c7d02b7df87b82e15f876566760d16..2adddb181ea9478ce7a63cb20bc0e93c209c29df 100644 (file)
@@ -1,10 +1,10 @@
 ---
 # Homepage configuration
-# See https://fontawesome.com/v4.7.0/icons/ for icons options
+# See https://fontawesome.com/icons for icons options
 
 title: "Simple homepage"
 subtitle: "Homer"
-logo: "assets/homer.png"
+logo: "assets/logo.png"
 icon: "fas fa-skull-crossbones"
 
 # Optional message
@@ -25,40 +25,43 @@ links:
 
 # Services
 # First level array represent a group.
-# Leave only a "items" key if not using group (group name & icon are optional, section separation will not be displayed).
+# Leave only a "items" key if not using group (group name, icon & tagstyle are optional, section separation will not be displayed).
 services:
   - name: "DevOps"
     icon: "fas fa-code-branch"
     items:
       - name: "Jenkins"
-        logo: "/assets/tools/jenkins.png"
+        logo: "assets/tools/jenkins.png"
         subtitle: "Continuous integration server"
         tag: "CI"
         url: "#"
       - name: "RabbitMQ Management"
-        logo: "/assets/tools/rabbitmq.png"
+        logo: "assets/tools/rabbitmq.png"
         subtitle: "Manage & monitor RabbitMQ server"
         tag: "haproxy"
+        # Optional tagstyle
+        # Same styling options as the optional message.
+        tagstyle: "is-success"
         url: "#"
   - name: "Monitoring"
     icon: "fas fa-heartbeat"
     items:
       - name: "M/Monit"
-        logo: "/assets/tools/monit.png"
+        logo: "assets/tools/monit.png"
         subtitle: "Monitor & manage all monit enabled hosts"
         tag: "monit"
         url: "#"
       - name: "Grafana"
-        logo: "/assets/tools/grafana.png"
+        logo: "assets/tools/grafana.png"
         subtitle: "Metric analytics & dashboards"
         url: "#"
       - name: "Kibana"
-        logo: "/assets/tools/elastic.png"
+        logo: "assets/tools/elastic.png"
         subtitle: "Explore & visualize logs"
         tag: "elk"
         url: "#"
       - name: "Website monitoring"
-        logo: "/assets/tools/pingdom.png"
+        logo: "assets/tools/pingdom.png"
         subtitle: "Pingdom public reports overview"
         tag: "CI"
         url: "#"