Make external TOC links open in new tab; incremental build; better .gitignore

This commit is contained in:
johndmulhausen
2016-02-13 11:58:00 -08:00
parent 8cc6e646fd
commit e8720d74f0
7 changed files with 9 additions and 15 deletions
+2 -2
View File
@@ -45,10 +45,10 @@ Clone our site
git clone https://github.com/kubernetes/kubernetes.github.io.git
Then, see it run locally:
Then, to see it run locally:
cd kubernetes.github.io
jekyll serve .
jekyll serve
Your copy of the site will then be viewable at: [http://0.0.0.0:4000](http://0.0.0.0:4000)
(or wherever Ruby tells you).