Skip to content

cutdigital/mcut.site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MCUT project site

This is the repository for the MCUT project page

The actual MCUT repository can be found here

Local setup for development

  • Ensure you have pip3 which is necessary to install an MkDocs theme that we use called Material)
    • curl https://bootstrap.pypa.io/get-pip.py | python
    • pip3 install --upgrade setuptools
  • Install MkDocs theme called "Material"
    • sudo pip3 install mkdocs-material

Previewing the site

Deploying the site

  • Deploy/publish the website by
    • mkdocs gh-deploy