Sha256: 67b9a728fc5eb59a16dfd06d2fc7f1630a80f07d53ab407c3be6f9704299a712

Contents?: true

Size: 552 Bytes

Versions: 5

Compression:

Stored size: 552 Bytes

Contents

---
layout: docs
title: Jrnl
prev_section: joomla
link_source: jrnl
next_section: marley
permalink: /docs/jrnl/
---

To import your posts from [Jrnl](http://maebert.github.io/jrnl/), run:

{% highlight bash %}
$ ruby -rubygems -e 'require "jekyll-import";
    JekyllImport::Importers::Jrnl.run({
      "file"        => "~/journal.txt",
      "time_format" => "%Y-%m-%d %H:%M",
      "extension"   => "md",
      "layout"      => "post"
    })'
{% endhighlight %}

None of the fields are mandatory. The default to the values in the example
block above.

Version data entries

5 entries across 5 versions & 1 rubygems

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