html_theme_options = {
# Development platforms
"github_url": "https://github.com/lepture/shibuya",
"gitlab_url": "https://gitlab.com/gitlab-org/gitlab",
"bitbucket_url": "https://bitbucket.org/sonarsource/sonarqube-scan",
# Chat & Community
"discord_url": "https://discord.gg/example",
"slack_url": "https://example.com/join/slack",
# Social & Microblogging
"x_url": "https://x.com/lepture",
"mastodon_url": "https://mas.to/@trumpet",
"bluesky_url": "https://bsky.app/profile/lepture.com",
# Content & Professional
"youtube_url": "https://youtube.com/@username",
"reddit_url": "https://www.reddit.com/r/flask",
"linkedin_url": "https://www.linkedin.com/company/microsoft",
}
Social network#
Connect and engage with your audience through social networks.
Navbar & Footer#
Configure which social networks appear in your navigation bar and footer:
Alternatives#
You can also config
nav_socialsandfoot_socialswith:In this case, you don’t have to configure the bellow network urls.
Supported Networks#
To activate the links, add the corresponding URLs to your
html_theme_optionsinconf.py:Deprecated Options#
Deprecated since version 2026.7.8:
twitter_urlis deprecated. Please usex_urlinstead.Deprecated since version 2026.7.8:
twitter_siteandtwitter_creator(used for Twitter cards) are deprecated and no longer supported.Custom networks#
If you need to add social networks that Shibuya theme doesn’t contain, you can custom it with
partials/nav-socials.htmlandpartials/foot-socials.html: