1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-01-20 18:52:16 +00:00
kyverno/gh-pages/README.md
Jim Bugwadia 6c55d71d1b - update site
- add README.md
2019-05-23 09:57:50 -07:00

424 B

Kyverno Web Site

This folder contains the https://kyverno.io website.

The site is published in the gh_pages branch. To build the site:

  1. Clone the Hugo template:
cd themes
 git clone https://github.com/nirmata/github-project-landing-page
  1. Make changes as needed. Then publish using:
publish-to-gh-pages.sh

To build and test locally, install and run hugo:

hugo server