Skip to content

jarekorlowski/keptn.github.io

 
 

Repository files navigation

Overview

This repository contains the content for the https://keptn.sh website. The site is developed using the Hugo static website generator framework.

Local content development

  1. Clone the repository:
    git clone [email protected]:keptn/keptn.github.io.git
    
  2. Install Hugo
  3. Install the git submodule
    git submodule update --init --recursive --force
    
  4. Execute the huge server -D command from the root folder:
    # start the hugo web server
    hugo server -D
    
    # Press Ctrl+C to stop
    
  5. View the content in the browser. Note that edits to files are updated real-time.
    http://localhost:1313/
    

About

Keptn website

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.5%
  • HTML 16.7%
  • CSS 10.3%
  • Shell 0.5%