1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-14 11:57:48 +00:00
kyverno/gh-pages
2019-06-16 21:34:57 -07:00
..
archetypes Publishing to gh-pages (publish.sh) 2019-05-12 04:16:31 -07:00
content fix CTA 2019-05-23 10:02:58 -07:00
themes update theme repo 2019-05-23 10:04:49 -07:00
config.toml update static page text 2019-06-16 21:34:57 -07:00
publish-to-gh-pages.sh remove extra instruction in publish script 2019-05-12 15:21:43 -07:00
README.md - update site 2019-05-23 09:57:50 -07:00

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