From 0bedb68753e7202326383fd10f7af563d7fbc24a Mon Sep 17 00:00:00 2001 From: Dawid Rycerz Date: Thu, 3 Jul 2025 13:02:11 +0300 Subject: Initial customization --- src/components/SocialList.astro | 29 +++++++++++++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) (limited to 'src/components/SocialList.astro') diff --git a/src/components/SocialList.astro b/src/components/SocialList.astro index 00e7f97..96b8d94 100644 --- a/src/components/SocialList.astro +++ b/src/components/SocialList.astro @@ -13,10 +13,35 @@ const socialLinks: { name: string; }[] = [ { - friendlyName: "Github", - link: "https://github.com/chrismwilliams/astro-cactus", + friendlyName: "Mastodon", + link: "https://mastodon.social/@dawid@social.craftknight.com", + name: "mdi:mastodon", + }, + { + friendlyName: "Codeberg", + link: "https://codeberg.org/knightdave", + name: "mdi:git", + }, + { + friendlyName: "RSS", + link: "https://www.rycerz.xyz/rss.xml", + name: "mdi:rss", + }, + { + friendlyName: "GitHub", + link: "https://github.com/knightdave", name: "mdi:github", }, + { + friendlyName: "GitLab", + link: "https://gitlab.com/knightdave", + name: "mdi:gitlab", + }, + { + friendlyName: "LinkedIn", + link: "https://www.linkedin.com/in/rycerzxyz", + name: "mdi:linkedin", + }, ]; --- -- cgit v1.2.3