Sha256: 54341f287bb741393030836d90f318bcde286060f3d2e195f60e595578f2c733

Contents?: true

Size: 573 Bytes

Versions: 5

Compression:

Stored size: 573 Bytes

Contents

---
layout: docs
title: Mephisto
prev_section: marley
link_source: mephisto
next_section: mt
permalink: /docs/mephisto/
---

To import your posts from [Mephisto](http://www.mephistoblog.com), run:

{% highlight bash %}
$ ruby -rubygems -e 'require "jekyll-import";
    JekyllImport::Importers::Mephisto.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

5 entries across 5 versions & 1 rubygems

Version Path
jekyll-import-0.4.0 site/docs/mephisto.md
jekyll-import-0.3.0 site/docs/mephisto.md
jekyll-import-0.2.0 site/docs/mephisto.md
jekyll-import-0.1.0 site/docs/mephisto.md
jekyll-import-0.1.0.rc1 site/docs/mephisto.md