Skip to content

Commit

Permalink
Added a getto task to perform export from mephisto... this needs to b…
Browse files Browse the repository at this point in the history
…e moved into the jekyl binary
  • Loading branch information
Chris Van Pelt committed Nov 23, 2008
1 parent f36263d commit 08bf7b1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Rakefile
Expand Up @@ -13,3 +13,10 @@ desc "Open an irb session preloaded with this library"
task :console do
sh "irb -rubygems -r ./lib/jekyll.rb"
end

namespace :convert do
desc "Migrate from mephisto in the current directory"
task :mephisto do
sh %q(ruby -r './lib/jekyll/converters/mephisto' -e 'Jekyll::Mephisto.postgres(:database => "#{ENV["DB"]}")')
end
end

0 comments on commit 08bf7b1

Please sign in to comment.