social
展示社群平台連結。
格式
type Social = {
name: string;
href: string;
icon: string;
};
範例
export const social: Social[] = [
{
name: "Github: yd-tw",
href: "https://github.com/yd-tw",
icon: "skill-icons:github-light",
},
{
name: "Youtube: YD遊戲頻",
href: "https://www.youtube.com/@playeryd",
icon: "logos:youtube-icon",
},
{
name: "Facebook: 楊光地",
href: "https://www.facebook.com/profile.php?id=100022136377891",
icon: "logos:facebook",
},
{
name: "Instagram: guangdiy",
href: "https://www.instagram.com/guangdiy/",
icon: "skill-icons:instagram",
},
{
name: "Threads: guangdiy",
href: "https://www.threads.net/@guangdiy",
icon: "bi:threads-fill",
},
];
Last updated on