Sha256: 9f6f8ce07ce46f698cd170721aca6a086c6cba04a3ec7b5446d19ce1686d2352
Contents?: true
Size: 805 Bytes
Versions: 2
Compression:
Stored size: 805 Bytes
Contents
--- layout: docs title: WordPress prev_section: typo link_source: wordpress next_section: wordpressdotcom permalink: /docs/wordpress/ --- To import your posts from a self-hosted [WordPress](http://wordpress.org) installation, run: {% highlight bash %} $ ruby -rubygems -e 'require "jekyll-import"; JekyllImport::Importers::WordPress.run({ "dbname" => "", "user" => "", "password" => "", "host" => "localhost", "prefix" => "wp_", "clean_entities" => true, "comments" => true, "categories" => true, "tags" => true, "more_excerpt" => true, "more_anchor" => true, "status" => ["publish"] })' {% endhighlight %} None of the fields are required. Their defaults are as you see above.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jekyll-import-0.1.0 | site/docs/wordpress.md |
jekyll-import-0.1.0.rc1 | site/docs/wordpress.md |