Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 1.14 KB

File metadata and controls

40 lines (32 loc) · 1.14 KB

RGI Landing Page

Source for rgidata.org — the landing page for the Randolph Glacier Inventory (RGI), a global dataset of glacier outlines produced by the IACS Working Group on the Randolph Glacier Inventory.

Built with MkDocs + Material for MkDocs. Hosted on GitHub Pages from this repository.

Setup

conda create -n mkdocs python=3.12
conda activate mkdocs
pip install mkdocs-material

Development

conda activate mkdocs
mkdocs serve        # live-reload dev server at http://127.0.0.1:8000
mkdocs build        # build static site into site/

Structure

mkdocs.yml            # site configuration
docs/
  index.md            # home page
  versions.md         # version history
  about.md            # about the dataset and working group
  privacy.md          # privacy notice
  stylesheets/        # custom CSS
  img/                # logo and favicon
overrides/
  main.html           # injects analytics into <head>
  partials/header.html  # custom header with inline nav links