Skip to content

Commit

Permalink
docs: Add some documentation on importing content
Browse files Browse the repository at this point in the history
 - So that I won't forget the syntax
 - Won't really work on generated blog. How is that supposed to work?
  • Loading branch information
Michal Bryxí authored and mansona committed Apr 27, 2021
1 parent 9564c3a commit 847549d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,26 @@ and I'd be happy to help you. You can check out the documentation for
If you do end up writing an empress-blog template please let us know so I can
include your template in a list of existing templates.

Importing content
------------------------------------------------------------------------------

If you hosted your blog somewhere else, you might be interested in importing the content
to your new *empress-blog*.

Command line for import is:
```sh
ember empress-blog:import [dump_file] --type=[import_type]
```

The current available `import_type`s are:
- ghost
- wordpress
- tumblr

### Tumblr

When exporting your Tumblr posts you get a zip file that contains another zip file called `posts.zip`. You need to unpack the first file and use the `posts.zip` file as your `dump_file`.

Upgrade notes
------------------------------------------------------------------------------

Expand Down

0 comments on commit 847549d

Please sign in to comment.