mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +00:00
- update site
- add README.md
This commit is contained in:
parent
18fc6d630f
commit
6c55d71d1b
2 changed files with 25 additions and 1 deletions
24
gh-pages/README.md
Normal file
24
gh-pages/README.md
Normal 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
|
||||
````
|
|
@ -1,4 +1,4 @@
|
|||
baseURL = "https://nirmata.github.io/kyverno/"
|
||||
baseURL = "https://kyverno.io/"
|
||||
themesDir = "themes"
|
||||
theme = "github-project-landing-page"
|
||||
title = "Kyverno"
|
||||
|
|
Loading…
Add table
Reference in a new issue