This repository contains the content for the https://keptn.sh website. The site is developed using the Hugo static website generator framework.
- Clone the repository:
git clone [email protected]:keptn/keptn.github.io.git
- Install Hugo
- Install the git submodule
git submodule update --init --recursive --force
- Execute the
huge server -D
command from the root folder:# start the hugo web server hugo server -D # Press Ctrl+C to stop
- View the content in the browser. Note that edits to files are updated real-time.
http://localhost:1313/