https://maps.earth is a planet scale demo site of the Headway mapping application.
This repository is a meta-site, hosted at about.maps.earth.
Changes merged here will be automatically published to https://about.maps.earth via our ci config.
The site is built using hugo, install it if you haven't already.
# e.g. on macos
brew install hugo
Install the theme.
git submodule update --init
Start the development server (and include any draft posts).
hugo server --buildDrafts