-
Notifications
You must be signed in to change notification settings - Fork 112
How configure social links
Giuseppe Pignataro edited this page Feb 26, 2019
·
2 revisions
To configure the social links, you need only to modify the value in the config.toml file.
Example:
[params.social]
GitHub = "yourusername"
Linkedin = "yourusername"
Twitter = "xxxx"
Instagram = "xxxx"
Email = "xxxx"
Facebook = "xxxx"
Telegram = "xxxx"
Medium = "xxxx"
Gitlab = "xxxx"
Youtube = "xxxx"
Tumblr ="xxxx"
Quora = "xxxx"
Keybase = "xxxx"
Pinterest = "xxxx"
Reddit = "xxxx"
Codepen = "xxxx"
Bitbucket = "xxxx"
Stackoverflow = "xxxxx"
If you don't want to use a social link, you need only to insert a # before the social name or if you like you can remove the name completly.
Example:
[params.social]
GitHub = "yourusername"
Linkedin = "yourusername"
#Twitter = "xxxx"
#Instagram = "xxxx"
#Email = "xxxx"
#Facebook = "xxxx"
#Telegram = "xxxx"
#Medium = "xxxx"
#Gitlab = "xxxx"
#Youtube = "xxxx"
#Tumblr ="xxxx"
#Quora = "xxxx"
#Keybase = "xxxx"
#Pinterest = "xxxx"
Reddit = "yourusername"
#Codepen = "xxxx"
#Bitbucket = "xxxx"
#Stackoverflow = "xxxxx"
Crafted with ❤️ by Fastbyte01