From 7312bdd6bc5b57349a72402077f9ed6da332be6c Mon Sep 17 00:00:00 2001 From: pdevq <45507854+pdevq@users.noreply.github.com> Date: Sun, 10 Nov 2019 10:05:49 -0500 Subject: Add some additional description for the tagstyle in README and config - This also updates the FontAwesome URL in the config --- config.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'config.yml') diff --git a/config.yml b/config.yml index 6570a5a..8060119 100644 --- a/config.yml +++ b/config.yml @@ -1,6 +1,6 @@ --- # 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" @@ -25,7 +25,7 @@ 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" @@ -39,6 +39,8 @@ services: 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" -- cgit v1.2.3