The website is built with MkDocs using the Material theme, the Awesome Nav plugin, and the mkdocs-redirects plugin. Deployment to GitHub Pages is automated via GitHub Actions.
Create a Python virtual environment:
python -m venv .venv
source .venv/bin/activate # Windows: .venv\Scripts\activate.batInstall the required Python packages:
$ pip install --upgrade pip
$ pip install --pre -r requirements.txtTo preview the site locally while editing:
$ mkdocs serveThen open http://127.0.0.1:8000/ in your browser. Whenever you save a file under the docs directory, the site will automatically reload.
- light-bulb.png is Light Bulb free icon by Freepik. Free for personal and commercial purpose with attribution.
- favicon.ico was created with:
convert light-bulb.png -define icon:auto-resize=64,48,32,16 favicon.ico