~xdavidwu/xdavidwu.link

5a178959d7951ec08846f73c0aacec9bfb655116 — Michael Rose 7 years ago 82051d3
Remove `http://localhost:4000` from `site.url` as it is automatically set with `jekyll serve`
1 files changed, 1 insertions(+), 1 deletions(-)

M example/_config.yml
M example/_config.yml => example/_config.yml +1 -1
@@ 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"