Marketing site for kova.md and documentation source for wiki.kova.md.
index.html Homepage
features.html Feature tour
open-source.html Open-source page
privacy.html Privacy policy
blog/ Blog (static HTML posts)
css/ Stylesheets (per-page + shared)
js/ Scripts
assets/ Images, icons, fonts
docs/ MkDocs Material source for the wiki (wiki.kova.md)
The main site has no build step. Open index.html in a browser or serve with any static file server:
npx serve .The wiki (docs/) is built with MkDocs Material:
pip install mkdocs-material
cd docs && mkdocs servePushes to main trigger .github/workflows/deploy.yml, which:
- Builds the wiki with
mkdocs build. - Rsyncs the repo root (excluding
.github/,README.md,LICENSE,docs/) to kova.md. - Rsyncs the built wiki (
docs/site/) to wiki.kova.md.