- Install mkdocs on your machine (see [https://www.mkdocs.org/#installation](installation instructions)).
- Install the gitbook theme (
pip3 install mkdocs-gitbook). - Run the command
mkdocs gh-deploy(or use deploy.sh).- This command creates (or refreshes) the website for https://geoscience-semantics.org.
- The command must be run from the root directory of this repo.
- Behind the scenes,
mkdocs gh-deploybuilds HTML docs from the Markdown sources, uses theghp-importtool to commit them to thegh-pagesbranch, and pushes thegh-pagesbranch to GitHub.