Skip to content

Commit

Permalink
Remove mentions of layout export. Too much trouble.
Browse files Browse the repository at this point in the history
  • Loading branch information
dodecaphonic committed May 31, 2011
1 parent cc52c28 commit 5b95bc6
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions README.md
@@ -1,21 +1,17 @@
Tumble Out is a Tumblr to Jekyll migration utility. It extracts public and private posts from your tumblog and puts it in the "<your tumblog>/posts" folder, using Markdown for the posts.
Tumble Out is a Tumblr to Jekyll migration utility. It extracts public and private posts from your tumblog and puts it in the "<your tumblog>/posts" folder, using the original format for the posts.

## Usage

$ tumble_out <tumblog url> [OPTIONAL]
$ tumble_out [OPTIONAL] tumblog_url

If you only give it your tumblog url, Tumble Out will extract all public posts and assets. If you give it your credentials, private posts will appear in "<your tumblog>/private".

After it's all done, just copy posts and [layout][Layout] (if exported) to your jekyll installation and have a joyful life static-site blogging.
After it's all done, just copy your posts to your jekyll installation and have a joyful life static-site blogging.

$ tumble_out -h

will show you all the available options.

## Layout

Tumble Out can export your layout to give you a starting point, but you should take notice of copyright details and respect theme authors like the good internet citizen you are. If you wish to skip this step, use the *-L* flag in the command line.

## Source formats

Supported post formats are only HTML and Markdown. If you need Textile, feel free to fork it and send a pull request.

0 comments on commit 5b95bc6

Please sign in to comment.