From a3139aee772328bf3374d38349a3defe56e92ddd Mon Sep 17 00:00:00 2001 From: Kuoi Date: Sat, 28 May 2022 00:13:06 +0100 Subject: [PATCH 1/5] add ORCID --- assets/data/social.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/assets/data/social.yml b/assets/data/social.yml index 58be3b1..0d1a785 100644 --- a/assets/data/social.yml +++ b/assets/data/social.yml @@ -516,7 +516,15 @@ lichess: Title: Lichess Icon: Simpleicons: lichess - + +# 066: ORCID +orcid: + Weight: 63 + Prefix: https://orcid.org/ + Title: ORCID + Icon: + Class: fab fa-orcid fa-fw + # Email email: Weight: 99 From c7adea95c4252b52a8d51d59fd76c5f20b6006b1 Mon Sep 17 00:00:00 2001 From: Kuoi Date: Sat, 28 May 2022 00:20:23 +0100 Subject: [PATCH 2/5] add ORCID for config --- config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config.toml b/config.toml index 8a19fb1..32b5780 100644 --- a/config.toml +++ b/config.toml @@ -266,6 +266,7 @@ Discord = "" DiscordInvite = "" Lichess = "" + ORCID = "" Email = "" RSS = "" From b68a2fdb115d10a66030ea4615c06cb94a8c8b6e Mon Sep 17 00:00:00 2001 From: Kuoi Date: Sat, 28 May 2022 00:48:01 +0100 Subject: [PATCH 3/5] fix mastodon, ORCID and add pleroma - fix weighting error of orcid - fix the mastodon - add pleroma --- assets/data/social.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/assets/data/social.yml b/assets/data/social.yml index 0d1a785..2dff497 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 @@ -519,12 +518,19 @@ lichess: # 066: ORCID orcid: - Weight: 63 + 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 From 913adbf17bca2cde680647599ca71fded5d54c5d Mon Sep 17 00:00:00 2001 From: Kuoi Date: Sat, 28 May 2022 00:48:44 +0100 Subject: [PATCH 4/5] add pleroma --- config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config.toml b/config.toml index 32b5780..da83d24 100644 --- a/config.toml +++ b/config.toml @@ -267,6 +267,7 @@ DiscordInvite = "" Lichess = "" ORCID = "" + Pleroma = "" Email = "" RSS = "" From c0df5de75e2dea7d4927b3ae4bff5b4002ab0460 Mon Sep 17 00:00:00 2001 From: Dillon Date: Sat, 28 May 2022 21:01:24 +0800 Subject: [PATCH 5/5] chore: update social config docs --- assets/data/social.yml | 6 +++--- exampleSite/config.toml | 2 ++ .../content/posts/theme-documentation-basics/index.en.md | 2 ++ .../content/posts/theme-documentation-basics/index.zh-cn.md | 2 ++ 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/assets/data/social.yml b/assets/data/social.yml index 2dff497..996558c 100644 --- a/assets/data/social.yml +++ b/assets/data/social.yml @@ -515,7 +515,7 @@ lichess: Title: Lichess Icon: Simpleicons: lichess - + # 066: ORCID orcid: Weight: 66 @@ -523,14 +523,14 @@ orcid: 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/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 >}}