Added Bitbucket social button to social.toml and the exampleSite.

This commit is contained in:
O. S. Choudhury 2018-03-13 12:03:21 +01:00
commit d01a8ddb9d
2 changed files with 7 additions and 0 deletions

View file

@ -28,6 +28,12 @@ url = "https://gitlab.com/%s"
title = "GitLab"
icon = "fa-gitlab"
[[social_icons]]
id = "bitbucket"
url = "https://bitbucket.org/%s"
title = "Bitbucket"
icon = "fa-bitbucket"
[[social_icons]]
id = "twitter"
url = "https://twitter.com/%s"

View file

@ -45,6 +45,7 @@ pygmentsCodefencesGuessSyntax = true
googleplus = "+username" # or xxxxxxxxxxxxxxxxxxxxx
github = "username"
gitlab = "username"
bitbucket = "username"
twitter = "username"
reddit = "username"
linkedin = "username"