mirror of
https://github.com/dillonzq/LoveIt.git
synced 2025-04-16 02:30:44 +02:00
feat(social): add TryHackMe and Codeberg (#899)
This commit is contained in:
parent
e82ec89123
commit
b29ae9ca27
9 changed files with 44 additions and 14 deletions
|
@ -3,7 +3,6 @@
|
|||
[](https://github.com/dillonzq/LoveIt/releases)
|
||||
[](https://gohugo.io/)
|
||||
[](https://github.com/dillonzq/LoveIt/blob/master/LICENSE)
|
||||
[](https://sonarcloud.io/summary/new_code?id=dillonzq_LoveIt)
|
||||
[](https://circleci.com/gh/dillonzq/LoveIt/tree/master)
|
||||
|
||||
English README | [简体中文说明](https://github.com/dillonzq/LoveIt/blob/master/README.zh-cn.md)
|
||||
|
@ -85,7 +84,7 @@ I hope you will LoveIt ❤️!
|
|||
|
||||
* **Gravatar** supported by [Gravatar](https://gravatar.com)
|
||||
* Local **Avatar** supported
|
||||
* Up to **73** social links supported
|
||||
* Up to **76** 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)
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
[](https://github.com/dillonzq/LoveIt/releases)
|
||||
[](https://gohugo.io/)
|
||||
[](https://github.com/dillonzq/LoveIt/blob/master/LICENSE)
|
||||
[](https://sonarcloud.io/summary/new_code?id=dillonzq_LoveIt)
|
||||
[](https://circleci.com/gh/dillonzq/LoveIt/tree/master)
|
||||
|
||||
[English README](https://github.com/dillonzq/LoveIt/blob/master/README.md) | 简体中文说明
|
||||
|
@ -80,7 +79,7 @@
|
|||
|
||||
* 支持 **[Gravatar](https://gravatar.com)** 头像
|
||||
* 支持本地**头像**
|
||||
* 支持多达 **73** 种社交链接
|
||||
* 支持多达 **76** 种社交链接
|
||||
* 支持多达 **24** 种网站分享
|
||||
* 支持 **[Disqus](https://disqus.com)** 评论系统
|
||||
* 支持 **[Gitalk](https://github.com/gitalk/gitalk)** 评论系统
|
||||
|
|
|
@ -577,6 +577,30 @@ malt:
|
|||
Icon:
|
||||
Src: svg/icons/malt.svg
|
||||
|
||||
# 074: TikTok
|
||||
tiktok:
|
||||
Weight: 74
|
||||
Url: https://www.tiktok.com/
|
||||
Title: TikTok
|
||||
Icon:
|
||||
Simpleicons: tiktok
|
||||
|
||||
# 075: TryHackMe
|
||||
tryhackme:
|
||||
Weight: 75
|
||||
Title: TryHackMe
|
||||
Prefix: https://tryhackme.com/p/
|
||||
Icon:
|
||||
Simpleicons: Tryhackme
|
||||
|
||||
# 076: Codeberg
|
||||
codeberg:
|
||||
Weight: 76
|
||||
Title: Codeberg
|
||||
Prefix: https://codeberg.org/
|
||||
Icon:
|
||||
Simpleicons: codeberg
|
||||
|
||||
# Phone
|
||||
phone:
|
||||
Weight: 98
|
||||
|
@ -601,11 +625,3 @@ rss:
|
|||
Newtab: true
|
||||
Icon:
|
||||
Class: fas fa-rss fa-fw
|
||||
|
||||
# TikTok
|
||||
tiktok:
|
||||
Weight: 101
|
||||
Url: https://www.tiktok.com/
|
||||
Title: TikTok
|
||||
Icon:
|
||||
Simpleicons: tiktok
|
||||
|
|
|
@ -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 **73** social links supported
|
||||
* :(far fa-id-card fa-fw): Up to **76** 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)
|
||||
|
|
|
@ -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): 支持多达 **73** 种社交链接
|
||||
* :(far fa-id-card fa-fw): 支持多达 **76** 种社交链接
|
||||
* :(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)** 评论系统
|
||||
|
|
|
@ -478,6 +478,10 @@ ignoreErrors = ["error-remote-getjson", "error-missing-instagram-accesstoken"]
|
|||
Plume = ""
|
||||
HackTheBox = ""
|
||||
RootMe= ""
|
||||
Malt = ""
|
||||
TikTok = ""
|
||||
TryHackMe = ""
|
||||
Codeberg = ""
|
||||
Phone = ""
|
||||
Email = "xxxx@xxxx.com"
|
||||
RSS = true # {{< version 0.2.0 >}}
|
||||
|
|
|
@ -480,6 +480,10 @@ ignoreErrors = ["error-remote-getjson", "error-missing-instagram-accesstoken"]
|
|||
Plume = ""
|
||||
HackTheBox = ""
|
||||
RootMe= ""
|
||||
Malt = ""
|
||||
TikTok = ""
|
||||
TryHackMe = ""
|
||||
Codeberg = ""
|
||||
Phone = ""
|
||||
Email = "xxxx@xxxx.com"
|
||||
RSS = true # {{< version 0.2.0 >}}
|
||||
|
|
|
@ -363,6 +363,10 @@ ignoreErrors = ["error-remote-getjson", "error-missing-instagram-accesstoken"]
|
|||
Plume = ""
|
||||
HackTheBox = ""
|
||||
RootMe= ""
|
||||
Malt = ""
|
||||
TikTok = ""
|
||||
TryHackMe = ""
|
||||
Codeberg = ""
|
||||
Email = ""
|
||||
RSS = ""
|
||||
|
||||
|
|
|
@ -279,6 +279,10 @@
|
|||
Plume = ""
|
||||
HackTheBox = ""
|
||||
RootMe= ""
|
||||
Malt = ""
|
||||
TikTok = ""
|
||||
TryHackMe = ""
|
||||
Codeberg = ""
|
||||
Email = ""
|
||||
Phone = ""
|
||||
RSS = ""
|
||||
|
|
Loading…
Add table
Reference in a new issue