Skip to content

RobinsonGroup/robinsongroup.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

This repository generates the Robinson Lab homepage using some scripts and mkdocs.

To test this locally, perform the following steps:

python3 -m venv mkd_venv
source mkd_venv/bin/activate
pip install --upgrade pip
pip install mkdocs-material
pip install mkdocs-material[imaging]
mkdocs serve

This will start a server on localhost at http://127.0.0.1:8000/