This is my personal blog migrated from Jekyll to MkDocs Material.
- Install dependencies:
pip install -r requirements.txt- Serve the site:
mkdocs serveThe site will be available at http://127.0.0.1:8000
mkdocs buildThe site is automatically deployed to GitHub Pages via GitHub Actions when changes are pushed to the master branch.