From 7b734640343bbbeb139c835d19060606deb72919 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Thu, 14 Apr 2016 16:21:27 -0400 Subject: [PATCH] Use correct site.url --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index f0573e64..52d02ffc 100644 --- a/_config.yml +++ b/_config.yml @@ -11,7 +11,7 @@ title : "Minimal Mistakes" title_separator : "-" name : &name "Michael Rose" description : &description "A flexible Jekyll theme for your blog or site with a minimalist aesthetic." -url : https://github.io.mmistakes # the base hostname & protocol for your site e.g. "//github.io.mmistakes" +url : https://mmistakes.github.io # the base hostname & protocol for your site e.g. "https://mmistakes.github.io" baseurl : "/minimal-mistakes" # the subpath of your site, e.g. "/blog" gh_repo : "https://github.com/mmistakes/minimal-mistakes" teaser : # filename of teaser fallback teaser image placed in /images/, .e.g. "500x300.png"