Added a getto task to perform export from mephisto... this needs to be moved into the jekyl binary
This commit is contained in:
parent
f36263d8ad
commit
08bf7b1839
7
Rakefile
7
Rakefile
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue