mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-22 14:56:19 +01:00
Merge pull request #678 from drc56/add-lichess-social
add lichess social icon
This commit is contained in:
commit
050e7fa0e0
9 changed files with 16 additions and 4 deletions
|
@ -84,7 +84,7 @@ I hope you will LoveIt ❤️!
|
||||||
|
|
||||||
* **Gravatar** supported by [Gravatar](https://gravatar.com)
|
* **Gravatar** supported by [Gravatar](https://gravatar.com)
|
||||||
* Local **Avatar** supported
|
* Local **Avatar** supported
|
||||||
* Up to **66** social links supported
|
* Up to **67** social links supported
|
||||||
* Up to **24** share sites supported
|
* Up to **24** share sites supported
|
||||||
* **Disqus** comment system supported by [Disqus](https://disqus.com)
|
* **Disqus** comment system supported by [Disqus](https://disqus.com)
|
||||||
* **Gitalk** comment system supported by [Gitalk](https://github.com/gitalk/gitalk)
|
* **Gitalk** comment system supported by [Gitalk](https://github.com/gitalk/gitalk)
|
||||||
|
|
|
@ -79,7 +79,7 @@
|
||||||
|
|
||||||
* 支持 **[Gravatar](https://gravatar.com)** 头像
|
* 支持 **[Gravatar](https://gravatar.com)** 头像
|
||||||
* 支持本地**头像**
|
* 支持本地**头像**
|
||||||
* 支持多达 **66** 种社交链接
|
* 支持多达 **67** 种社交链接
|
||||||
* 支持多达 **24** 种网站分享
|
* 支持多达 **24** 种网站分享
|
||||||
* 支持 **[Disqus](https://disqus.com)** 评论系统
|
* 支持 **[Disqus](https://disqus.com)** 评论系统
|
||||||
* 支持 **[Gitalk](https://github.com/gitalk/gitalk)** 评论系统
|
* 支持 **[Gitalk](https://github.com/gitalk/gitalk)** 评论系统
|
||||||
|
|
|
@ -509,6 +509,14 @@ discordInvite:
|
||||||
Icon:
|
Icon:
|
||||||
Class: fab fa-discord fa-fw
|
Class: fab fa-discord fa-fw
|
||||||
|
|
||||||
|
# 065: Lichess user profile
|
||||||
|
lichess:
|
||||||
|
Weight: 65
|
||||||
|
Prefix: https://lichess.org/@/
|
||||||
|
Title: Lichess
|
||||||
|
Icon:
|
||||||
|
Simpleicons: lichess
|
||||||
|
|
||||||
# Email
|
# Email
|
||||||
email:
|
email:
|
||||||
Weight: 99
|
Weight: 99
|
||||||
|
|
|
@ -265,6 +265,7 @@
|
||||||
Bilibili = ""
|
Bilibili = ""
|
||||||
Discord = ""
|
Discord = ""
|
||||||
DiscordInvite = ""
|
DiscordInvite = ""
|
||||||
|
Lichess = ""
|
||||||
Email = ""
|
Email = ""
|
||||||
RSS = ""
|
RSS = ""
|
||||||
|
|
||||||
|
|
|
@ -347,6 +347,7 @@ enableEmoji = true
|
||||||
Bilibili = ""
|
Bilibili = ""
|
||||||
Discord = ""
|
Discord = ""
|
||||||
DiscordInvite = ""
|
DiscordInvite = ""
|
||||||
|
Lichess = ""
|
||||||
Email = ""
|
Email = ""
|
||||||
RSS = ""
|
RSS = ""
|
||||||
|
|
||||||
|
|
|
@ -52,7 +52,7 @@ math:
|
||||||
|
|
||||||
* :(far fa-user fa-fw): **Gravatar** supported by [Gravatar](https://gravatar.com)
|
* :(far fa-user fa-fw): **Gravatar** supported by [Gravatar](https://gravatar.com)
|
||||||
* :(fas fa-user-circle fa-fw): Local **Avatar** supported
|
* :(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
|
* :(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 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)
|
* :(far fa-comment-dots fa-fw): **Gitalk** comment system supported by [Gitalk](https://github.com/gitalk/gitalk)
|
||||||
|
|
|
@ -52,7 +52,7 @@ math:
|
||||||
|
|
||||||
* :(far fa-user fa-fw): 支持 **[Gravatar](https://gravatar.com)** 头像
|
* :(far fa-user fa-fw): 支持 **[Gravatar](https://gravatar.com)** 头像
|
||||||
* :(fas fa-user-circle fa-fw): 支持本地**头像**
|
* :(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** 种网站分享
|
* :(fas fa-share-square fa-fw): 支持多达 **24** 种网站分享
|
||||||
* :(far fa-comment fa-fw): 支持 **[Disqus](https://disqus.com)** 评论系统
|
* :(far fa-comment fa-fw): 支持 **[Disqus](https://disqus.com)** 评论系统
|
||||||
* :(far fa-comment-dots fa-fw): 支持 **[Gitalk](https://github.com/gitalk/gitalk)** 评论系统
|
* :(far fa-comment-dots fa-fw): 支持 **[Gitalk](https://github.com/gitalk/gitalk)** 评论系统
|
||||||
|
|
|
@ -405,6 +405,7 @@ Please open the code block below to view the complete sample configuration :(far
|
||||||
Bilibili = ""
|
Bilibili = ""
|
||||||
Discord = ""
|
Discord = ""
|
||||||
DiscordInvite = ""
|
DiscordInvite = ""
|
||||||
|
Lichess = ""
|
||||||
Email = "xxxx@xxxx.com"
|
Email = "xxxx@xxxx.com"
|
||||||
RSS = true # {{< version 0.2.0 >}}
|
RSS = true # {{< version 0.2.0 >}}
|
||||||
|
|
||||||
|
|
|
@ -407,6 +407,7 @@ hugo
|
||||||
Bilibili = ""
|
Bilibili = ""
|
||||||
Discord = ""
|
Discord = ""
|
||||||
DiscordInvite = ""
|
DiscordInvite = ""
|
||||||
|
Lichess = ""
|
||||||
Email = "xxxx@xxxx.com"
|
Email = "xxxx@xxxx.com"
|
||||||
RSS = true # {{< version 0.2.0 >}}
|
RSS = true # {{< version 0.2.0 >}}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue