This is a template to preview mkdocs documents in Material theme
- Mac/Linux
- Clone this repository
git clone https://github.com/coley-angel/mkdocs_template.git
cd ./mkdocs_template
- python 3.8
Download and install python https://www.python.org/downloads/release/python-380/
- Start Virutal Env
python3 -m venv ./
source ./bin/activate
- Install requirements
pip3 install -r requirements.txt
mkdocs serve
- Start Mkdocs Server
mkdocs serve
- Clone this repository
- Windows
- Clone this repository
git clone https://github.com/coley-angel/mkdocs_template.git
cd ./mkdocs_template
- python 3.8
Download and install python https://www.python.org/downloads/release/python-380/
- Start Virutal Env
python -m venv ./
./Scripts/activate
- Install requirements
pip install -r requirements.txt
- Start Mkdocs server
mkdocs serve
- Clone this repository