Intro¶
Hi, I'm MzeroMiko. 👋
Welcome to my site! Here, I share my technical blogs, reading notes, and insights. Currently, I'm focusing on the following areas:
Quick Start¶
To replicate this MkDocs environment locally:
# Create and activate a virtual environment via uv
uv venv ~/venv/base --python 3.12
source ~/venv/base/bin/activate
# Install dependencies and start the server
uv pip install mkdocs-material mkdocs-static-i18n
mkdocs serve
Comments