From d709dba284180679accb6e164686249bdf243211 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 13 Feb 2013 23:37:08 -0800 Subject: Start using some includes; test out some pygments highlighting --- docs/_includes/colophon.html | 35 +++++++++++++++++++++++++++++++++++ docs/_includes/footer.html | 39 +++++++++++++++++++++++++++++++++++++++ docs/_includes/header.html | 44 ++++++++++++++++++++++++++++++++++++++++++++ docs/_includes/masthead.html | 8 ++++++++ docs/_includes/navbar.html | 37 +++++++++++++++++++++++++++++++++++++ 5 files changed, 163 insertions(+) create mode 100644 docs/_includes/colophon.html create mode 100644 docs/_includes/footer.html create mode 100644 docs/_includes/header.html create mode 100644 docs/_includes/masthead.html create mode 100644 docs/_includes/navbar.html (limited to 'docs/_includes') diff --git a/docs/_includes/colophon.html b/docs/_includes/colophon.html new file mode 100644 index 000000000..ae92db140 --- /dev/null +++ b/docs/_includes/colophon.html @@ -0,0 +1,35 @@ + + \ No newline at end of file diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html new file mode 100644 index 000000000..c91c7d00e --- /dev/null +++ b/docs/_includes/footer.html @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/_includes/header.html b/docs/_includes/header.html new file mode 100644 index 000000000..ea590ca70 --- /dev/null +++ b/docs/_includes/header.html @@ -0,0 +1,44 @@ + + + + + + + {% if page.title == "Bootstrap" %} + {{ page.title }} + {% else if %} + {{ page.title }} · Bootstrap + {% endif %} + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/_includes/masthead.html b/docs/_includes/masthead.html new file mode 100644 index 000000000..205b244fe --- /dev/null +++ b/docs/_includes/masthead.html @@ -0,0 +1,8 @@ +{% raw %} +
+
+

{{ page.title }}

+

{{ page.description }}

+
+
+{% endraw %} \ No newline at end of file diff --git a/docs/_includes/navbar.html b/docs/_includes/navbar.html new file mode 100644 index 000000000..b9d5f0279 --- /dev/null +++ b/docs/_includes/navbar.html @@ -0,0 +1,37 @@ + + -- cgit v1.2.3 From 5f0ecb740a71814c4b17bc2252a451548f329342 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 14 Feb 2013 00:23:23 -0800 Subject: Start pygmentizing css.html; add new theme for pygments --- docs/_includes/header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/_includes') diff --git a/docs/_includes/header.html b/docs/_includes/header.html index ea590ca70..f7c623e3d 100644 --- a/docs/_includes/header.html +++ b/docs/_includes/header.html @@ -16,7 +16,7 @@ - + -- cgit v1.2.3 From 979ca4ea7a2e88fd9bbd8051259cd2803ca5088d Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 14 Feb 2013 22:33:26 -0800 Subject: Convert JS page to pygments; nuke prettify assets --- docs/_includes/header.html | 1 - 1 file changed, 1 deletion(-) (limited to 'docs/_includes') diff --git a/docs/_includes/header.html b/docs/_includes/header.html index f7c623e3d..fe23d008e 100644 --- a/docs/_includes/header.html +++ b/docs/_includes/header.html @@ -17,7 +17,6 @@ -