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-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.
Using Git Large File Storage
- Install in every local copy of the repo with with
git lfs install
- See
.gitattributes
for list of file types stored using Github LFS.- Initially, ZIP files are stored with LFS.