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/
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
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
To change to MkDocs Material theme, change Action to @master
and set theme: material
in the mkdocs.yml:
theme:
name: material