Skip to content

Commit

Permalink
feat: add new social links (#153)
Browse files Browse the repository at this point in the history
- Add Liberapay links
- Add Ko-Fi links
  • Loading branch information
HEIGE-PCloud committed Jul 24, 2021
1 parent 8849b25 commit 77fd6ef
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 5 deletions.
25 changes: 21 additions & 4 deletions assets/data/social.yml
Original file line number Diff line number Diff line change
Expand Up @@ -501,17 +501,34 @@ orcid:
Icon:
Class: fab fa-orcid fa-fw

# 064: Email
email:
# 064 Liberapay:
liberapay:
Weight: 64
Prefix: https://liberapay.com/
Title: Liberapay
Icon:
Simpleicons: liberapay

# 065 Ko-Fi:
ko-fi:
Weight: 65
Prefix: https://ko-fi.com/
Title: Ko-Fi
Icon:
Simpleicons: ko-fi


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

# 065: RSS
# 067: RSS
rss:
Weight: 65
Weight: 67
Url: /index.xml
Title: RSS
Newtab: true
Expand Down
4 changes: 4 additions & 0 deletions exampleSite/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,8 @@ enableEmoji = true
Matrix = ""
Bilibili = ""
ORCID = ""
Liberapay = "xxx"
Ko-Fi = "xxx"
Email = "xxxx@xxxx.com"
RSS = true
[languages.en.params.social.Mastodon]
Expand Down Expand Up @@ -473,6 +475,8 @@ enableEmoji = true
Matrix = ""
Bilibili = "xxxx"
ORCID = ""
Liberapay = ""
Ko-Fi = ""
Email = "xxxx@xxxx.com"
RSS = true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,8 @@ Please open the code block below to view the complete sample configuration :(far
Matrix = ""
Bilibili = ""
ORCID = ""
Liberapay = ""
Ko-Fi = ""
Email = "xxxx@xxxx.com"
RSS = true # {{< version 0.2.0 >}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,8 @@ hugo
Matrix = ""
Bilibili = ""
ORCID = ""
Liberapay = ""
Ko-Fi = ""
Email = "xxxx@xxxx.com"
RSS = true # {{< version 0.2.0 >}}

Expand Down
10 changes: 9 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit 77fd6ef

@vercel
Copy link

@vercel vercel bot commented on 77fd6ef Jul 24, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.