This repo contains the marketing and documentation site for the PlyDB open source project.
It is built with Hugo, a static site generator.
Pre-reqs:
Run dev server
hugo server --buildDrafts --disableFastRender --source src --destination $PWD/distWe use Hextra as our Hugo theme. We fully vendor the theme in the repo instead of using git submodules.
rm -rf src/themes/hextra
git clone https://github.com/imfing/hextra.git src/themes/hextra
# save hextra commit sha for reference
git -C src/themes/hextra rev-parse HEAD > hextra-version
# remove hextra git repo
rm -rf src/themes/hextra/.git