Skip to content
This repository was archived by the owner on Mar 9, 2022. It is now read-only.

Commit

Permalink
feat(orcid): added ORCID social button
Browse files Browse the repository at this point in the history
added thw Open Researcher and Contributor ID social button

fix #82
  • Loading branch information
victor-pogor committed Mar 29, 2021
1 parent 1840013 commit 57b4180
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 4 deletions.
9 changes: 9 additions & 0 deletions assets/data/social.yml
Original file line number Diff line number Diff line change
Expand Up @@ -509,3 +509,12 @@ rss:
Newtab: true
Icon:
Class: fas fa-rss fa-fw

# 065: RSS
orcid:
Weight: 65
Prefix: https://orcid.org/
Title: ORCID
Newtab: true
Icon:
Class: fab fa-orcid fa-fw
2 changes: 1 addition & 1 deletion assets/js/theme.min.js.map

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions exampleSite/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down Expand Up @@ -424,6 +425,7 @@ ignoreErrors = ["error-remote-getjson"]
Bilibili = "xxxx"
Email = "[email protected]"
RSS = true
Orcid = ""

[languages.fr]
weight = 3
Expand Down Expand Up @@ -622,6 +624,7 @@ ignoreErrors = ["error-remote-getjson"]
Bilibili = ""
Email = "[email protected]"
RSS = true
Orcid = ""

[params]
# CodeIT theme version
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 57b4180

Please sign in to comment.