Source for the istio.io site
Go to file
Kuat dc86a6a6cf Update _colors.scss (#266) 2017-05-17 15:42:25 -07:00
_data Move everything back out of the src directory since its make GitHub Pages unhappy. 2017-05-15 21:53:10 -07:00
_docs Add cleanup to Istio integration task (#255) 2017-05-17 14:40:32 -07:00
_faq Move everything back out of the src directory since its make GitHub Pages unhappy. 2017-05-15 21:53:10 -07:00
_glossary Fixing remaining bad links and html errors (#236) 2017-05-16 15:09:03 -07:00
_includes Change twitter handle. 2017-05-17 14:52:42 -07:00
_layouts Minor addition to style guide. 2017-05-17 10:32:19 -07:00
_posts Fixing remaining bad links and html errors (#236) 2017-05-16 15:09:03 -07:00
_sass Update _colors.scss (#266) 2017-05-17 15:42:25 -07:00
about Move everything back out of the src directory since its make GitHub Pages unhappy. 2017-05-15 21:53:10 -07:00
blog Move everything back out of the src directory since its make GitHub Pages unhappy. 2017-05-15 21:53:10 -07:00
bugs Update community content. 2017-05-17 07:12:09 -07:00
community Change twitter handle. 2017-05-17 14:52:42 -07:00
css Move everything back out of the src directory since its make GitHub Pages unhappy. 2017-05-15 21:53:10 -07:00
faq Move everything back out of the src directory since its make GitHub Pages unhappy. 2017-05-15 21:53:10 -07:00
favicons Move everything back out of the src directory since its make GitHub Pages unhappy. 2017-05-15 21:53:10 -07:00
img Update community content. 2017-05-17 07:12:09 -07:00
js Fixes #248 - copy button no longer working (#261) 2017-05-17 15:20:37 -07:00
scripts Refresh auto-generated command line reference docs (#141) 2017-05-09 18:15:03 -04:00
search Move everything back out of the src directory since its make GitHub Pages unhappy. 2017-05-15 21:53:10 -07:00
troubleshooting Move everything back out of the src directory since its make GitHub Pages unhappy. 2017-05-15 21:53:10 -07: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 Fixing remaining bad links and html errors (#236) 2017-05-16 15:09:03 -07:00
Gemfile.lock Fixing remaining bad links and html errors (#236) 2017-05-16 15:09:03 -07:00
Jenkinsfile Adds check (#243) 2017-05-16 15:59:06 -07:00
LICENSE Initial commit 2017-02-21 09:19:50 -08:00
README.md Fixing remaining bad links and html errors (#236) 2017-05-16 15:09:03 -07:00
Rakefile Fixing remaining bad links and html errors (#236) 2017-05-16 15:09:03 -07:00
_config.yml Move everything back out of the src directory since its make GitHub Pages unhappy. 2017-05-15 21:53:10 -07:00
feed.xml Move everything back out of the src directory since its make GitHub Pages unhappy. 2017-05-15 21:53:10 -07:00
index.html Move everything back out of the src directory since its make GitHub Pages unhappy. 2017-05-15 21:53:10 -07:00
robots.txt Move everything back out of the src directory since its make GitHub Pages unhappy. 2017-05-15 21:53:10 -07:00
sitemap.xml Move everything back out of the src directory since its make GitHub Pages unhappy. 2017-05-15 21:53:10 -07:00
true-index.html Move everything back out of the src directory since its make GitHub Pages unhappy. 2017-05-15 21:53:10 -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

Make sure you are not introducing html errors or bad links:

docker run --rm --label=jekyll --volume=$(pwd):/srv/jekyll  -it  jekyll/jekyll sh -c "bundle install && rake test"
HTML-Proofer finished successfully.