1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-31 03:45:17 +00:00

Merge pull request from nirmata/100_fix_site

100 fix site
This commit is contained in:
Jim Bugwadia 2019-05-23 10:07:07 -07:00 committed by GitHub
commit a99c4ca7f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 26 additions and 7 deletions

24
gh-pages/README.md Normal file
View file

@ -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
````

View file

@ -1,4 +1,4 @@
baseURL = "https://nirmata.github.io/kyverno/"
baseURL = "https://kyverno.io/"
themesDir = "themes"
theme = "github-project-landing-page"
title = "Kyverno"

View file

@ -19,11 +19,6 @@
* Test policy changes using kubectl
<<<<<<< HEAD
<p style="margin-top: 30px; margin-left:15px; font-size: 125%;">
Ready for more? <a href="https://github.com/nirmata/kyverno/blob/master/README.md">Read the docs</a>, <a href="https://github.com/nirmata/kyverno/blob/master/README.md">write a policy</a>, or <a href="https://github.com/nirmata/kyverno/blob/master/README.md">try Kyverno in your cluster</a>!
=======
<p style="margin-top: 30px; margin-left:15px; font-size: 110%;">
Ready for more? <a href="https://github.com/nirmata/kyverno/blob/master/README.md">Read the docs</a>, <a href="https://github.com/nirmata/kyverno/blob/master/documentation/writing-policies.md">write a policy</a>, or <a href="https://github.com/nirmata/kyverno/blob/master/documentation/installation.md">try Kyverno in your cluster</a>!
>>>>>>> 5ef9b86400eb026bb3fdcda3a4f80f94c938e31f
</p>

@ -1 +1 @@
Subproject commit 691c627f3d475b1a5f8cba4fb84fd14132ae3695
Subproject commit 7507b5c2da7823b75185c3a2bd18db6357937143