mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-14 10:56: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
|
||||
mastodon:
|
||||
Weight: 56
|
||||
Prefix: https://mastodon.social/
|
||||
Title: Mastodon
|
||||
Icon:
|
||||
Class: fab fa-mastodon fa-fw
|
||||
|
@ -517,6 +516,21 @@ lichess:
|
|||
Icon:
|
||||
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:
|
||||
Weight: 99
|
||||
|
|
|
@ -266,6 +266,8 @@
|
|||
Discord = ""
|
||||
DiscordInvite = ""
|
||||
Lichess = ""
|
||||
ORCID = ""
|
||||
Pleroma = ""
|
||||
Email = ""
|
||||
RSS = ""
|
||||
|
||||
|
|
|
@ -348,6 +348,8 @@ enableEmoji = true
|
|||
Discord = ""
|
||||
DiscordInvite = ""
|
||||
Lichess = ""
|
||||
ORCID = ""
|
||||
Pleroma = ""
|
||||
Email = ""
|
||||
RSS = ""
|
||||
|
||||
|
|
|
@ -455,6 +455,8 @@ languageName = "English"
|
|||
Discord = ""
|
||||
DiscordInvite = ""
|
||||
Lichess = ""
|
||||
ORCID = ""
|
||||
Pleroma = ""
|
||||
Email = "xxxx@xxxx.com"
|
||||
RSS = true # {{< version 0.2.0 >}}
|
||||
|
||||
|
|
|
@ -459,6 +459,8 @@ hasCJKLanguage = true
|
|||
Discord = ""
|
||||
DiscordInvite = ""
|
||||
Lichess = ""
|
||||
ORCID = ""
|
||||
Pleroma = ""
|
||||
Email = "xxxx@xxxx.com"
|
||||
RSS = true # {{< version 0.2.0 >}}
|
||||
|
||||
|
|
Loading…
Reference in a new issue