diff --git a/homepage/config/workspace/services.yaml b/homepage/config/workspace/services.yaml new file mode 100644 index 0000000..837ce28 --- /dev/null +++ b/homepage/config/workspace/services.yaml @@ -0,0 +1,18 @@ +--- +# For configuration options and examples, please see: +# https://gethomepage.dev/configs/services/ + +- My First Group: + - My First Service: + href: http://localhost/ + description: Homepage is awesome + +- My Second Group: + - My Second Service: + href: http://localhost/ + description: Homepage is the best + +- My Third Group: + - My Third Service: + href: http://localhost/ + description: Homepage is 😎 \ No newline at end of file