From 3390c119ce1ce59b5e4173f11e5fd69dd60355f5 Mon Sep 17 00:00:00 2001 From: Rufus Pollock Date: Wed, 2 May 2012 22:12:24 +0100 Subject: [PATCH] [doc,refactor][s]: switch to jekyll-based build (so template in _layouts/default.html and index.html refactored to use this). --- .gitignore | 1 + _layouts/default.html | 77 ++++++++++++++++++++++++++++++++++++++++++ index.html | 78 +++---------------------------------------- 3 files changed, 82 insertions(+), 74 deletions(-) create mode 100644 _layouts/default.html diff --git a/.gitignore b/.gitignore index bc7c182c..76a5efdd 100755 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .DS_Store sandbox/* .*.swp +_site/* diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 00000000..df2e9b1c --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,77 @@ + + + + + {{ page.title }} - Recline Data Explorer and Library + + + + + + + + + + + +{{content}} + + + + + diff --git a/index.html b/index.html index c9bc3261..abcacef4 100644 --- a/index.html +++ b/index.html @@ -1,32 +1,7 @@ - - - - - Recline Data Explorer and Library - - - - - - - - - - +--- +layout: default +title: Home +--- - - - -