A template for Model Intercomparison Projects to create documentation websites.
Example site: https://wcrp-cmip.github.io/MIP-template/
- Click Use this template → Create a new repository
- Edit
mkdocs.ymlto set your site name and description - Enable GitHub Pages: Settings → Pages → gh-pages branch
- Your site is live at
https://your-org.github.io/your-repo/
Edit the top of mkdocs.yml:
site_name: Your MIP Name
site_description: Your description
site_author: Your Organization
site_url: https://your-org.github.io/your-repo/Navigation is auto-generated from the folder structure:
docs/
├── index.md → Home
├── about/ → About section
├── experiments/ → Experiments section
└── resources/ → Resources section
Just add folders and .md files. No configuration needed.
See the For Developers section for full instructions.
Built by Daniel Ellis for WCRP-CMIP using the shadcn theme.