retrying pr for website to satify cncf guidelines

Signed-off-by: Patrick Chanezon <patlist@chanezon.com>

fixing validation issue for whitespace

Signed-off-by: Patrick Chanezon <patlist@chanezon.com>
This commit is contained in:
Patrick Chanezon
2017-06-16 13:10:36 -07:00
parent 9d155e8164
commit 16f04383ae
5 changed files with 38 additions and 30 deletions

View File

@@ -4,7 +4,7 @@ The containerd website is built using Jekyll and published to Github pages.
In order to build and test locally:
```
docker run -v "$PWD":/usr/src/app -p "4000:4000" starefossen/github-pages
docker run -it -v "$PWD":/usr/src/app -p "4000:4000" starefossen/github-pages
```
Then browser to localhost:4000 to see the rendered site. The site autorefreshes when you modify files locally.