Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dillonzq/LoveIt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDillon <dillonzq@outlook.com>2022-05-28 16:03:22 +0300
committerGitHub <noreply@github.com>2022-05-28 16:03:22 +0300
commitd2d66e5163f1b1d7ad69a80e3e11fb73dc15ac69 (patch)
tree1f42781f1a10afe8fd56aa7c5e9be8e3cc2b3252
parent76ff74cf63ef34da806bc4722a3650d94f2bd844 (diff)
parentc0df5de75e2dea7d4927b3ae4bff5b4002ab0460 (diff)
Merge pull request #684 from starsareintherose/patch-1
add ORCID, pleroma and fix mastodon
-rw-r--r--assets/data/social.yml16
-rw-r--r--config.toml2
-rw-r--r--exampleSite/config.toml2
-rw-r--r--exampleSite/content/posts/theme-documentation-basics/index.en.md2
-rw-r--r--exampleSite/content/posts/theme-documentation-basics/index.zh-cn.md2
5 files changed, 23 insertions, 1 deletions
diff --git a/assets/data/social.yml b/assets/data/social.yml
index 58be3b1e..996558ca 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 8a19fb11..da83d24c 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 e4e36f0c..8f494d1e 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 b569ee21..df6d52f1 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 de5a4e87..afd94887 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 >}}