Skip to content

CyVerse-learning-materials/cacao-uarizona-its2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CACAO Workshop, IT Summit 2024

MKDocs website for CACAO Workshop, IT Summit 2024

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

https://cacao-itsummit2024.cyverse.ai/

Development

Testing locally

Follow the Material for MKDocs instructions

$ git clone https://github.com/CyVerse-learning-materials/cacao-uarizona-its2024.git
$ cd cacao-uarizona-its2024
$ 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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published