Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.06 KB

README.md

File metadata and controls

43 lines (28 loc) · 1.06 KB

Lab Website - MkDocs

Public Facing

https://learninglab.psych.purdue.edu/

Lab Handbook

https://learninglab.psych.purdue.edu/handbook/

Development

To run MkDocs locally:

# Create the environment
python3 -m venv

# Active environment and install dependencies
source .venv/bin/activate
pip install git+https://github.com/PCLLAB/mkdocs-material
pip install git+https://github.com/fralau/mkdocs_macros_plugin
pip install git+https://github.com/radude/mdx_truly_sane_lists

mkdocs serve

# Exit the environment once done developing/testing
deactivate

To deploy

Push to master.

Look at .github/workflows/main.yml for details.

Resources: