Skip to content

Commit

Permalink
feat: add ORCID social link
Browse files Browse the repository at this point in the history
- Add ORCID into social
- Add ORCID into exampleSite
- Add ORCID into documentation
  • Loading branch information
HEIGE-PCloud committed May 29, 2021
1 parent 6348c25 commit cf5331a
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 13 deletions.
24 changes: 12 additions & 12 deletions assets/data/social.yml
Original file line number Diff line number Diff line change
Expand Up @@ -493,27 +493,27 @@ bilibili:
Icon:
Src: svg/icons/bilibili.svg

# 063: Email
email:
# 063: ORCID
orcid:
Weight: 63
Prefix: https://orcid.org/
Title: ORCID
Icon:
Class: fab fa-orcid fa-fw

# 064: Email
email:
Weight: 64
Template: mailto:%v
Title: Email
Icon:
Class: far fa-envelope fa-fw

# 064: RSS
# 065: RSS
rss:
Weight: 64
Weight: 65
Url: /index.xml
Title: RSS
Newtab: true
Icon:
Class: fas fa-rss fa-fw

# 065: ORCID
orcid:
Weight: 65
Prefix: https://orcid.org/
Title: ORCID
Icon:
Class: fab fa-orcid fa-fw
4 changes: 3 additions & 1 deletion exampleSite/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ enableEmoji = true
XMPP = ""
Matrix = ""
Bilibili = ""
ORCID = ""
Email = "[email protected]"
RSS = true
[languages.en.params.social.Mastodon]
Expand Down Expand Up @@ -417,6 +418,7 @@ enableEmoji = true
XMPP = ""
Matrix = ""
Bilibili = "xxxx"
ORCID = ""
Email = "[email protected]"
RSS = true

Expand Down Expand Up @@ -611,9 +613,9 @@ enableEmoji = true
XMPP = ""
Matrix = ""
Bilibili = ""
ORCID = ""
Email = "[email protected]"
RSS = true
ORCID = ""

[params]
# DoIt theme version
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,7 @@ Please open the code block below to view the complete sample configuration :(far
XMPP = ""
Matrix = ""
Bilibili = ""
ORCID = ""
Email = "[email protected]"
RSS = true # {{< version 0.2.0 >}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,7 @@ Please open the code block below to view the complete sample configuration :(far
XMPP = ""
Matrix = ""
Bilibili = ""
ORCID = ""
Email = "[email protected]"
RSS = true # {{< version 0.2.0 >}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,7 @@ hugo
XMPP = ""
Matrix = ""
Bilibili = ""
ORCID = ""
Email = "[email protected]"
RSS = true # {{< version 0.2.0 >}}

Expand Down

0 comments on commit cf5331a

Please sign in to comment.