Sha256: 763079b8f9b1766f649a8135d11a586b27c4fe41fe94fafd2898c623b5d0b135

Contents?: true

Size: 566 Bytes

Versions: 3

Compression:

Stored size: 566 Bytes

Contents

---
layout: docs
title: Enki
prev_section: drupal7
link_source:  enki
next_section: ghost
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

3 entries across 3 versions & 1 rubygems

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