From 6c55d71d1bc32ea78413de88962f144e21f884da Mon Sep 17 00:00:00 2001 From: Jim Bugwadia Date: Thu, 23 May 2019 09:57:50 -0700 Subject: [PATCH] - update site - add README.md --- gh-pages/README.md | 24 ++++++++++++++++++++++++ gh-pages/config.toml | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 gh-pages/README.md diff --git a/gh-pages/README.md b/gh-pages/README.md new file mode 100644 index 0000000000..71a742be86 --- /dev/null +++ b/gh-pages/README.md @@ -0,0 +1,24 @@ +# 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: + +````bash +cd themes + git clone https://github.com/nirmata/github-project-landing-page + ```` + + 2. Make changes as needed. Then publish using: + +````bash +publish-to-gh-pages.sh +```` + +To build and test locally, install and run hugo: + +````bash +hugo server +```` diff --git a/gh-pages/config.toml b/gh-pages/config.toml index 6327f00569..0f74deb7f5 100644 --- a/gh-pages/config.toml +++ b/gh-pages/config.toml @@ -1,4 +1,4 @@ -baseURL = "https://nirmata.github.io/kyverno/" +baseURL = "https://kyverno.io/" themesDir = "themes" theme = "github-project-landing-page" title = "Kyverno"