From 4f3e709d8334f7f2634efa91450db96433c550d5 Mon Sep 17 00:00:00 2001
From: Patrick Kollitsch <patrick@davids-neighbour.com>
Date: Sun, 20 Oct 2024 05:47:56 +0000
Subject: [PATCH] theme(feat): social media follow links

---
 exampleSite/config.toml |   12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 2149a7f..63c06e7 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -38,6 +38,12 @@
 background_color_class = "bg-black"
 recent_posts_number = 3
 
-[[params.ananke_socials]]
-name = "twitter"
-url = "https://twitter.com/GoHugoIO"
+[params.ananke.social]
+[params.ananke.social.facebook]
+username = "patrick.kollitsch"
+
+[params.ananke.social.linkedin]
+username = "patrickkollitsch"
+
+[params.ananke.social.bluesky]
+username = "kollitsch.dev"

--
Gitblit v1.10.0