Tumblr
Additional Dependencies
This importer requires the following additional libraries.
You may install the needed gems individually by running gem install GEM_NAME
or install all of them
with a single invocation:gem install nokogiri reverse_markdown
Invocation
Sample snippet to invoke the importer:
jekyll-import tumblr --url URL --format FORMAT --grab_images --add_highlights --rewrite_urls
Option <PARAM> | Description | ||
---|---|---|---|
--url URL |
Tumblr URL. |
||
--format FORMAT |
Output format. |
Default: 'html' |
|
--grab_images |
Whether to grab images. |
Default: false |
|
--add_highlights |
Whether to add highlights. |
Default: false |
|
--rewrite_urls |
Whether to rewrite URLs. |
Default: false |
Highlighted row(s) in table above indicate required options.