Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 909 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 909 Bytes

KSOT Website

This repo contains the code of the ksot documentation website, built using Hugo and the docsy theme.

Requirements

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.

Running the website locally

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/.