From 21ead5d0ef6bb2ce72ca321704550d78794e20c0 Mon Sep 17 00:00:00 2001 From: Aaron Neyer Date: Fri, 17 Jan 2014 20:56:43 -0500 Subject: [PATCH] Get up a basic info page --- _config.yml | 2 +- _layouts/default.html | 64 +- _layouts/post.html | 9 - _posts/2014-01-17-welcome-to-jekyll.markdown | 24 - css/bootstrap-theme.css | 397 + css/bootstrap-theme.min.css | 7 + css/bootstrap.css | 7118 ++++++++++++++++++ css/bootstrap.min.css | 7 + fonts/glyphicons-halflings-regular.eot | Bin 0 -> 20290 bytes fonts/glyphicons-halflings-regular.svg | 229 + fonts/glyphicons-halflings-regular.ttf | Bin 0 -> 41236 bytes fonts/glyphicons-halflings-regular.woff | Bin 0 -> 23292 bytes img/limelight.png | Bin 0 -> 150661 bytes index.html | 13 - index.md | 26 + js/bootstrap.js | 2006 +++++ js/bootstrap.min.js | 7 + 17 files changed, 9835 insertions(+), 74 deletions(-) delete mode 100644 _layouts/post.html delete mode 100644 _posts/2014-01-17-welcome-to-jekyll.markdown create mode 100644 css/bootstrap-theme.css create mode 100644 css/bootstrap-theme.min.css create mode 100644 css/bootstrap.css create mode 100644 css/bootstrap.min.css create mode 100644 fonts/glyphicons-halflings-regular.eot create mode 100644 fonts/glyphicons-halflings-regular.svg create mode 100644 fonts/glyphicons-halflings-regular.ttf create mode 100644 fonts/glyphicons-halflings-regular.woff create mode 100644 img/limelight.png delete mode 100644 index.html create mode 100644 index.md create mode 100644 js/bootstrap.js create mode 100644 js/bootstrap.min.js diff --git a/_config.yml b/_config.yml index 85daa77..ba8f1a6 100644 --- a/_config.yml +++ b/_config.yml @@ -1,3 +1,3 @@ -name: Your New Jekyll Site +name: Limelight-stream markdown: redcarpet pygments: true diff --git a/_layouts/default.html b/_layouts/default.html index 22e7e3f..bc38847 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -6,39 +6,49 @@ {{ page.title }} - - - - + + + + - -
- - - {{ content }} - -