diff --git a/assets/data/social.yml b/assets/data/social.yml index 58be3b1..996558c 100644 --- a/assets/data/social.yml +++ b/assets/data/social.yml @@ -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 diff --git a/config.toml b/config.toml index 8a19fb1..da83d24 100644 --- a/config.toml +++ b/config.toml @@ -266,6 +266,8 @@ Discord = "" DiscordInvite = "" Lichess = "" + ORCID = "" + Pleroma = "" Email = "" RSS = "" diff --git a/exampleSite/config.toml b/exampleSite/config.toml index e4e36f0..8f494d1 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -348,6 +348,8 @@ enableEmoji = true Discord = "" DiscordInvite = "" Lichess = "" + ORCID = "" + Pleroma = "" Email = "" RSS = "" diff --git a/exampleSite/content/posts/theme-documentation-basics/index.en.md b/exampleSite/content/posts/theme-documentation-basics/index.en.md index b569ee2..df6d52f 100644 --- a/exampleSite/content/posts/theme-documentation-basics/index.en.md +++ b/exampleSite/content/posts/theme-documentation-basics/index.en.md @@ -455,6 +455,8 @@ languageName = "English" Discord = "" DiscordInvite = "" Lichess = "" + ORCID = "" + Pleroma = "" 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 de5a4e8..afd9488 100644 --- a/exampleSite/content/posts/theme-documentation-basics/index.zh-cn.md +++ b/exampleSite/content/posts/theme-documentation-basics/index.zh-cn.md @@ -459,6 +459,8 @@ hasCJKLanguage = true Discord = "" DiscordInvite = "" Lichess = "" + ORCID = "" + Pleroma = "" Email = "xxxx@xxxx.com" RSS = true # {{< version 0.2.0 >}}