Currently serving https://sweet.github.io
This repo provides content for https://sweetontology.net (eventual redirect)
- Install mkdocs on your machine (see installation instructions).
- Install the Cinder theme (pip install mkdocs-cinder).
- Run the command
mkdocs gh-deploy
(or use deploy.sh).- This command creates (or refreshes) the website at https://sweet.github.io.
- The command must be run from the root directory of this repo.
- Behind the scenes,
mkdocs gh-deploy
builds HTML docs from the Markdown sources, uses theghp-import
tool to commit them to thegh-pages
branch, and pushes thegh-pages
branch to GitHub.