From 660b9249e91664fbe8189c07155e144ba5e4c05d Mon Sep 17 00:00:00 2001 From: Evan Sosenko Date: Fri, 27 Dec 2013 18:06:22 -0800 Subject: [PATCH] Added root_url setting to handle local development. --- _config.dev.yml | 2 +- _config.testing.yml | 2 +- _config.yml | 1 + _layouts/default.html | 4 ++-- index.html | 6 +++--- 5 files changed, 8 insertions(+), 7 deletions(-) diff --git a/_config.dev.yml b/_config.dev.yml index 9f22972..5784128 100644 --- a/_config.dev.yml +++ b/_config.dev.yml @@ -1,4 +1,4 @@ -domain: null +root_url: null assets: baseurl: /assets/ diff --git a/_config.testing.yml b/_config.testing.yml index 5010e1f..7a2fd63 100644 --- a/_config.testing.yml +++ b/_config.testing.yml @@ -1,4 +1,4 @@ -domain: null +root_url: null assets: baseurl: /assets/ diff --git a/_config.yml b/_config.yml index edb6222..3aa3f00 100644 --- a/_config.yml +++ b/_config.yml @@ -1,6 +1,7 @@ # Jekyll options. name: Site Name domain: http://razor-x.github.io/jekyll-and-zurb +root_url: http://razor-x.github.io/jekyll-and-zurb markdown: redcarpet pygments: true diff --git a/_layouts/default.html b/_layouts/default.html index 8473fea..0317540 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -13,14 +13,14 @@
-

{{ site.name }}

+

{{ site.name }}

{{ content }}