Merge pull request #148 from oschoudhury/master
Added Bitbucket social button to social.toml and the exampleSite.
This commit is contained in:
commit
d9abe992c9
2 changed files with 7 additions and 0 deletions
|
|
@ -28,6 +28,12 @@ url = "https://gitlab.com/%s"
|
||||||
title = "GitLab"
|
title = "GitLab"
|
||||||
icon = "fa-gitlab"
|
icon = "fa-gitlab"
|
||||||
|
|
||||||
|
[[social_icons]]
|
||||||
|
id = "bitbucket"
|
||||||
|
url = "https://bitbucket.org/%s"
|
||||||
|
title = "Bitbucket"
|
||||||
|
icon = "fa-bitbucket"
|
||||||
|
|
||||||
[[social_icons]]
|
[[social_icons]]
|
||||||
id = "twitter"
|
id = "twitter"
|
||||||
url = "https://twitter.com/%s"
|
url = "https://twitter.com/%s"
|
||||||
|
|
|
||||||
|
|
@ -47,6 +47,7 @@ pygmentsCodefencesGuessSyntax = true
|
||||||
googleplus = "+username" # or xxxxxxxxxxxxxxxxxxxxx
|
googleplus = "+username" # or xxxxxxxxxxxxxxxxxxxxx
|
||||||
github = "username"
|
github = "username"
|
||||||
gitlab = "username"
|
gitlab = "username"
|
||||||
|
bitbucket = "username"
|
||||||
twitter = "username"
|
twitter = "username"
|
||||||
reddit = "username"
|
reddit = "username"
|
||||||
linkedin = "username"
|
linkedin = "username"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue