Skip to content

Instantly share code, notes, and snippets.

@bpatra
Created December 27, 2020 17:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bpatra/7ee528b5d1cb889cb392b9c89e8bf124 to your computer and use it in GitHub Desktop.
Save bpatra/7ee528b5d1cb889cb392b9c89e8bf124 to your computer and use it in GitHub Desktop.
Jekyll importer command
JekyllImport::Importers::WordPress.run({
"dbname" => "backup",
"user" => "root",
"password" => "my-secret-pwd",
"host" => "localhost",
"port" => "3306",
# other stuff
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment