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 three places you can put social links to: top app bar, Author Widget and footer.

Top App Bar

params.toml

1[topAppBar]
2  [topAppBar.social]
3    github = 'foobar'

params.yaml

1topAppBar:
2  social:
3    github: foobar

params.json

1{
2   "topAppBar": {
3      "social": {
4         "github": "foobar"
5      }
6   }
7}

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"

Set up social links by putting the following content in config/_default/params.toml.

1[social]
2email = "[email protected]"
3github = "githubusername"

Platforms

The value can be changed to a full URL if necessary.

PlatformUser Identifier
emailEmail Address
facebookFacebook Username
facebookgroupFacebook Group Name
githubGitHub Username
gitlabGitLab Username
instagramInstagram Username
itchioitch.io Username
linkedinLinkedIn Username
quoraQuora Username
stackoverflowStack Overflow User ID
tumblrTumblr Username
twitterTwitter Username
weiboWeibo Username
zhihuZhihu Username
redditReddit Username
telegramTelegram Username
qqQQ Number
dockerhubDocker Hub Username
bitbucketBitbucket Workspace ID
kaggleKaggle Username
mediumMedium Username or custom domain(e.g. https://razonyang.com)
lastfmLast.fm Username
bibibiliBiliBili User ID
youtubeYoutube Channel ID
discordDiscord Invite Code
discourseForum URL
tiktokTikTok Username
pinterestPinterest Username
mastodonMastodon Username
liberapayLiberapay Username
paypalPaypal Username
patreonPatreon Username
tipeeeTipeee Username
rssEmpty string for disabling the RSS link
websiteWebsite URL