From 78c947766951e14d1f6db290c0ab03ccc8f1ebc3 Mon Sep 17 00:00:00 2001 From: Mindfreak9100 Date: Wed, 28 Sep 2022 16:16:51 -0400 Subject: [PATCH] Update setting.yaml mapping --- src/skeleton/services.yaml | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/src/skeleton/services.yaml b/src/skeleton/services.yaml index 9514f67ed..a06b92860 100644 --- a/src/skeleton/services.yaml +++ b/src/skeleton/services.yaml @@ -3,16 +3,21 @@ # https://github.com/benphelps/homepage/wiki/Services - My First Group: - - My First Service: - href: http://localhost/ - description: Homepage is awesome - + icon: 'https://cdn-icons-png.flaticon.com/512/252/252035.png' + services: + - My First Service: + icon: "https://cdn-icons-png.flaticon.com/512/1835/1835948.png" + href: http://localhost/ + description: Homepage is awesome - My Second Group: - - My Second Service: - href: http://localhost/ - description: Homepage is the best + services: + - My Second Service: + href: http://localhost/ + description: Homepage is the best - My Third Group: - - My Third Service: - href: http://localhost/ - description: Homepage is 😎 + icon: 'https://cdn-icons-png.flaticon.com/512/2382/2382533.png' + services: + - My Third Service: + href: http://localhost/ + description: Homepage is 😎