This repo contains the code of the ksot documentation website, built using Hugo and the docsy theme.
Building and running the site locally requires a extended
version of Hugo.
You can find out more about how to install Hugo for your environment in our
Getting started guide.
From the repo root folder, run:
git submodule update -f --init --recursive
npm install
hugo server
Hugo dev server supports hot reload, you can check your changes on the preview page from http://localhost:1313/.