From 1b5b447ac7536c69606935258b91c20d4eb24bde Mon Sep 17 00:00:00 2001 From: Dillon Date: Thu, 9 Jun 2022 23:24:07 +0800 Subject: feat(social): add Kaggle social link --- README.md | 2 +- README.zh-cn.md | 2 +- assets/data/social.yml | 8 ++++++++ config.toml | 1 + exampleSite/config.toml | 1 + exampleSite/content/about/index.en.md | 2 +- exampleSite/content/about/index.zh-cn.md | 2 +- exampleSite/content/posts/theme-documentation-basics/index.en.md | 1 + .../content/posts/theme-documentation-basics/index.zh-cn.md | 1 + 9 files changed, 16 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b98a750f..61889fa8 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ I hope you will LoveIt ❤️! * **Gravatar** supported by [Gravatar](https://gravatar.com) * Local **Avatar** supported -* Up to **67** social links supported +* Up to **68** social links supported * Up to **24** 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 ccf0d097..3081685e 100644 --- a/README.zh-cn.md +++ b/README.zh-cn.md @@ -80,7 +80,7 @@ * 支持 **[Gravatar](https://gravatar.com)** 头像 * 支持本地**头像** -* 支持多达 **67** 种社交链接 +* 支持多达 **68** 种社交链接 * 支持多达 **24** 种网站分享 * 支持 **[Disqus](https://disqus.com)** 评论系统 * 支持 **[Gitalk](https://github.com/gitalk/gitalk)** 评论系统 diff --git a/assets/data/social.yml b/assets/data/social.yml index 996558ca..56fd27f4 100644 --- a/assets/data/social.yml +++ b/assets/data/social.yml @@ -531,6 +531,14 @@ pleroma: Icon: Simpleicons: pleroma +# 068: Kaggle +kaggle: + Weight: 68 + Prefix: https://kaggle.com/ + Title: Kaggle + Icon: + Class: fab fa-kaggle fa-fw + # Email email: Weight: 99 diff --git a/config.toml b/config.toml index 30d2bd0a..f2708041 100644 --- a/config.toml +++ b/config.toml @@ -268,6 +268,7 @@ Lichess = "" ORCID = "" Pleroma = "" + Kaggle = "" Email = "" RSS = "" diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 86e6a2c4..2eec98de 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -350,6 +350,7 @@ enableEmoji = true Lichess = "" ORCID = "" Pleroma = "" + Kaggle = "" Email = "" RSS = "" diff --git a/exampleSite/content/about/index.en.md b/exampleSite/content/about/index.en.md index e4cb0a41..57469e8c 100644 --- a/exampleSite/content/about/index.en.md +++ b/exampleSite/content/about/index.en.md @@ -53,7 +53,7 @@ math: * :(far fa-user fa-fw): **Gravatar** supported by [Gravatar](https://gravatar.com) * :(fas fa-user-circle fa-fw): Local **Avatar** supported -* :(far fa-id-card fa-fw): Up to **67** social links supported +* :(far fa-id-card fa-fw): Up to **68** social links supported * :(fas fa-share-square fa-fw): Up to **24** share sites supported * :(far fa-comment fa-fw): **Disqus** comment system supported by [Disqus](https://disqus.com) * :(far fa-comment-dots fa-fw): **Gitalk** comment system supported by [Gitalk](https://github.com/gitalk/gitalk) diff --git a/exampleSite/content/about/index.zh-cn.md b/exampleSite/content/about/index.zh-cn.md index 2b7ff15e..31355d20 100644 --- a/exampleSite/content/about/index.zh-cn.md +++ b/exampleSite/content/about/index.zh-cn.md @@ -53,7 +53,7 @@ math: * :(far fa-user fa-fw): 支持 **[Gravatar](https://gravatar.com)** 头像 * :(fas fa-user-circle fa-fw): 支持本地**头像** -* :(far fa-id-card fa-fw): 支持多达 **67** 种社交链接 +* :(far fa-id-card fa-fw): 支持多达 **68** 种社交链接 * :(fas fa-share-square fa-fw): 支持多达 **24** 种网站分享 * :(far fa-comment fa-fw): 支持 **[Disqus](https://disqus.com)** 评论系统 * :(far fa-comment-dots fa-fw): 支持 **[Gitalk](https://github.com/gitalk/gitalk)** 评论系统 diff --git a/exampleSite/content/posts/theme-documentation-basics/index.en.md b/exampleSite/content/posts/theme-documentation-basics/index.en.md index a00df505..f48bcfe0 100644 --- a/exampleSite/content/posts/theme-documentation-basics/index.en.md +++ b/exampleSite/content/posts/theme-documentation-basics/index.en.md @@ -457,6 +457,7 @@ languageName = "English" Lichess = "" ORCID = "" Pleroma = "" + Kaggle = "" Email = "xxxx@xxxx.com" RSS = true # {{< version 0.2.0 >}} diff --git a/exampleSite/content/posts/theme-documentation-basics/index.zh-cn.md b/exampleSite/content/posts/theme-documentation-basics/index.zh-cn.md index 9031994b..fd72083b 100644 --- a/exampleSite/content/posts/theme-documentation-basics/index.zh-cn.md +++ b/exampleSite/content/posts/theme-documentation-basics/index.zh-cn.md @@ -461,6 +461,7 @@ hasCJKLanguage = true Lichess = "" ORCID = "" Pleroma = "" + Kaggle = "" Email = "xxxx@xxxx.com" RSS = true # {{< version 0.2.0 >}} -- cgit v1.2.3