From 9df0c0a8789feb7a2d6d3163fdeea68cdd321b76 Mon Sep 17 00:00:00 2001
From: Patrick Kollitsch <patrick@davids-neighbour.com>
Date: Mon, 21 Oct 2024 01:44:48 +0000
Subject: [PATCH] theme(fix): proper configuration for all networks

---
 config/_default/params.toml |  129 +++++++++++++++++++++++++++++++-----------
 1 files changed, 95 insertions(+), 34 deletions(-)

diff --git a/config/_default/params.toml b/config/_default/params.toml
index a1eba10..0b560f6 100644
--- a/config/_default/params.toml
+++ b/config/_default/params.toml
@@ -23,6 +23,7 @@
 [[ananke.social.networks]]
 slug = "bluesky"
 label = "Bluesky"
+color = "#1185fe"
 profile = "https://bsky.app/profile/%s"
 icon = "bluesky" # font awesome brand icon name
 link = "https://bsky.app/intent/compose"
@@ -50,8 +51,23 @@
 u = "permalink"
 
 [[ananke.social.networks]]
+slug = "github"
+label = "GitHub"
+color = "#6cc644"
+profile = "https://github.com/%s/"
+icon = "github" # font awesome brand icon name
+
+[[ananke.social.networks]]
+slug = "gitlab"
+label = "GitLab"
+color = "#FC6D26"
+profile = "https://gitlab.com/%s/"
+icon = "gitlab" # font awesome brand icon name
+
+[[ananke.social.networks]]
 slug = "hackernews"
 label = "Hacker News"
+color = "#ff4000"
 profile = "https://news.ycombinator.com/user?id=%s"
 icon = "hacker-news" # font awesome brand icon name
 link = "https://news.ycombinator.com/submitlink"
@@ -60,6 +76,20 @@
 t = "description"
 
 [[ananke.social.networks]]
+slug = "instagram"
+label = "Instagram"
+color = "#e1306c"
+profile = "https://www.instagram.com/%s/"
+icon = "instagram" # font awesome brand icon name
+
+[[ananke.social.networks]]
+slug = "keybase"
+label = "Keybase"
+color = "#3d76ff"
+profile = "https://keybase.io/%s"
+icon = "keybase" # font awesome brand icon name
+
+[[ananke.social.networks]]
 slug = "linkedin"
 label = "LinkedIn"
 color = "#0077b5"
@@ -74,8 +104,23 @@
 params = "mini=true"
 
 [[ananke.social.networks]]
+slug = "medium"
+label = "Medium"
+color = "#0077b5"
+profile = "https://medium.com/@%s/"
+icon = "medium" # font awesome brand icon name
+
+[[ananke.social.networks]]
+slug = "mastodon"
+label = "Mastodon"
+color = "#6364FF"
+profile = ""
+icon = "mastodon" # font awesome brand icon name
+
+[[ananke.social.networks]]
 slug = "pinterest"
 label = "Pinterest"
+color = "#e60023"
 profile = "https://www.pinterest.com/%s/"
 icon = "pinterest" # font awesome brand icon name
 link = "https://pinterest.com/pin/create/button/"
@@ -87,6 +132,7 @@
 [[ananke.social.networks]]
 slug = "reddit"
 label = "Reddit"
+color = "#ff4500"
 profile = "https://www.reddit.com/user/%s/"
 icon = "reddit" # font awesome brand icon name
 link = "https://reddit.com/submit/"
@@ -96,8 +142,30 @@
 params = "resubmit=true"
 
 [[ananke.social.networks]]
+slug = "rss"
+label = "RSS"
+color = "#ff6f1a"
+profile = ""
+icon = "rss" # font awesome free icon name
+
+[[ananke.social.networks]]
+slug = "slack"
+label = "Slack"
+color = "#E01E5A"
+profile = ""
+icon = "slack" # font awesome brand icon name
+
+[[ananke.social.networks]]
+slug = "stackoverflow"
+label = "Stack Overflow"
+color = "#f48024"
+profile = "https://stackoverflow.com/users/%s"
+icon = "stack-overflow" # font awesome brand icon name
+
+[[ananke.social.networks]]
 slug = "telegram"
 label = "Telegram"
+color = "#0088cc"
 profile = "https://t.me/%s"
 icon = "telegram" # font awesome brand icon name
 link = "https://telegram.me/share/url"
@@ -106,8 +174,16 @@
 url = "permalink"
 
 [[ananke.social.networks]]
+slug = "tiktok"
+label = "TikTok"
+color = "#fe2c55"
+profile = "https://www.tiktok.com/@%s"
+icon = "tiktok" # font awesome brand icon name
+
+[[ananke.social.networks]]
 slug = "tumblr"
 label = "Tumblr"
+color = "#35465c"
 profile = "https://www.tumblr.com/blog/%s"
 icon = "tumblr" # font awesome brand icon name
 link = "https://www.tumblr.com/widgets/share/tool"
@@ -133,6 +209,7 @@
 [[ananke.social.networks]]
 slug = "whatsapp"
 label = "WhatsApp"
+color = "#25d366"
 profile = false
 icon = "whatsapp" # font awesome brand icon name
 link = "whatsapp://send"
@@ -143,6 +220,7 @@
 [[ananke.social.networks]]
 slug = "xing"
 label = "Xing"
+color = "#026466"
 profile = "https://www.xing.com/profile/%s"
 icon = "xing" # font awesome brand icon name
 link = "https://www.xing.com/app/user"
@@ -152,37 +230,20 @@
 title = "title"
 params = "op=share"
 
-# @TODO add more networks
-# instagram:
-# label = "Instagram"
-# color = "#e1306c"
-# youtube:
-# label = "YouTube"
-# color = "#cd201f"
-# github:
-# label = "GitHub"
-# color = "#6cc644"
-# gitlab:
-# label = "GitLab"
-# color = "#FC6D26"
-# keybase:
-# label = "Keybase"
-# color = "#3d76ff"
-# medium:
-# label = "Medium"
-# color = "#0077b5"
-# mastodon:
-# label = "Mastodon"
-# color = "#6364FF"
-# slack:
-# label = "Slack"
-# color = "#E01E5A"
-# stackoverflow:
-# label = "Stack Overflow"
-# color = "#f48024"
-# rss:
-# label = "RSS"
-# color = "#ff6f1a"
-# tiktok:
-# label = "TikTok"
-# color = "#fe2c55"
+[[ananke.social.networks]]
+slug = "x-twitter"
+label = "X"
+color = "#000000"
+profile = "https://x.com/%s"
+icon = "x-twitter" # font awesome brand icon name
+link = "https://twitter.com/intent/tweet/"
+[ananke.social.networks.particles]
+text = "description"
+url = "permalink"
+
+[[ananke.social.networks]]
+slug = "youtube"
+label = "YouTube"
+color = "#cd201f"
+profile = "https://www.youtube.com/@%s"
+icon = "youtube" # font awesome brand icon name

--
Gitblit v1.10.0