From 16da942d66ad3d460889ffcb08ee8c82b1ea7936 Mon Sep 17 00:00:00 2001 From: Andy Konwinski Date: Sun, 2 Sep 2012 23:05:40 -0700 Subject: Adding docs directory containing documentation currently on the wiki which can be compiled via jekyll, using the command `jekyll`. To compile and run a local webserver to serve the doc as a website, run `jekyll --server`. --- docs/_layouts/global.html | 109 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 109 insertions(+) create mode 100755 docs/_layouts/global.html (limited to 'docs/_layouts/global.html') diff --git a/docs/_layouts/global.html b/docs/_layouts/global.html new file mode 100755 index 0000000000..a2f1927e6b --- /dev/null +++ b/docs/_layouts/global.html @@ -0,0 +1,109 @@ + + + + + + + + + {{ page.title }} + + + + + + + + + + + + + + + + + +
+ {{ content }} + + + + + + + + +
+ + + + + + + + + + -- cgit v1.2.3