From 205e65d017a01d1c5a61afbdfa1c8e647108e82b Mon Sep 17 00:00:00 2001 From: Matt Rogers Date: Thu, 18 Apr 2013 22:02:33 -0500 Subject: [PATCH] Be explicit about what we require when migrating systems We require access to the database from the old system and we're generating posts for Jekyll. --- site/_posts/2012-07-01-migrations.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/site/_posts/2012-07-01-migrations.md b/site/_posts/2012-07-01-migrations.md index c79fbabd..cad0964f 100644 --- a/site/_posts/2012-07-01-migrations.md +++ b/site/_posts/2012-07-01-migrations.md @@ -7,9 +7,9 @@ next_section: templates If you’re switching to Jekyll from another blogging system, Jekyll’s importers can help you with the move. Most methods listed on this page require read access -to the database to generate posts from your old system. Each method generates -`.markdown` posts in the `_posts` directory based on the entries in the foreign -system. +to the database from your old system to generate posts for Jekyll. Each method +generates `.markdown` posts in the `_posts` directory based on the entries in +the foreign system. ## Preparing for migrations