forked from extern/homer
Add some additional description for the tagstyle in README and config
- This also updates the FontAwesome URL in the config
This commit is contained in:
parent
ab3366baf4
commit
7312bdd6bc
@ -42,7 +42,7 @@ links:
|
|||||||
|
|
||||||
# Services
|
# Services
|
||||||
# First level array represent a group.
|
# 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:
|
services:
|
||||||
- name: "DevOps"
|
- name: "DevOps"
|
||||||
icon: "fa-code-fork"
|
icon: "fa-code-fork"
|
||||||
@ -58,6 +58,7 @@ services:
|
|||||||
logo: "/assets/tools/rabbitmq.png"
|
logo: "/assets/tools/rabbitmq.png"
|
||||||
subtitle: "Manage & monitor RabbitMQ server"
|
subtitle: "Manage & monitor RabbitMQ server"
|
||||||
tag: "haproxy"
|
tag: "haproxy"
|
||||||
|
# Optional tagstyle
|
||||||
tagstyle: "is-success"
|
tagstyle: "is-success"
|
||||||
url: "#"
|
url: "#"
|
||||||
- name: "Monitoring"
|
- name: "Monitoring"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
# Homepage configuration
|
# Homepage configuration
|
||||||
# See https://fontawesome.com/v4.7.0/icons/ for icons options
|
# See https://fontawesome.com/icons for icons options
|
||||||
|
|
||||||
title: "Simple homepage"
|
title: "Simple homepage"
|
||||||
subtitle: "Homer"
|
subtitle: "Homer"
|
||||||
@ -25,7 +25,7 @@ links:
|
|||||||
|
|
||||||
# Services
|
# Services
|
||||||
# First level array represent a group.
|
# 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:
|
services:
|
||||||
- name: "DevOps"
|
- name: "DevOps"
|
||||||
icon: "fas fa-code-branch"
|
icon: "fas fa-code-branch"
|
||||||
@ -39,6 +39,8 @@ services:
|
|||||||
logo: "/assets/tools/rabbitmq.png"
|
logo: "/assets/tools/rabbitmq.png"
|
||||||
subtitle: "Manage & monitor RabbitMQ server"
|
subtitle: "Manage & monitor RabbitMQ server"
|
||||||
tag: "haproxy"
|
tag: "haproxy"
|
||||||
|
# Optional tagstyle
|
||||||
|
# Same styling options as the optional message.
|
||||||
tagstyle: "is-success"
|
tagstyle: "is-success"
|
||||||
url: "#"
|
url: "#"
|
||||||
- name: "Monitoring"
|
- name: "Monitoring"
|
||||||
|
Loading…
Reference in New Issue
Block a user