Sha256: 7abb3e91f0ae2a324a269cbb91fed599042cd486945e202d9b449c0237d715c7

Contents?: true

Size: 567 Bytes

Versions: 2

Compression:

Stored size: 567 Bytes

Contents

---
layout: docs
title: Movable Type
prev_section: mephisto
link_source: mt
next_section: posterous
permalink: /docs/mt/
---

To import your posts from [Movable Type](http://movabletype.org), run:

{% highlight bash %}
$ ruby -rubygems -e 'require "jekyll-import";
    JekyllImport::Importers::MT.run({
      "dbname"   => "name",
      "user"     => "myuser",
      "password" => "mypassword",
      "host"     => "myhost"
    })'
{% endhighlight %}

The only required fields are `dbname` and `user`. `password` defaults to `""`
and `host` defaults to `"localhost"`.

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jekyll-import-0.1.0 site/docs/mt.md
jekyll-import-0.1.0.rc1 site/docs/mt.md