Remove http://localhost:4000 from site.url as it is automatically set with jekyll serve

This commit is contained in:
Michael Rose 2016-10-06 15:43:02 -04:00
parent 5d35afd349
commit 5e1720cbe6

View file

@ -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"