Skip to content

PCLLAB/pcllab.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages