From 0ce16a3434c46de73da71c18cc9e7f4e903f6c15 Mon Sep 17 00:00:00 2001 From: Eric Bidelman Date: Wed, 13 Mar 2013 12:22:52 -0700 Subject: [PATCH 001/114] Adding gitmodules for propery submodule goodness --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000000..02ed3c5ebd --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "toolkitchensink"] + path = toolkitchensink + url = https://github.com/toolkitchen/toolkitchensink.git \ No newline at end of file From 5845f2666274b45b7864e2be02e200ea838bae14 Mon Sep 17 00:00:00 2001 From: Eric Bidelman Date: Wed, 13 Mar 2013 19:28:02 -0700 Subject: [PATCH 002/114] Cleanup up templates and structure --- _config.yml | 1 + _includes/footer.html | 11 ++ _includes/left-nav.html | 44 ++---- _includes/top-nav.html | 17 ++- _layouts/default-with-platform.html | 152 +++++++------------- _layouts/default.html | 124 +++++----------- _layouts/no-nav.html | 2 +- getting-started.md | 4 +- getting-the-code.md | 1 + index.html | 213 +++++++--------------------- index.md | 53 +++++++ 11 files changed, 238 insertions(+), 384 deletions(-) create mode 100644 _includes/footer.html create mode 100644 index.md diff --git a/_config.yml b/_config.yml index e1ea1e3a83..0ebdda515c 100644 --- a/_config.yml +++ b/_config.yml @@ -2,6 +2,7 @@ auto: true server: true pygments: true markdown: redcarpet + # # safe: true # # lsi: false # # destination: docs/ diff --git a/_includes/footer.html b/_includes/footer.html new file mode 100644 index 0000000000..94f041455c --- /dev/null +++ b/_includes/footer.html @@ -0,0 +1,11 @@ + + + + \ No newline at end of file diff --git a/_includes/left-nav.html b/_includes/left-nav.html index 609da39258..a50a1f6f5d 100644 --- a/_includes/left-nav.html +++ b/_includes/left-nav.html @@ -1,30 +1,16 @@
- -
\ No newline at end of file + + diff --git a/_includes/top-nav.html b/_includes/top-nav.html index fa0be1ff98..b89a625d57 100644 --- a/_includes/top-nav.html +++ b/_includes/top-nav.html @@ -1,3 +1,14 @@ - \ No newline at end of file + diff --git a/_layouts/default-with-platform.html b/_layouts/default-with-platform.html index 55e96cb8d2..6789fd1782 100644 --- a/_layouts/default-with-platform.html +++ b/_layouts/default-with-platform.html @@ -1,107 +1,55 @@ - - - - - {{page.title}} - - - - - - - - - {% for item in page.components %} - - {% endfor %} - - - {% for item in page.stylesheets %} - - {% endfor %} - - - - - - - - - - - - - - - - - - - - -