diff --git a/config.rb b/config.rb index eeca4b8..05e39e1 100644 --- a/config.rb +++ b/config.rb @@ -1,7 +1,7 @@ $:.unshift File.expand_path("lib", File.dirname(__FILE__)) # For use/testing when no gem is installed require "octopress" -config = Octopress::Configuration.read_configuration +config = Octopress::Configuration.new.read_configuration project_type = :stand_alone