De parameter social is een set sleutel-waardeparen van sociale links die platforms koppelen aan hun gebruikersidentificatie.
Het ondersteunt vele populaire sociale platforms, zoals Twitter, Facebook, Reddit en GitHub.
Dit artikel geeft een overzicht van alle ondersteunde platforms en hoe je ze gebruikt.
Gebruik
Er zijn drie plaatsen waar je sociale links kunt plaatsen: de bovenste app-balk, de Auteurswidget en de voettekst.
Bovenste App-balk
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}
Auteurswidget
Stel sociale links in door het bestand config/_default/params.toml te bewerken met de volgende inhoud:
1[author.social]
2 email = "user@domain.tld"
3 github = "githubusername"
Voettekst
Stel sociale links in door de volgende inhoud toe te voegen aan config/_default/params.toml.
1[social]
2email = "user@domain.tld"
3github = "githubusername"
Platforms
De waarde kan worden gewijzigd naar een volledige URL indien nodig.
| Platform | Gebruikersidentificatie |
|---|---|
email | E-mailadres |
facebook | Facebook-gebruikersnaam |
facebookgroup | Facebook-groepsnaam |
github | GitHub-gebruikersnaam |
gitlab | GitLab-gebruikersnaam |
instagram | Instagram-gebruikersnaam |
itchio | itch.io-gebruikersnaam |
linkedin | LinkedIn-gebruikersnaam |
quora | Quora-gebruikersnaam |
stackoverflow | Stack Overflow-gebruikers-ID |
tumblr | Tumblr-gebruikersnaam |
twitter | Twitter-gebruikersnaam |
weibo | Weibo-gebruikersnaam |
zhihu | Zhihu-gebruikersnaam |
reddit | Reddit-gebruikersnaam |
telegram | Telegram-gebruikersnaam |
qq | QQ-nummer |
dockerhub | Docker Hub-gebruikersnaam |
bitbucket | Bitbucket-werkruimte-ID |
kaggle | Kaggle-gebruikersnaam |
medium | Medium-gebruikersnaam of aangepast domein (bijv. https://razonyang.com) |
lastfm | Last.fm-gebruikersnaam |
bibibili | BiliBili-gebruikers-ID |
youtube | YouTube-kanaal-ID |
discord | Discord-uitnodigingscode |
discourse | Forum-URL |
tiktok | TikTok-gebruikersnaam |
pinterest | Pinterest-gebruikersnaam |
mastodon | Mastodon-gebruikersnaam |
liberapay | Liberapay-gebruikersnaam |
paypal | PayPal-gebruikersnaam |
patreon | Patreon-gebruikersnaam |
tipeee | Tipeee-gebruikersnaam |
rss | Lege string om de RSS-link uit te schakelen |
website | Website-URL |