Skip to content

WCRP-CMIP/MIP-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MIP Documentation Template

Deploy

A template for Model Intercomparison Projects to create documentation websites.

Example site: https://wcrp-cmip.github.io/MIP-template/

Quick Start

  1. Click Use this templateCreate a new repository
  2. Edit mkdocs.yml to set your site name and description
  3. Enable GitHub Pages: Settings → Pages → gh-pages branch
  4. Your site is live at https://your-org.github.io/your-repo/

Configuration

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/

Adding Content

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.

Documentation

See the For Developers section for full instructions.


Built by Daniel Ellis for WCRP-CMIP using the shadcn theme.

About

A template for MIPs who need to stand up their own webpage.

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors