Backend for https://agrisemantics.org
- Install mkdocs on your machine (see installation instructions).
- Install the Windmill theme (pip install mkdocs-windmill).
- Run the command
mkdocs gh-deploy(or use deploy.sh).- This command creates (or refreshes) the website at https://agrisemantics.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.
Using Git Large File Storage
- Install in every local copy of the repo with with
git lfs install - See
.gitattributesfor list of file types stored using Github LFS.- Initially, ZIP files are stored with LFS.