lib/octopress-ink.rb in octopress-ink-1.0.0.rc.46 vs lib/octopress-ink.rb in octopress-ink-1.0.0.rc.47
- old
+ new
@@ -129,9 +129,10 @@
end
def self.plugin_list(name, options)
config = options.delete('config') # Jekyll conflicts with this option
Octopress.site(options)
+ Octopress.site.read
Plugins.register
options['config'] = config if config
if p = plugin(name)
puts p.list(options)