From 79c9622e83c4eff426456733b9506912eafbb37a Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Fri, 25 Oct 2013 10:13:33 -0400 Subject: [PATCH] Update site.url and exclude Gemfile.lock --- _config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index ca31949..c114364 100644 --- a/_config.yml +++ b/_config.yml @@ -3,8 +3,8 @@ description: Describe your website here. logo: site-logo.png disqus_shortname: search: true -#Comment out url when working locally to resolve base urls correctly -url: http://your-website.com +#Change url to your domain. Leave localhost server or blank when working locally. +url: http://localhost:4000 # Owner/author information owner: @@ -66,4 +66,4 @@ kramdown: coderay_css: class include: [".htaccess"] -exclude: ["lib", "config.rb", "Gemfile", "Capfile", "config", "log", "Rakefile", "Rakefile.rb", "tmp", "less", "*.sublime-project", "*.sublime-workspace", "test", "spec", "Gruntfile.js", "package.json", "node_modules"] +exclude: ["lib", "config.rb", "Gemfile", "Capfile", "Gemfile.lock", "config", "log", "Rakefile", "Rakefile.rb", "tmp", "less", "*.sublime-project", "*.sublime-workspace", "test", "spec", "Gruntfile.js", "package.json", "node_modules"]