From 5a178959d7951ec08846f73c0aacec9bfb655116 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Thu, 6 Oct 2016 15:43:02 -0400 Subject: [PATCH] Remove `http://localhost:4000` from `site.url` as it is automatically set with `jekyll serve` --- example/_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/_config.yml b/example/_config.yml index 79be8f5..868abf8 100644 --- a/example/_config.yml +++ b/example/_config.yml @@ -13,7 +13,7 @@ title : "Site Title" title_separator : "-" name : "Your Name" description : "An amazing website." -url : "http://localhost:4000" # the base hostname & protocol for your site e.g. "https://mmistakes.github.io" +url : # the base hostname & protocol for your site e.g. "https://mmistakes.github.io" baseurl : # the subpath of your site, e.g. "/blog" repository : # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes" teaser : # filename of teaser fallback teaser image placed in /images/, .e.g. "500x300.png" -- 2.43.0