From 4affa6eba76e57de87b94b7fbd966359b771ea0d Mon Sep 17 00:00:00 2001 From: Tom Johnson Date: Tue, 12 May 2015 21:32:58 -0700 Subject: [PATCH] fixing config file paths --- _config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index 1138574..7c651e3 100644 --- a/_config.yml +++ b/_config.yml @@ -10,11 +10,11 @@ version: 2.0 # appears above the sidebar (optional) tagline: Guide for designers -# leave the url empty so that you can upload the files into any domain. You just need to define the baseurl. -# url: "http://idratherbewriting.com" +# You can leave the url empty so that you can upload the files into any domain. You just need to define the baseurl. +url: "http://tomjohnson1492.github.io" # the subpath of your site. If you're publishing to the root directory, just type "". Usually set this as your project name. -baseurl: "/documentation-theme-jekyll/designer" +baseurl: "/documentation-theme-jekyll" # this is how you will preview the site on your local machine. leave as is. host: 127.0.0.1