Looking for the notes? > Access the rendered site here: The Core Dump
This repository hosts the source code for my MkDocs documentation site.
- Python 3.x
- MkDocs Material
-
Clone & Install
git clone https://github.com/mendax1234/lecture-notes.git cd lecture-notes # Recommended: Use a virtual environment python3 -m venv .venv source .venv/bin/activate pip install mkdocs mkdocs-material
-
Run Locally
mkdocs serve
Open
http://127.0.0.1:8000. -
Deploy
mkdocs gh-deploy