Remove http://localhost:4000
from site.url
as it is automatically set with jekyll serve
This commit is contained in:
parent
5d35afd349
commit
5e1720cbe6
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue