From c7f67d42c7daf0b59d5ad57ab5848865eff0b7ff Mon Sep 17 00:00:00 2001 From: Droogans Date: Sat, 21 Jun 2014 12:46:43 -0500 Subject: [PATCH] fix(config): site.baseurl default value is root. When adding additional pages to the site, the css links can get messed up until you go back and set a `baseurl` entry in the config. This makes sense to add this since the project comes with entries for `baseurl` at the beginning. --- _config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/_config.yml b/_config.yml index 6a900db6db582..9c4f7ae682c32 100644 --- a/_config.yml +++ b/_config.yml @@ -10,6 +10,7 @@ title: Lanyon tagline: 'A Jekyll theme' description: 'A reserved Jekyll theme that places the utmost gravity on content with a hidden drawer. Made by @mdo.' url: http://lanyon.getpoole.com +baseurl: '/' paginate: 5 author: