mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-14 11:57:48 +00:00
.. | ||
archetypes | ||
content | ||
themes | ||
config.toml | ||
publish-to-gh-pages.sh | ||
README.md |
Kyverno Web Site
This folder contains the https://kyverno.io website.
The site is published in the gh_pages branch. To build the site:
- Clone the Hugo template:
cd themes
git clone https://github.com/nirmata/github-project-landing-page
- Make changes as needed. Then publish using:
publish-to-gh-pages.sh
To build and test locally, install and run hugo:
hugo server