Sha256: 1914015cbcb5e202485946d8a9db2de43a0096d1f84c71c61becdd878c2130c9

Contents?: true

Size: 499 Bytes

Versions: 4

Compression:

Stored size: 499 Bytes

Contents

---
layout: docs
title: Ghost
prev_section: enki
link_source:  ghost
next_section: google_reader
permalink: /docs/ghost/
---

To import your posts from your self-hosted Ghost instance, you first have to download your ghost.db from your server and run:

{% highlight bash %}
$ ruby -rubygems -e 'require "jekyll-import";
    JekyllImport::Importers::Ghost.run({
      "dbfile"   => "/path/to/your/ghost.db"
    })'
{% endhighlight %}

There are no required fields. `dbfile` defaults to `"ghost.db"`.

Version data entries

4 entries across 4 versions & 1 rubygems

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