Skip to content

Instantly share code, notes, and snippets.

@vquaiato
Created January 7, 2012 03:15
Show Gist options
  • Select an option

  • Save vquaiato/1573655 to your computer and use it in GitHub Desktop.

Select an option

Save vquaiato/1573655 to your computer and use it in GitHub Desktop.
migrando do wordpress pra markdown com jekyll
$ export DB=my_wpdb
$ export USER=dbuser
$ export PASS=dbpass
$ ruby -r './_import/wordpress.rb' -e 'Jekyll::WordPress.process("#{ENV["DB"]}", "#{ENV["USER"]}", "#{ENV["PASS"]}")'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment