Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 554 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 554 Bytes

DataOlympia Research Foundation Website

DataOlympia Logo

This is the soruce code for the DataOlympia Research Foundation website, built using the mkdocs-material framework with a few other plugins.

First time setup

python3 -m venv env
source env/bin/activate
pip install mkdocs-material
pip install mkdocs-awesome-pages-plugin

Serve website

source env/bin/activate
mkdocs serve