From c3b30118c949bfee74d28e03e12acab100b3b588 Mon Sep 17 00:00:00 2001 From: n0tr00t <106423923+n0tr00teuorg@users.noreply.github.com> Date: Tue, 10 Jan 2023 11:49:57 +0000 Subject: [PATCH] :memo: Docs: add TikTok social link (#264) (#267) --- README.md | 2 +- README.zh-cn.md | 2 +- assets/data/social.yml | 8 ++++++++ config.toml | 1 + 4 files changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 89438880..5cb25e7d 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ You could add your FixIt site to the list in **nickname** lexicographical order * **Gravatar** supported by [Gravatar](https://gravatar.com) * Local **Avatar** supported -* Up to **86** social links supported +* Up to **87** social links supported * Up to **28** share sites supported * **Disqus** comment system supported by [Disqus](https://disqus.com) * **Gitalk** comment system supported by [Gitalk](https://github.com/gitalk/gitalk) diff --git a/README.zh-cn.md b/README.zh-cn.md index 8669f1f9..09b3cf9e 100644 --- a/README.zh-cn.md +++ b/README.zh-cn.md @@ -117,7 +117,7 @@ FixIt 主题继承了 LoveIt 等主题的优秀功能,并在它们的基础上 * 支持 **[Gravatar](https://gravatar.com)** 头像 * 支持本地**头像** -* 支持多达 **86** 种社交链接 +* 支持多达 **87** 种社交链接 * 支持多达 **28** 种网站分享 * 支持 **[Disqus](https://disqus.com)** 评论系统 * 支持 **[Gitalk](https://github.com/gitalk/gitalk)** 评论系统 diff --git a/assets/data/social.yml b/assets/data/social.yml index 390758d9..4f4e4dc2 100644 --- a/assets/data/social.yml +++ b/assets/data/social.yml @@ -657,6 +657,14 @@ douyin: Icon: Class: fa-brands fa-tiktok +# 084 TikTok +tiktok: + Weight: 84 + Title: TikTok + Prefix: https://www.tiktok.com/ + Icon: + Class: fa-brands fa-tiktok + # Phone phone: Weight: 997 diff --git a/config.toml b/config.toml index 3447144f..88f7b030 100644 --- a/config.toml +++ b/config.toml @@ -340,6 +340,7 @@ Feishu = "" TryHackMe = "" Douyin = "" + TikTok = "" Phone = "" Email = "" RSS = true