From fe1b070137e1a99529009b8417f2f2b3ed2f81d1 Mon Sep 17 00:00:00 2001 From: n0tr00teuorg Date: Tue, 10 Jan 2023 10:34:19 +0000 Subject: [PATCH] :memo: Docs: add douyin social link (#264) --- 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 216eeee4..89438880 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 **85** social links supported +* Up to **86** 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 e9bc83c1..8669f1f9 100644 --- a/README.zh-cn.md +++ b/README.zh-cn.md @@ -117,7 +117,7 @@ FixIt 主题继承了 LoveIt 等主题的优秀功能,并在它们的基础上 * 支持 **[Gravatar](https://gravatar.com)** 头像 * 支持本地**头像** -* 支持多达 **85** 种社交链接 +* 支持多达 **86** 种社交链接 * 支持多达 **28** 种网站分享 * 支持 **[Disqus](https://disqus.com)** 评论系统 * 支持 **[Gitalk](https://github.com/gitalk/gitalk)** 评论系统 diff --git a/assets/data/social.yml b/assets/data/social.yml index bd064c49..390758d9 100644 --- a/assets/data/social.yml +++ b/assets/data/social.yml @@ -649,6 +649,14 @@ tryhackme: Icon: Simpleicons: tryhackme +# 083 douyin +douyin: + Weight: 83 + Title: 抖音 + Prefix: https://www.douyin.com/user/ + Icon: + Class: fa-brands fa-tiktok + # Phone phone: Weight: 997 diff --git a/config.toml b/config.toml index 744dc0b1..3447144f 100644 --- a/config.toml +++ b/config.toml @@ -339,6 +339,7 @@ RootMe = "" Feishu = "" TryHackMe = "" + Douyin = "" Phone = "" Email = "" RSS = true