Jrnl Importer

This importer depends on the following third-party gems:

  • safe_yaml
You may either install the gem(s) individually by running a command with syntax gem install GEM_NAME or install the required gems in a batch by running the following snippet:
gem install safe_yaml

Invocation

Sample snippet to invoke the importer:

jekyll import jrnl --file FILENAME --time_format FORMAT --extension EXT --layout NAME

Option <PARAM>Description
--file FILENAME

Journal file.

Default: '~/journal.txt'
--time_format FORMAT

Time format of your journal.

Default: '%Y-%m-%d %H:%M'
--extension EXT

Output extension.

Default: 'md'
--layout NAME

Output post layout.

Default: 'post'