Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 478 Bytes

File metadata and controls

27 lines (18 loc) · 478 Bytes

Thought Box - MkDocs Material Site

This is my personal blog migrated from Jekyll to MkDocs Material.

Running locally

  1. Install dependencies:
pip install -r requirements.txt
  1. Serve the site:
mkdocs serve

The site will be available at http://127.0.0.1:8000

Building for production

mkdocs build

Deployment

The site is automatically deployed to GitHub Pages via GitHub Actions when changes are pushed to the master branch.