This repository was archived by the owner on Mar 9, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(orcid): added ORCID social button
added thw Open Researcher and Contributor ID social button fix #82
- Loading branch information
1 parent
1840013
commit 57b4180
Showing
6 changed files
with
22 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -221,6 +221,7 @@ ignoreErrors = ["error-remote-getjson"] | |
Bilibili = "" | ||
Email = "[email protected]" | ||
RSS = true | ||
Orcid = "" | ||
[languages.en.params.social.Mastodon] | ||
id = "@xxxx" | ||
prefix = "https://mastodon.technology/" | ||
|
@@ -424,6 +425,7 @@ ignoreErrors = ["error-remote-getjson"] | |
Bilibili = "xxxx" | ||
Email = "[email protected]" | ||
RSS = true | ||
Orcid = "" | ||
|
||
[languages.fr] | ||
weight = 3 | ||
|
@@ -622,6 +624,7 @@ ignoreErrors = ["error-remote-getjson"] | |
Bilibili = "" | ||
Email = "[email protected]" | ||
RSS = true | ||
Orcid = "" | ||
|
||
[params] | ||
# CodeIT theme version | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -399,7 +399,9 @@ Please open the code block below to view the complete sample configuration :(far | |
Matrix = "" | ||
Bilibili = "" | ||
Email = "[email protected]" | ||
RSS = true # | ||
RSS = true | ||
# {{< version 0.1.2 >}} Open Researcher and Contributor ID | ||
Orcid = "" | ||
|
||
# Page config | ||
[params.page] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -404,7 +404,9 @@ Please open the code block below to view the complete sample configuration :(far | |
Matrix = "" | ||
Bilibili = "" | ||
Email = "[email protected]" | ||
RSS = true # | ||
RSS = true | ||
# {{< version 0.1.2 >}} Open Researcher and Contributor ID | ||
Orcid = "" | ||
|
||
# Page config | ||
[params.page] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -400,7 +400,9 @@ hugo | |
Matrix = "" | ||
Bilibili = "" | ||
Email = "[email protected]" | ||
RSS = true # | ||
RSS = true | ||
# {{< version 0.1.2 >}} Open Researcher and Contributor ID | ||
Orcid = "" | ||
|
||
# 文章页面配置 | ||
[params.page] | ||
|