From 5a74494f9d50a47a946b7da98cd3a949a49485c8 Mon Sep 17 00:00:00 2001 From: Dean Attali Date: Sat, 20 Feb 2016 16:06:09 -0800 Subject: [PATCH] make it more clear that http:// needs to be used in the config url param --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index c56c7a2..e34089e 100644 --- a/_config.yml +++ b/_config.yml @@ -3,7 +3,7 @@ # url is the full website URL # baseurl is the website's URL without the hostname -# If you are building a simple GitHub user page (username.github.io) then use these settings: +# If you are building a simple GitHub user page (http://username.github.io) then use these settings: url: "http://username.github.io" baseurl: ""