create-base-teek-theme
Version:
``` npm create base-teek-theme@latest my-first-blog ```
25 lines (23 loc) • 648 B
text/typescript
import { gitee, email, WhatsApp, telegram } from "vitepress-theme-base-teek";
export const SocialLinks = [
{
icon: { svg: gitee },
link: "https://gitee.com/SeasirHyde/teek-hyde",
},
{
icon: { svg: email },
link: "mailto:seasir666@gmail.com",
},
{
icon: { svg: WhatsApp },
link: "https://api.whatsapp.com/send/?phone=13527063419&text=Hello",
},
{
icon: { svg: telegram },
link: "https://t.me/seasir_Bot",
},
{
icon: "github",
link: "https://github.com/Kele-Bingtang/vitepress-theme-teek/tree/dev",
},
];