Skip to content

CyVerse-learning-materials/container-camp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CyVerse Container Camp 2023

MKDocs website for Container Camp 2023 - both basic and advanced materials here

TBD: pretty much everything, set up action, set GH Pages to DNS, build website, add pages, convert all rst materials and update

htps://cc.cyverse.org/

DOI

Development

Testing locally

Follow the Material for MKDocs instructions

$ git clone https://github.com/cyverse-learning-materials/container-camp.git
$ cd container-camp
$ pip install -r requirements
$ mkdocs serve

Action with ReadTheDocs Theme

This is a template that uses the MkDocs deploy GitHub action.

We are using the @nomaterial branch for the Action to produce the ReadTheDocs style layout with the theme: readthedocs in the mkdocs.yml:

theme:
  name: readthedocs

Action with Material Theme

To change to MkDocs Material theme, change Action to @master and set theme: material in the mkdocs.yml:

theme:
  name: material