Repository for .md documentation files to create a documentation site. The information can be found at the gh-pages website.
Updates to this website are pushed when the Live-Site branch gets updated.
- Projects
- Field Protocols
- Fort Davis
This website is built using the Material for Mkdocs package. Installation and getting started instructions are available in the documentation
To run locally using miniconda:
- Clone this repository onto your computer
- Start miniconda
- Create a 'mkdocs' environment
conda create --name mkdocs
- Activate the mkdocs environment
conda activate mkdocs
- Navigate into the github repository on your computer
- Run the command
mkdocs serve
- Open the local browser address shown
To edit locally, use the IDE of your choice, VS Code is a good option.