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"]