From b6a6c94e8b3eb3bb8afb972020f09d9d6b0a8d49 Mon Sep 17 00:00:00 2001 From: emrepbu <33737009+emrepbu@users.noreply.github.com> Date: Fri, 10 Jan 2025 21:12:47 +0300 Subject: [PATCH] Change config --- src/components/SocialList.astro | 9 +++++++-- src/components/layout/Header.astro | 2 +- src/pages/about.astro | 27 +-------------------------- src/pages/index.astro | 4 +--- src/site.config.ts | 10 +++++----- 5 files changed, 15 insertions(+), 37 deletions(-) diff --git a/src/components/SocialList.astro b/src/components/SocialList.astro index c6b61a9..b8be494 100644 --- a/src/components/SocialList.astro +++ b/src/components/SocialList.astro @@ -1,7 +1,7 @@ --- import { Icon } from "astro-icon/components"; -/** +/** Uses https://www.astroicon.dev/getting-started/ Find icons via guide: https://www.astroicon.dev/guides/customization/#open-source-icon-sets Only installed pack is: @iconify-json/mdi @@ -14,9 +14,14 @@ const socialLinks: { }[] = [ { friendlyName: "Github", - link: "https://github.com/chrismwilliams/astro-cactus", + link: "https://github.com/emrepbu/", name: "mdi:github", }, + { + friendlyName: "X", + link: "https://x.com/pbuemre/", + name: "mdi:twitter", + }, ]; --- diff --git a/src/components/layout/Header.astro b/src/components/layout/Header.astro index 85a1dbc..637d359 100644 --- a/src/components/layout/Header.astro +++ b/src/components/layout/Header.astro @@ -31,7 +31,7 @@ import { menuLinks } from "@/site.config"; fill="#53C68C"> - Astro Cactus + emrepbu