From 460b251a15d8452335f81e4562a1d70d39c70ff3 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Mon, 9 Dec 2013 08:41:58 -0500 Subject: [PATCH] Replace site.url with localhost server --- _config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index bfb5632..0540fb4 100644 --- a/_config.yml +++ b/_config.yml @@ -1,8 +1,8 @@ title: Site Title tagline: A short tagline description: Describe your website. -#Comment out url when working locally to resolve base urls correctly -url: http://your-site.com +# Your site's domain goes here. Leave localhost server or blank when working locally. +url: http://localhost:4000 # Owner/author information owner: -- 2.45.2