The social
parameter is a set of key value pairs of social links that mapping from platform to their user identifier.
It supports many popular social platforms, such as Twitter, Facebook, Reddit, GitHub.
This article lists all supported platforms and how to use them.
Usage
There are two place you can put social links to, one is the Author Widget , the other is the footer.
Author Widget
Set up social links by editing a file config/_default/author.toml
with the following content:
1[social]
2 email = "[email protected]"
3 github = "githubusername"
Footer
Set up social links by creating a file config/_default/social.toml
with the following content:
1email = "[email protected]"
2github = "githubusername"
Platforms
Platform | User Identifier |
---|---|
email | Email Address |
facebook | Facebook Username |
facebookgroup | Facebook Group Name |
github | GitHub Username |
gitlab | GitLab Username |
instagram | Instagram Username |
linkedin | LinkedIn Username |
quora | Quora Username |
stackoverflow | Stack Overflow User ID |
tumblr | Tumblr Username |
twitter | Twitter Username |
weibo | Weibo Username |
zhihu | Zhihu Username |
reddit | Reddit Username |
telegram | Telegram Username |
qq | QQ Number |
dockerhub | Docker Hub Username |
bitbucket | Bitbucket Workspace ID |
kaggle | Kaggle Username |
medium | Medium Username or custom domain(e.g. https://custom.domain.tld ) |
lastfm | Last.fm Username |
bibibili | BiliBili User ID |
youtube | Youtube Channel ID |
discord | Discord Invite Code |
discourse | Forum URL |
tiktok | TikTok Username |
pinterest | Pinterest Username |
mastodon | Mastodon Username |
liberapay | Liberapay Username |
paypal | Paypal Username |
patreon | Patreon Username |
tipeee | Tipeee Username |
rss | Empty string for disabling the RSS link |
Comments