From 8b9733b288a3daca0da04fe60e0b5a0ae8681362 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 12 Feb 2013 12:25:05 -0800 Subject: nuke what we don't need for jekyll --- docs/examples/starter-template.html | 87 ------------------------------------- 1 file changed, 87 deletions(-) delete mode 100644 docs/examples/starter-template.html (limited to 'docs/examples/starter-template.html') diff --git a/docs/examples/starter-template.html b/docs/examples/starter-template.html deleted file mode 100644 index 4377fb620..000000000 --- a/docs/examples/starter-template.html +++ /dev/null @@ -1,87 +0,0 @@ - - - - - Starter template · Bootstrap - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
-

Bootstrap starter template

-

Use this document as a way to quickly start any new project.
All you get is this text and a mostly barebones HTML document.

-
- -
- - - - - - - - - - - - - - - - - - - -- cgit v1.2.3 From e45f12ad427fddc9d9859fe86423bd49795d4f43 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 12 Feb 2013 12:44:41 -0800 Subject: rearrange jekyll and docs --- docs/examples/starter-template.html | 87 +++++++++++++++++++++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 docs/examples/starter-template.html (limited to 'docs/examples/starter-template.html') diff --git a/docs/examples/starter-template.html b/docs/examples/starter-template.html new file mode 100644 index 000000000..4377fb620 --- /dev/null +++ b/docs/examples/starter-template.html @@ -0,0 +1,87 @@ + + + + + Starter template · Bootstrap + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+

Bootstrap starter template

+

Use this document as a way to quickly start any new project.
All you get is this text and a mostly barebones HTML document.

+
+ +
+ + + + + + + + + + + + + + + + + + + -- cgit v1.2.3 From aa5f09037133f22093c4b97d15451d4e54180ba2 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 14 Feb 2013 23:38:00 -0800 Subject: Make example pages use Jekyll; add sticky footer navbar image to examples --- docs/examples/starter-template.html | 124 ++++++++++++------------------------ 1 file changed, 41 insertions(+), 83 deletions(-) (limited to 'docs/examples/starter-template.html') diff --git a/docs/examples/starter-template.html b/docs/examples/starter-template.html index 4377fb620..d8cbfdd70 100644 --- a/docs/examples/starter-template.html +++ b/docs/examples/starter-template.html @@ -1,87 +1,45 @@ - - - - - Starter template · Bootstrap - - - - - - - - - - - - - - - - - - - - - - - - - +--- +layout: example +title: Starter template +--- + + + + + + -
-

Bootstrap starter template

-

Use this document as a way to quickly start any new project.
All you get is this text and a mostly barebones HTML document.

-
- - +
- - - - - - - - - - - - - - - +
+

Bootstrap starter template

+

Use this document as a way to quickly start any new project.
All you get is this text and a mostly barebones HTML document.

+
- - +
\ No newline at end of file -- cgit v1.2.3