From b51006dc0f6d06fe800efa03c89c24c7423d6fd3 Mon Sep 17 00:00:00 2001 From: Pat Dryburgh Date: Tue, 31 Jul 2018 09:38:23 -0700 Subject: [PATCH] fix base url --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index e94b862..9fc7eb2 100644 --- a/_config.yml +++ b/_config.yml @@ -17,7 +17,7 @@ title: Hitchens email: your-email@example.com description: >- # this means to ignore newlines until "baseurl:" An inarguably well-designed Jekyll theme. -baseurl: "/hitchens" # the subpath of your site, e.g. /blog +baseurl: "hitchens/" # the subpath of your site, e.g. /blog url: "https://patdryburgh.github.io" # the base hostname & protocol for your site, e.g. http://example.com twitter_username: patdryburgh github_username: patdryburgh