https://github.com/nttcom/ksot-website
Kuesta Website
https://github.com/nttcom/ksot-website
Last synced: about 2 months ago
JSON representation
Kuesta Website
- Host: GitHub
- URL: https://github.com/nttcom/ksot-website
- Owner: nttcom
- License: apache-2.0
- Created: 2023-01-20T01:09:30.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-04T03:29:33.000Z (over 1 year ago)
- Last Synced: 2025-04-06T08:35:36.110Z (12 months ago)
- Language: HTML
- Homepage: https://nttcom.github.io/ksot-website
- Size: 536 KB
- Stars: 1
- Watchers: 9
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# KSOT Website
This repo contains the code of the [ksot documentation website](nttcom.github.io/ksot-website),
built using [Hugo](https://gohugo.io/) and the [docsy](https://www.docsy.dev/) theme.
## Requirements
* [NodeJS](https://nodejs.org/): `>= v18.13.0`
* [Go](https://golang.org/dl/) `>= go1.18`
* [Hugo](https://github.com/gohugoio/hugo/releases) `>= v0.108.0`
Building and running the site locally requires a `extended` version of [Hugo](https://gohugo.io).
You can find out more about how to install Hugo for your environment in our
[Getting started](https://www.docsy.dev/docs/getting-started/#prerequisites-and-installation) guide.
## Running the website locally
From the repo root folder, run:
```bash
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/.