Removal of 'Table of Contents' header
This commit is contained in:
@@ -1,2 +1 @@
|
|||||||
<h2>Table of contents</h2>
|
|
||||||
<div id="pageTOC" style="padding-top:15px; font-weight: bold; width: auto;"></div>
|
<div id="pageTOC" style="padding-top:15px; font-weight: bold; width: auto;"></div>
|
||||||
+3
-3
@@ -42,7 +42,7 @@ Verify that this new version is running (optional)
|
|||||||
which ruby
|
which ruby
|
||||||
ruby -v
|
ruby -v
|
||||||
|
|
||||||
Install the GitHub Pages package, which includes Jekyll
|
Install the GitHub Pages package, which includes Jekyll:
|
||||||
|
|
||||||
gem install github-pages
|
gem install github-pages
|
||||||
|
|
||||||
@@ -50,10 +50,10 @@ Clone our site
|
|||||||
|
|
||||||
git clone https://github.com/kubernetes/kubernetes.github.io.git
|
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
|
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)
|
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).
|
(or wherever Ruby tells you).
|
||||||
|
|||||||
Reference in New Issue
Block a user