Skip to content

Blogging

Customizing Your MkDocs Blog 🎨

Once you've set up your MkDocs blog, it's time to personalize it. In this post, I'll cover various customizations, including social media sharing hooks, changing the blog icon and favicon, adding authors, and using tags. These modifications will make your blog more interactive and visually appealing.

All of the steps covered in this guide are available in the MKDocs Documentation or via the superb video tutorials created by James Willett

Enhancing My MkDocs Blog with Custom Features 🚀

Once I set up my MkDocs blog, I wanted to personalize it by adding navigation links, social media icons, an announcement bar, and a custom footer. These enhancements improve user experience, branding, and site functionality. This post walks through each customization step with code examples and configurations.

Setting Up MkDocs for Your Blog 📝

If you're looking for a simple yet powerful way to create and manage your documentation or blog, MkDocs is a fantastic option. MkDocs is a fast, static site generator that's geared towards building project documentation but works wonderfully for blogs too! In this post, I'll walk you through the steps to set up MkDocs with the popular Material theme and get it hosted on GitHub Pages.

All of the steps covered in this guide are available in the MkDocs Documentation or via the superb video tutorials created by James Willett.