Skip to content

RobinsonGroup/robinsongroup.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 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]
pip install badges
pip install mkdocs-badges
mkdocs serve

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

Troubleshooting

Depending on your set up, if you are on a Mac, you many need to install cairo and pango libraries, and then execute the following command:

export DYLD_FALLBACK_LIBRARY_PATH=/opt/homebrew/lib

Releases

No releases published

Packages

No packages published

Languages