From 47ee5db5fca5a7e8b380e2d6657a32d2a56b1570 Mon Sep 17 00:00:00 2001 From: Tony Eichelberger Date: Fri, 20 Feb 2015 07:06:12 -0600 Subject: [PATCH] Removed the trailing slash from the example "/blog/" basurl comment. Following the example would add two slashes into the url, i.e. http://yourdomain.com/blog// --- 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 2f03e74d..f4151011 100644 --- a/lib/site_template/_config.yml +++ b/lib/site_template/_config.yml @@ -5,7 +5,7 @@ description: > # this means to ignore newlines until "baseurl:" Write an awesome description for your new site here. You can edit this 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/ +baseurl: "" # the subpath of your site, e.g. /blog url: "http://yourdomain.com" # the base hostname & protocol for your site twitter_username: jekyllrb github_username: jekyll