From a44a562a0760a42cc68058baaf8bf337b1c46c63 Mon Sep 17 00:00:00 2001 From: Christian Basler Date: Sat, 25 Jun 2016 19:23:42 +0200 Subject: [PATCH] This should fix the broken paths --- _config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index c150081..cf23a6a 100644 --- a/_config.yml +++ b/_config.yml @@ -11,8 +11,8 @@ email: chrigu.meyer@gmail.com description: > # this means to ignore newlines until "baseurl:" You want to create an awesome Bitmessage app using Jabit? Then you've come to the right place! -baseurl: "" # the subpath of your site, e.g. /blog -url: "http://dissem.github.io/Jabit" # the base hostname & protocol for your site +baseurl: "/Jabit" # the subpath of your site, e.g. /blog +url: "http://dissem.github.io" # the base hostname & protocol for your site # twitter_username: jekyllrb github_username: Dissem