Academic Website Template based on MKDocs.
Note: you need at least Python 3.9 installed. This instructions are for Windows.
- Create an environment under your workdir.
workdir> py -3.9 -m venv webpage_env
- Activate the environment
workdir> .\webpage_env\Scripts\activate
- Install dependencies
(webpage_env) workdir> python -m pip install -r requirements.txt
- Serve your webpage at localhost:8000
(webpage_env) workdir> mkdocs serve
We use Github Actions to automate the deployment.