From 2b0f7bfb270a80bdd33d136abee3a9cdd4bcb592 Mon Sep 17 00:00:00 2001 From: Scott Emmons Date: Fri, 22 Aug 2014 17:24:43 -0700 Subject: [PATCH] Add baseurl and site configurations. --- _config.yml | 2 ++ _includes/header.html | 18 +++++++++--------- _includes/sidebar.html | 2 +- _layouts/post.html | 6 +++--- archive.html | 2 +- atom.xml | 8 ++++---- index.html | 8 ++++---- 7 files changed, 24 insertions(+), 22 deletions(-) diff --git a/_config.yml b/_config.yml index a9c0e67..9185388 100644 --- a/_config.yml +++ b/_config.yml @@ -1,5 +1,7 @@ name: My blog description: A jekyll theme +url: http://scotte.github.io +baseurl: /jekyll-clean # Set the following to enable these features, leave as '' to disable them github: 'scotte/jekyll-clean' diff --git a/_includes/header.html b/_includes/header.html index 3e67443..93713eb 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -5,10 +5,10 @@ {{ site.name }} - - - - + + + + @@ -17,12 +17,12 @@