Skip to content

2025

Add Share buttons to your Blog

One feature that is currently missing from the Material for MkDocs Blog plugin1 are share buttons that would allow your readers to share your blog post on Social media platforms.
This guide will show you how you can implement this yourself!


Integrate Gitea/Forgejo Stats into Material for MkDocs

One core feature of Material for MkDocs1 is the display of statistics of a linked repository, such as latest release, fork count and star count.
However, this feature is limited to GitHub2 and GitLab3 repositories and other repositories cannot be added the same way as these two.

A prime example is trying to add statistics from a Gitea4 or Forgejo5 hosted repository, which requires some extra steps to be done here. And this post will explain how!