From 8813173ba7cd960f08693608ecb5ae26dd9d38fe Mon Sep 17 00:00:00 2001 From: Ashwin Maroli Date: Thu, 8 Sep 2016 08:07:29 +0530 Subject: [PATCH] set empty url in config file by default --- lib/site_template/_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/site_template/_config.yml b/lib/site_template/_config.yml index 7e5346b4..24a46518 100644 --- a/lib/site_template/_config.yml +++ b/lib/site_template/_config.yml @@ -20,7 +20,7 @@ description: > # this means to ignore newlines until "baseurl:" line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description. baseurl: "" # the subpath of your site, e.g. /blog -url: "http://example.com" # the base hostname & protocol for your site +url: "" # the base hostname & protocol for your site, e.g. http://example.com twitter_username: jekyllrb github_username: jekyll