"Share on BlueSky" social media button #8534
-
|
Hi, I'd like to add a "Share on BlueSky" social media button to the bottom of my blog articles. The example given in the MkDocs Material documentation are only for Twitter/X and Facebook. Here in France, the overwhelming majority of geeks and sysadmins have migrated to BlueSky. Any suggestions ? Niki |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
|
You will have to add a block like this to your extra:
social:
- icon: fontawesome/brands/bluesky
link: https://bsky.app/profile/<your-profile>
name: <description>
More info here. |
Beta Was this translation helpful? Give feedback.
-
|
You need to look into custom overrides with partials. I think the most suitable one would be using the post partial or the comment partial. Take alook at this example: https://squidfunk.github.io/mkdocs-material/setup/adding-a-comment-system/ |
Beta Was this translation helpful? Give feedback.
-
|
I experimented a couple hours and now I'm happy with Giscus. Works perfectly. Cheers, Niki |
Beta Was this translation helpful? Give feedback.
You need to look into custom overrides with partials. I think the most suitable one would be using the post partial or the comment partial.
Take alook at this example: https://squidfunk.github.io/mkdocs-material/setup/adding-a-comment-system/