This project demonstrates creating, building, and deploying a static website using MkDocs and GitHub Pages.
It shows the full workflow from setting up a Python environment, installing MkDocs, generating a site, building static files, and deploying them automatically to GitHub Pages using GitHub Actions.
- Python-based static site generation with MkDocs
- Material theme support via
mkdocs-material
- Automatic deployment to GitHub Pages through GitHub Actions