Tumblr Importer
This importer depends on the following third-party gems:
- nokogiri
- reverse_markdown
gem install GEM_NAME
or install the required gems in a batch by running the following snippet:
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 |