Source for the istio.io site
Go to file
Martin Taillefer 8889570e1a Clean up a bunch of leftovers. 2017-05-02 05:49:12 -07:00
_data initial commit of webpage based on grpc.io 2017-03-30 17:48:18 -04:00
_docs assorted cleanups/nits 2017-05-02 01:03:46 -04:00
_includes Clean up a bunch of leftovers. 2017-05-02 05:49:12 -07:00
_layouts Clean up a bunch of leftovers. 2017-05-02 05:49:12 -07:00
_posts Elimintate the need for the bodyclass: front matter field in docs. 2017-04-30 06:42:29 -07:00
_sass Clean up a bunch of leftovers. 2017-05-02 05:49:12 -07:00
about Elimintate the need for the bodyclass: front matter field in docs. 2017-04-30 06:42:29 -07:00
blog Elimintate the need for the bodyclass: front matter field in docs. 2017-04-30 06:42:29 -07:00
community Elimintate the need for the bodyclass: front matter field in docs. 2017-04-30 06:42:29 -07:00
css Dave's changes to fix search-related formatting. 2017-05-01 21:48:27 -07:00
faq Elimintate the need for the bodyclass: front matter field in docs. 2017-04-30 06:42:29 -07:00
favicons new favicons 2017-04-19 18:49:37 -04:00
fonts/roboto initial commit of webpage based on grpc.io 2017-03-30 17:48:18 -04:00
img Clean up a bunch of leftovers. 2017-05-02 05:49:12 -07:00
js Dave's changes to fix search-related formatting. 2017-05-01 21:48:27 -07:00
libs initial commit of webpage based on grpc.io 2017-03-30 17:48:18 -04:00
scripts Elimintate the need for the bodyclass: front matter field in docs. 2017-04-30 06:42:29 -07:00
wip update docs to use durations for time fields instead of floats (#83) 2017-05-01 10:51:36 -04:00
.gitignore New doc nav (#47) 2017-04-21 21:46:12 -07:00
CNAME update CNAME 2017-03-15 14:43:09 -04:00
CONTRIBUTING.md Update the community page. 2017-04-06 14:32:09 -07:00
Gemfile Start filling in the Contributing section. 2017-04-07 07:37:18 -07:00
Gemfile.lock A few minor corrections. 2017-04-28 22:57:53 -07:00
LICENSE Initial commit 2017-02-21 09:19:50 -08:00
README.md New nav tree model. 2017-04-28 06:18:38 -07:00
_config.yml A few minor corrections. 2017-04-28 22:57:53 -07:00
feed.xml Update about page and landing page. (#63) 2017-04-27 17:09:53 -04:00
index.html Change date to May 24th. 2017-04-26 14:53:28 -07:00
release initial commit of webpage based on grpc.io 2017-03-30 17:48:18 -04:00
robots.txt initial commit of webpage based on grpc.io 2017-03-30 17:48:18 -04:00
sitemap.xml New nav tree model. 2017-04-28 06:18:38 -07:00
true-index.html New nav tree model. 2017-04-28 06:18:38 -07:00

README.md

istio.github.io

This repository contains the source code for the istio.io web site.

Please see the main Istio README file to learn about the overall Istio project and how to get in touch with us. To learn how you can contribute to any of the Istio components, please see the Istio contribution guidelines.

The website uses Jekyll templates and is hosted on GitHub Pages. Please make sure you are familiar with these before editing.

To run the site locally with Docker, use the following command:

docker run --rm --label=jekyll --volume=$(pwd):/srv/jekyll  -it -p 127.0.0.1:4000:4000 jekyll/jekyll jekyll serve