Sha256: 70fd5716666d707fc2970e873577252c297ec75a9d70f82ffd1c8176b336ef47
Contents?: true
Size: 810 Bytes
Versions: 2
Compression:
Stored size: 810 Bytes
Contents
--- layout: docs title: Tumblr prev_section: textpattern link_source: tumblr next_section: typo permalink: /docs/tumblr/ --- To import your posts from [Tumblr](http://tumblr.com), run: {% highlight bash %} $ ruby -rubygems -e 'require "jekyll-import"; JekyllImport::Importers::Tumblr.run({ "url" => "http://myblog.tumblr.com", "user" => "html", # or "md" "password" => false, # whether to download images as well. "add_highlights" => false, # whether to wrap code blocks (indented 4 spaces) in a Liquid "highlight" tag "rewrite_urls" => false # whether to write pages that redirect from the old Tumblr paths to the new Jekyll paths })' {% endhighlight %} The only required field is `url`. The other fields default to their above values.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jekyll-import-0.1.0 | site/docs/tumblr.md |
jekyll-import-0.1.0.rc1 | site/docs/tumblr.md |