Sha256: 409c13fa83cbcb36cf3ba5d0b6bcc6c6f3d2eb3882f644e0c2511c4c85ea5ec1

Contents?: true

Size: 574 Bytes

Versions: 1

Compression:

Stored size: 574 Bytes

Contents

---
layout: docs
title: Enki
prev_section: drupal7
link_source:  enki
next_section: google_reader
permalink: /docs/enki/
---

To import your posts from a [Enki](http://enkiblog.com) installation, run:

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

1 entries across 1 versions & 1 rubygems

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