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

Commit

Permalink
feat(social): added Threema social link
Browse files Browse the repository at this point in the history
re #285
  • Loading branch information
victor-pogor committed Dec 6, 2021
1 parent d5355a8 commit ceb1ec0
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ I hope you will CodeIT 👩‍💻!

- **Gravatar** supported by [Gravatar](https://gravatar.com)
- Local **Avatar** supported
- Up to **64** social links supported
- Up to **65** social links supported
- Up to **28** share sites supported
- **Disqus** comment system supported by [Disqus](https://disqus.com)
- **Gitalk** comment system supported by [Gitalk](https://github.com/gitalk/gitalk)
Expand Down
8 changes: 8 additions & 0 deletions assets/data/social.yml
Original file line number Diff line number Diff line change
Expand Up @@ -518,3 +518,11 @@ orcid:
Newtab: true
Icon:
Class: fab fa-orcid fa-fw

# 066: Threema
threema:
Weight: 66
Prefix: https://threema.id/
Title: Threema
Icon:
Simpleicons: threema
1 change: 1 addition & 0 deletions exampleSite/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ ignoreErrors = ["error-remote-getjson", "error-missing-instagram-accesstoken"]
Email = "[email protected]"
RSS = true
Orcid = ""
Threema = ""
[languages.en.params.social.Mastodon]
id = "@xxxx"
prefix = "https://mastodon.technology/"
Expand Down
2 changes: 1 addition & 1 deletion exampleSite/content/about/index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ math:

- :(far fa-user fa-fw): **Gravatar** supported by [Gravatar](https://gravatar.com)
- :(fas fa-user-circle fa-fw): Local **Avatar** supported
- :(far fa-id-card fa-fw): Up to **64** social links supported
- :(far fa-id-card fa-fw): Up to **65** social links supported
- :(fas fa-share-square fa-fw): Up to **28** share sites supported
- :(far fa-comment fa-fw): **Disqus** comment system supported by [Disqus](https://disqus.com)
- :(far fa-comment-dots fa-fw): **Gitalk** comment system supported by [Gitalk](https://github.com/gitalk/gitalk)
Expand Down
2 changes: 1 addition & 1 deletion exampleSite/content/about/index.fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Welcome to take the time to propose a translation by [:(fas fa-code-branch fa-fw

- :(far fa-user fa-fw): **Gravatar** supported by [Gravatar](https://gravatar.com)
- :(fas fa-user-circle fa-fw): Local **Avatar** supported
- :(far fa-id-card fa-fw): Up to **64** social links supported
- :(far fa-id-card fa-fw): Up to **65** social links supported
- :(fas fa-share-square fa-fw): Up to **28** share sites supported
- :(far fa-comment fa-fw): **Disqus** comment system supported by [Disqus](https://disqus.com)
- :(far fa-comment-dots fa-fw): **Gitalk** comment system supported by [Gitalk](https://github.com/gitalk/gitalk)
Expand Down
2 changes: 1 addition & 1 deletion exampleSite/content/about/index.zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Welcome to take the time to propose a translation by [:(fas fa-code-branch fa-fw

- :(far fa-user fa-fw): 支持 **[Gravatar](https://gravatar.com)** 头像
- :(fas fa-user-circle fa-fw): 支持本地**头像**
- :(far fa-id-card fa-fw): 支持多达 **64** 种社交链接
- :(far fa-id-card fa-fw): 支持多达 **65** 种社交链接
- :(fas fa-share-square fa-fw): 支持多达 **28** 种网站分享
- :(far fa-comment fa-fw): 支持 **[Disqus](https://disqus.com)** 评论系统
- :(far fa-comment-dots fa-fw): 支持 **[Gitalk](https://github.com/gitalk/gitalk)** 评论系统
Expand Down

0 comments on commit ceb1ec0

Please sign in to comment.