Skip to content

DevEx

Mirroring Your Code to GitHub and GitLab Simultaneously

Context

In a professional environment, relying on a single Git hosting provider introduces availability, policy, and vendor-lock risks. In my workflows, I adopted a multi-platform Git strategy to ensure redundancy, portability, and CI/CD continuity across providers.

This document captures a real-world implementation, including edge cases and failure modes encountered during setup.

Blog Post Title: Fix Missing Nerd Font Icons in MkDocs

If you’ve ever spent hours perfecting your Starship prompt or Zsh theme, you likely want your documentation to reflect that same professional look. However, when you paste those beautiful terminal snippets into MkDocs, you often end up with "tofu"—those annoying little boxes with hex codes inside.

Here is how to properly embed Meslo LG Nerd Font into your MkDocs site so your icons render perfectly every time.