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.
conda create -n mkdocs python=3.12
conda activate mkdocs
pip install mkdocs-materialconda activate mkdocs
mkdocs serve # live-reload dev server at http://127.0.0.1:8000
mkdocs build # build static site into site/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