From 8bd6b5c9f2ec784a460f8365be432e3b75fd515e Mon Sep 17 00:00:00 2001 From: Gal Date: Sat, 30 Dec 2023 02:34:29 +0100 Subject: [PATCH] Add settings.yaml --- homepage/config/bookmarks.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 homepage/config/bookmarks.yaml diff --git a/homepage/config/bookmarks.yaml b/homepage/config/bookmarks.yaml new file mode 100644 index 0000000..b719552 --- /dev/null +++ b/homepage/config/bookmarks.yaml @@ -0,0 +1,15 @@ +- Developer: + - Github: + - abbr: GH + href: https://github.com/ + +- Social: + - Redditdit: + - icon: reddit.png + href: https://reddit.com/ + description: The front page of the internet + +- Entertainment: + - YouTube: + - abbr: YT + href: https://youtube.com/ \ No newline at end of file