mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-14 19:06:16 +01:00
Merge pull request #684 from starsareintherose/patch-1
add ORCID, pleroma and fix mastodon
This commit is contained in:
commit
d2d66e5163
5 changed files with 23 additions and 1 deletions
|
@ -441,7 +441,6 @@ researchgate:
|
||||||
# 056: Mastodon
|
# 056: Mastodon
|
||||||
mastodon:
|
mastodon:
|
||||||
Weight: 56
|
Weight: 56
|
||||||
Prefix: https://mastodon.social/
|
|
||||||
Title: Mastodon
|
Title: Mastodon
|
||||||
Icon:
|
Icon:
|
||||||
Class: fab fa-mastodon fa-fw
|
Class: fab fa-mastodon fa-fw
|
||||||
|
@ -517,6 +516,21 @@ lichess:
|
||||||
Icon:
|
Icon:
|
||||||
Simpleicons: lichess
|
Simpleicons: lichess
|
||||||
|
|
||||||
|
# 066: ORCID
|
||||||
|
orcid:
|
||||||
|
Weight: 66
|
||||||
|
Prefix: https://orcid.org/
|
||||||
|
Title: ORCID
|
||||||
|
Icon:
|
||||||
|
Class: fab fa-orcid fa-fw
|
||||||
|
|
||||||
|
# 067: Pleroma
|
||||||
|
pleroma:
|
||||||
|
Weight: 67
|
||||||
|
Title: Pleroma
|
||||||
|
Icon:
|
||||||
|
Simpleicons: pleroma
|
||||||
|
|
||||||
# Email
|
# Email
|
||||||
email:
|
email:
|
||||||
Weight: 99
|
Weight: 99
|
||||||
|
|
|
@ -266,6 +266,8 @@
|
||||||
Discord = ""
|
Discord = ""
|
||||||
DiscordInvite = ""
|
DiscordInvite = ""
|
||||||
Lichess = ""
|
Lichess = ""
|
||||||
|
ORCID = ""
|
||||||
|
Pleroma = ""
|
||||||
Email = ""
|
Email = ""
|
||||||
RSS = ""
|
RSS = ""
|
||||||
|
|
||||||
|
|
|
@ -348,6 +348,8 @@ enableEmoji = true
|
||||||
Discord = ""
|
Discord = ""
|
||||||
DiscordInvite = ""
|
DiscordInvite = ""
|
||||||
Lichess = ""
|
Lichess = ""
|
||||||
|
ORCID = ""
|
||||||
|
Pleroma = ""
|
||||||
Email = ""
|
Email = ""
|
||||||
RSS = ""
|
RSS = ""
|
||||||
|
|
||||||
|
|
|
@ -455,6 +455,8 @@ languageName = "English"
|
||||||
Discord = ""
|
Discord = ""
|
||||||
DiscordInvite = ""
|
DiscordInvite = ""
|
||||||
Lichess = ""
|
Lichess = ""
|
||||||
|
ORCID = ""
|
||||||
|
Pleroma = ""
|
||||||
Email = "xxxx@xxxx.com"
|
Email = "xxxx@xxxx.com"
|
||||||
RSS = true # {{< version 0.2.0 >}}
|
RSS = true # {{< version 0.2.0 >}}
|
||||||
|
|
||||||
|
|
|
@ -459,6 +459,8 @@ hasCJKLanguage = true
|
||||||
Discord = ""
|
Discord = ""
|
||||||
DiscordInvite = ""
|
DiscordInvite = ""
|
||||||
Lichess = ""
|
Lichess = ""
|
||||||
|
ORCID = ""
|
||||||
|
Pleroma = ""
|
||||||
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