diff --git a/data/beautifulhugo/social.toml b/data/beautifulhugo/social.toml index 3e31996..6c7962f 100644 --- a/data/beautifulhugo/social.toml +++ b/data/beautifulhugo/social.toml @@ -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" diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 998b59a..2fdfb2d 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -45,6 +45,7 @@ pygmentsCodefencesGuessSyntax = true googleplus = "+username" # or xxxxxxxxxxxxxxxxxxxxx github = "username" gitlab = "username" + bitbucket = "username" twitter = "username" reddit = "username" linkedin = "username"