From 11f326cbf79d549ec33e158bc08e89f9c60cf678 Mon Sep 17 00:00:00 2001 From: Dan Cuomo Date: Sat, 21 May 2022 20:48:29 -0400 Subject: [PATCH 1/2] add lichess social icon --- assets/data/social.yml | 8 ++++++++ config.toml | 1 + exampleSite/config.toml | 1 + 3 files changed, 10 insertions(+) diff --git a/assets/data/social.yml b/assets/data/social.yml index 0079e822..58be3b1e 100644 --- a/assets/data/social.yml +++ b/assets/data/social.yml @@ -509,6 +509,14 @@ discordInvite: Icon: Class: fab fa-discord fa-fw +# 065: Lichess user profile +lichess: + Weight: 65 + Prefix: https://lichess.org/@/ + Title: Lichess + Icon: + Simpleicons: lichess + # Email email: Weight: 99 diff --git a/config.toml b/config.toml index a38391cc..d1827b9d 100644 --- a/config.toml +++ b/config.toml @@ -265,6 +265,7 @@ Bilibili = "" Discord = "" DiscordInvite = "" + Lichess = "" Email = "" RSS = "" diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 5c79bf9d..ad10a353 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -347,6 +347,7 @@ enableEmoji = true Bilibili = "" Discord = "" DiscordInvite = "" + Lichess = "" Email = "" RSS = "" From ddcb0025b367dce644bb94f811debf69ad03867d Mon Sep 17 00:00:00 2001 From: Dillon Date: Sun, 22 May 2022 23:27:39 +0800 Subject: [PATCH 2/2] chore: lichess social link in docs --- README.md | 2 +- README.zh-cn.md | 2 +- exampleSite/content/about/index.en.md | 2 +- exampleSite/content/about/index.zh-cn.md | 2 +- .../content/posts/theme-documentation-basics/index.en.md | 1 + .../content/posts/theme-documentation-basics/index.zh-cn.md | 1 + 6 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4b4e5bcd..dd6bda51 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ I hope you will LoveIt ❤️! * **Gravatar** supported by [Gravatar](https://gravatar.com) * Local **Avatar** supported -* Up to **66** social links supported +* Up to **67** 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 db71b5f6..c136724c 100644 --- a/README.zh-cn.md +++ b/README.zh-cn.md @@ -79,7 +79,7 @@ * 支持 **[Gravatar](https://gravatar.com)** 头像 * 支持本地**头像** -* 支持多达 **66** 种社交链接 +* 支持多达 **67** 种社交链接 * 支持多达 **24** 种网站分享 * 支持 **[Disqus](https://disqus.com)** 评论系统 * 支持 **[Gitalk](https://github.com/gitalk/gitalk)** 评论系统 diff --git a/exampleSite/content/about/index.en.md b/exampleSite/content/about/index.en.md index 5b6d8419..0c257b9f 100644 --- a/exampleSite/content/about/index.en.md +++ b/exampleSite/content/about/index.en.md @@ -52,7 +52,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 **66** social links supported +* :(far fa-id-card fa-fw): Up to **67** 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 4e205532..7fcd409a 100644 --- a/exampleSite/content/about/index.zh-cn.md +++ b/exampleSite/content/about/index.zh-cn.md @@ -52,7 +52,7 @@ math: * :(far fa-user fa-fw): 支持 **[Gravatar](https://gravatar.com)** 头像 * :(fas fa-user-circle fa-fw): 支持本地**头像** -* :(far fa-id-card fa-fw): 支持多达 **66** 种社交链接 +* :(far fa-id-card fa-fw): 支持多达 **67** 种社交链接 * :(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 6f541843..a4b543b6 100644 --- a/exampleSite/content/posts/theme-documentation-basics/index.en.md +++ b/exampleSite/content/posts/theme-documentation-basics/index.en.md @@ -405,6 +405,7 @@ Please open the code block below to view the complete sample configuration :(far Bilibili = "" Discord = "" DiscordInvite = "" + Lichess = "" 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 f08e6e2f..22d25cf1 100644 --- a/exampleSite/content/posts/theme-documentation-basics/index.zh-cn.md +++ b/exampleSite/content/posts/theme-documentation-basics/index.zh-cn.md @@ -407,6 +407,7 @@ hugo Bilibili = "" Discord = "" DiscordInvite = "" + Lichess = "" Email = "xxxx@xxxx.com" RSS = true # {{< version 0.2.0 >}}