From 8d7be33dfb61bb836da18416943d2640424e04be Mon Sep 17 00:00:00 2001 From: Matt Rogers Date: Thu, 18 Apr 2013 21:48:17 -0500 Subject: [PATCH 01/15] Wrap at 80 columns --- site/_posts/2012-07-01-frontmatter.md | 3 +- site/_posts/2012-07-01-migrations.md | 75 +++++++++++++++++++++------ site/_posts/2012-07-01-pages.md | 4 +- site/_posts/2012-07-01-pagination.md | 5 +- 4 files changed, 66 insertions(+), 21 deletions(-) diff --git a/site/_posts/2012-07-01-frontmatter.md b/site/_posts/2012-07-01-frontmatter.md index 337a7388..b5a05ed9 100644 --- a/site/_posts/2012-07-01-frontmatter.md +++ b/site/_posts/2012-07-01-frontmatter.md @@ -35,7 +35,8 @@ relies on. ## Predefined Global Variables -There are a number of predefined global variables that you can set in the front-matter of a page or post. +There are a number of predefined global variables that you can set in the +front-matter of a page or post. diff --git a/site/_posts/2012-07-01-migrations.md b/site/_posts/2012-07-01-migrations.md index e4d85dea..c79fbabd 100644 --- a/site/_posts/2012-07-01-migrations.md +++ b/site/_posts/2012-07-01-migrations.md @@ -72,7 +72,11 @@ $ ruby -rubygems -e 'require "jekyll/migrators/wordpress"; Jekyll::WordPress.process("database", "user", "pass")' {% endhighlight %} -If you are using Webfaction and have to set up an [SSH tunnel](http://docs.webfaction.com/user-guide/databases.html?highlight=mysql#starting-an-ssh-tunnel-with-ssh), be sure to make the hostname (`127.0.0.1`) explicit, otherwise MySQL may block your access based on `localhost` and `127.0.0.1` not being equivalent in its authentication system: +If you are using Webfaction and have to set up an [SSH +tunnel](http://docs.webfaction.com/user-guide/databases.html?highlight=mysql#starting-an-ssh-tunnel-with-ssh), +be sure to make the hostname (`127.0.0.1`) explicit, otherwise MySQL may block +your access based on `localhost` and `127.0.0.1` not being equivalent in its +authentication system: {% highlight bash %} $ ruby -rubygems -e 'require "jekyll/migrators/wordpress"; @@ -81,15 +85,27 @@ $ ruby -rubygems -e 'require "jekyll/migrators/wordpress"; ### Further Wordpress migration alternatives -While the above methods work, they do not import much of the metadata that is usually stored in Wordpress posts and pages. If you need to export things like pages, tags, custom fields, image attachments and so on, the following resources might be useful to you: +While the above methods work, they do not import much of the metadata that is +usually stored in Wordpress posts and pages. If you need to export things like +pages, tags, custom fields, image attachments and so on, the following resources +might be useful to you: -- [Exitwp](https://github.com/thomasf/exitwp) is a configurable tool written in Python for migrating one or more Wordpress blogs into Jekyll (Markdown) format while keeping as much metadata as possible. Exitwp also downloads attachments and pages. -- [A great article](http://vitobotta.com/how-to-migrate-from-wordpress-to-jekyll/) with a step-by-step guide for migrating a Wordpress blog to Jekyll while keeping most of the structure and metadata. -- [wpXml2Jekyll](https://github.com/theaob/wpXml2Jekyll) is an executable windows application for creating Markdown posts from your Wordpress XML file. +- [Exitwp](https://github.com/thomasf/exitwp) is a configurable tool written in + Python for migrating one or more Wordpress blogs into Jekyll (Markdown) format + while keeping as much metadata as possible. Exitwp also downloads attachments + and pages. +- [A great + article](http://vitobotta.com/how-to-migrate-from-wordpress-to-jekyll/) with a + step-by-step guide for migrating a Wordpress blog to Jekyll while keeping most + of the structure and metadata. +- [wpXml2Jekyll](https://github.com/theaob/wpXml2Jekyll) is an executable + windows application for creating Markdown posts from your Wordpress XML file. ## Drupal -If you’re migrating from [Drupal](http://drupal.org), there is [a migrator](https://github.com/mojombo/jekyll/blob/master/lib/jekyll/migrators/drupal.rb) for you too: +If you’re migrating from [Drupal](http://drupal.org), there is [a +migrator](https://github.com/mojombo/jekyll/blob/master/lib/jekyll/migrators/drupal.rb) +for you too: {% highlight bash %} $ ruby -rubygems -e 'require "jekyll/migrators/drupal"; @@ -98,7 +114,9 @@ $ ruby -rubygems -e 'require "jekyll/migrators/drupal";
Warning: Drupal Version Compatibility
-

This migrator was written for Drupal 6.1 and may not work as expected on future versions of Drupal. Please update it and send us a pull request if necessary.

+

This migrator was written for Drupal 6.1 and may not work as expected on + future versions of Drupal. Please update it and send us a pull request if + necessary.

## Movable Type @@ -130,7 +148,12 @@ $ ruby -rubygems -e 'require "jekyll/migrators/textpattern"; Jekyll::TextPattern.process("database_name", "username", "password", "hostname")' {% endhighlight %} -You will need to run the above from the parent directory of your `_import` folder. For example, if `_import` is located in `/path/source/_import`, you will need to run this code from `/path/source`. The hostname defaults to `localhost`, all other variables are required. You may need to adjust the code used to filter entries. Left alone, it will attempt to pull all entries that are live or sticky. +You will need to run the above from the parent directory of your `_import` +folder. For example, if `_import` is located in `/path/source/_import`, you will +need to run this code from `/path/source`. The hostname defaults to `localhost`, +all other variables are required. You may need to adjust the code used to filter +entries. Left alone, it will attempt to pull all entries that are live or +sticky. ## Mephisto @@ -150,11 +173,22 @@ $ ruby -rubygems -e 'require "jekyll/migrators/mephisto"; ## Blogger (Blogspot) -To import posts from Blogger, see [this post about migrating from Blogger to Jekyll](http://coolaj86.info/articles/migrate-from-blogger-to-jekyll.html). If that doesn’t work for you, you might want to try some of the following alternatives: +To import posts from Blogger, see [this post about migrating from Blogger to +Jekyll](http://coolaj86.info/articles/migrate-from-blogger-to-jekyll.html). If +that doesn’t work for you, you might want to try some of the following +alternatives: -- [@kennym](https://github.com/kennym) created a [little migration script](https://gist.github.com/1115810), because the solutions in the previous article didn't work out for him. -- [@ngauthier](https://github.com/ngauthier) created [another importer](https://gist.github.com/1506614) that imports comments, and does so via blogger’s archive instead of the RSS feed. -- [@juniorz](https://github.com/juniorz) created [yet another importer](https://gist.github.com/1564581) that works for [Octopress](http://octopress.org). It is like [@ngauthier’s version](https://gist.github.com/1506614) but separates drafts from posts, as well as importing tags and permalinks. +- [@kennym](https://github.com/kennym) created a [little migration + script](https://gist.github.com/1115810), because the solutions in the + previous article didn't work out for him. +- [@ngauthier](https://github.com/ngauthier) created [another + importer](https://gist.github.com/1506614) that imports comments, and does so + via blogger’s archive instead of the RSS feed. +- [@juniorz](https://github.com/juniorz) created [yet another + importer](https://gist.github.com/1564581) that works for + [Octopress](http://octopress.org). It is like [@ngauthier’s + version](https://gist.github.com/1506614) but separates drafts from posts, as + well as importing tags and permalinks. ## Posterous @@ -165,14 +199,17 @@ $ ruby -rubygems -e 'require "jekyll/migrators/posterous"; Jekyll::Posterous.process("my_email", "my_pass")' {% endhighlight %} -For any other Posterous blog on your account, you will need to specify the `blog_id` for the blog: +For any other Posterous blog on your account, you will need to specify the +`blog_id` for the blog: {% highlight bash %} $ ruby -rubygems -e 'require "jekyll/migrators/posterous"; Jekyll::Posterous.process("my_email", "my_pass", "blog_id")' {% endhighlight %} -There is also an [alternative Posterous migrator](https://github.com/pepijndevos/jekyll/blob/patch-1/lib/jekyll/migrators/posterous.rb) that maintains permalinks and attempts to import images too. +There is also an [alternative Posterous +migrator](https://github.com/pepijndevos/jekyll/blob/patch-1/lib/jekyll/migrators/posterous.rb) +that maintains permalinks and attempts to import images too. ## Tumblr @@ -183,9 +220,12 @@ $ ruby -rubygems -e 'require "jekyll/migrators/tumblr"; Jekyll::Tumblr.process("http://www.your_blog_url.com", true)' {% endhighlight %} -There is also [a modified Tumblr migrator](https://github.com/stephenmcd/jekyll/blob/master/lib/jekyll/migrators/tumblr.rb) that exports posts as Markdown and preserves post tags. +There is also [a modified Tumblr +migrator](https://github.com/stephenmcd/jekyll/blob/master/lib/jekyll/migrators/tumblr.rb) +that exports posts as Markdown and preserves post tags. -The migrator above requires the `json` gem and Python's `html2text` to be installed as follows: +The migrator above requires the `json` gem and Python's `html2text` to be +installed as follows: {% highlight bash %} $ gem install json @@ -201,4 +241,5 @@ $ ruby -rubygems -e 'require "jekyll/migrators/tumblr"; ## Other Systems -If you have a system that there isn’t currently a migrator for, you should consider writing one and sending us a pull request. +If you have a system that there isn’t currently a migrator for, you should +consider writing one and sending us a pull request. diff --git a/site/_posts/2012-07-01-pages.md b/site/_posts/2012-07-01-pages.md index c78d6145..6a51d133 100644 --- a/site/_posts/2012-07-01-pages.md +++ b/site/_posts/2012-07-01-pages.md @@ -35,8 +35,8 @@ There are two main ways of creating pages: - Create a folder in the site's root for each page, and place an index.html file in each page folder. -Both methods work fine (and can be used in conjunction with each other), with the -only real difference being the resulting URLs. +Both methods work fine (and can be used in conjunction with each other), +with the only real difference being the resulting URLs. ### Named HTML files diff --git a/site/_posts/2012-07-01-pagination.md b/site/_posts/2012-07-01-pagination.md index f1710d99..d914279a 100644 --- a/site/_posts/2012-07-01-pagination.md +++ b/site/_posts/2012-07-01-pagination.md @@ -105,7 +105,10 @@ attributes:
Pagination does not support tags or categories
-

Pagination pages through every post in the posts variable regardless of variables defined in the YAML Front Matter of each. It does not currently allow paging over groups of posts linked by a common tag or category.

+

Pagination pages through every post in the posts + variable regardless of variables defined in the YAML Front Matter of + each. It does not currently allow paging over groups of posts linked + by a common tag or category.

## Render the paginated Posts From 2e656589207ddcf8214b51bb175fd9a812c989b0 Mon Sep 17 00:00:00 2001 From: Matt Rogers Date: Thu, 18 Apr 2013 20:57:39 -0500 Subject: [PATCH 02/15] Fix up some verbiage that didn't jive quite right. --- site/_posts/2012-07-01-home.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/site/_posts/2012-07-01-home.md b/site/_posts/2012-07-01-home.md index 1f28b9d1..b6aaa048 100644 --- a/site/_posts/2012-07-01-home.md +++ b/site/_posts/2012-07-01-home.md @@ -4,11 +4,11 @@ title: Welcome next_section: installation --- -This site aims to be a comprehensive guide to Jekyll. We’ll cover everything -from getting your site up and running, creating and managing your content, +This site aims to be a comprehensive guide to Jekyll. We’ll cover topics such +as getting your site up and running, creating and managing your content, customizing the way your site works and looks, deploying to various -environments, as well as some advice on participating in the future development -of Jekyll itself. +environments, and give you some advice on participating in the future +development of Jekyll itself. ## So what is Jekyll, exactly? From ef6ae8c07393e5dbbb6c3bc890250b09352274f0 Mon Sep 17 00:00:00 2001 From: Matt Rogers Date: Thu, 18 Apr 2013 21:01:10 -0500 Subject: [PATCH 03/15] Add a word that was missing --- site/_posts/2012-07-01-installation.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/site/_posts/2012-07-01-installation.md b/site/_posts/2012-07-01-installation.md index 33f111be..646b6c5c 100644 --- a/site/_posts/2012-07-01-installation.md +++ b/site/_posts/2012-07-01-installation.md @@ -8,7 +8,7 @@ next_section: usage Getting Jekyll installed and ready-to-go should only take a few minutes. If it ever becomes a pain in the ass, please [file an issue](https://github.com/mojombo/jekyll/issues/new) (or submit a pull request) -describing the issue you encountered, and how we might make the process easier. +describing the issue you encountered and how we might make the process easier. ### Requirements @@ -39,11 +39,11 @@ simply run the following command to install Jekyll: $ gem install jekyll {% endhighlight %} -All Jekyll’s gem dependencies are automatically installed by the above command, -so you won’t have to worry about them at all. If you have problems installing -Jekyll, check out the [troubleshooting](../troubleshooting) page or [report an -issue](https://github.com/mojombo/jekyll/issues/new) so the Jekyll community can -improve the experience for everyone. +All of Jekyll’s gem dependencies are automatically installed by the above +command, so you won’t have to worry about them at all. If you have problems +installing Jekyll, check out the [troubleshooting](../troubleshooting) page or +[report an issue](https://github.com/mojombo/jekyll/issues/new) so the Jekyll +community can improve the experience for everyone. ## Optional Extras From c06bb76610c01e0e2bd94bbb87c9a95b6a22ec07 Mon Sep 17 00:00:00 2001 From: Matt Rogers Date: Thu, 18 Apr 2013 21:04:40 -0500 Subject: [PATCH 04/15] Fix a verb tense mismatch --- site/_posts/2012-07-01-usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/_posts/2012-07-01-usage.md b/site/_posts/2012-07-01-usage.md index 7088f8c3..10f8104d 100644 --- a/site/_posts/2012-07-01-usage.md +++ b/site/_posts/2012-07-01-usage.md @@ -20,7 +20,7 @@ $ jekyll build --source --destination $ jekyll build --watch # => The current folder will be generated into ./_site, -# and watch for changes and regenerate automatically. +# watched for changes, and regenerated automatically. {% endhighlight %} Jekyll also comes with a built-in development server that will allow you to From f5a4d36efcb185c0c8126151851dab8bc398b42d Mon Sep 17 00:00:00 2001 From: Matt Rogers Date: Thu, 18 Apr 2013 21:18:14 -0500 Subject: [PATCH 05/15] Add a missing comma We have three or more terms with a single conjunction. According to Strunk and White, we need a comma. --- site/_posts/2012-07-01-structure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/_posts/2012-07-01-structure.md b/site/_posts/2012-07-01-structure.md index 4401373d..e536bd04 100644 --- a/site/_posts/2012-07-01-structure.md +++ b/site/_posts/2012-07-01-structure.md @@ -9,7 +9,7 @@ Jekyll is, at its core, a text transformation engine. The concept behind the system is this: you give it text written in your favorite markup language, be that Markdown, Textile, or just plain HTML, and it churns that through a layout or series of layout files. Throughout that process you can tweak how you want -the site URLs to look, what data gets displayed in the layout and more. This is +the site URLs to look, what data gets displayed in the layout, and more. This is all done through editing text files, and the static web site is the final product. From a8361315ed13869f4dc50dbabbbaaf7ef040127b Mon Sep 17 00:00:00 2001 From: Matt Rogers Date: Thu, 18 Apr 2013 21:32:26 -0500 Subject: [PATCH 06/15] Add a missing 'the' We're serving the website. There can be only one. --- site/_posts/2012-07-01-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/_posts/2012-07-01-configuration.md b/site/_posts/2012-07-01-configuration.md index 1556d449..cd85baa3 100644 --- a/site/_posts/2012-07-01-configuration.md +++ b/site/_posts/2012-07-01-configuration.md @@ -207,7 +207,7 @@ before your site is served.

Base URL

-

Serve website with the given base URL

+

Serve the website at the given base URL

baseurl: URL

From 96fa05ac3d7afafab14c06ec1f0962beca629916 Mon Sep 17 00:00:00 2001 From: Matt Rogers Date: Thu, 18 Apr 2013 21:47:45 -0500 Subject: [PATCH 07/15] Make the text clearer for the layout option --- site/_posts/2012-07-01-frontmatter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/_posts/2012-07-01-frontmatter.md b/site/_posts/2012-07-01-frontmatter.md index b5a05ed9..60127c07 100644 --- a/site/_posts/2012-07-01-frontmatter.md +++ b/site/_posts/2012-07-01-frontmatter.md @@ -54,7 +54,7 @@ front-matter of a page or post.

If set, this specifies the layout file to use. Use the layout file - name without file extension. Layout files must be placed in the + name without a file extension. Layout files must be placed in the _layouts directory.

From 205e65d017a01d1c5a61afbdfa1c8e647108e82b Mon Sep 17 00:00:00 2001 From: Matt Rogers Date: Thu, 18 Apr 2013 22:02:33 -0500 Subject: [PATCH 08/15] 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 From 35a59ab766c23800afd77a3bae31f483ecd675a1 Mon Sep 17 00:00:00 2001 From: Matt Rogers Date: Thu, 18 Apr 2013 22:15:07 -0500 Subject: [PATCH 09/15] Use 'newer' instead of 'future' When talking about versions of Drupal greater than 6.1, use the word newer to indicate that those versions have already been released. The word future implies that those versions haven't been released yet. --- site/_posts/2012-07-01-migrations.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/_posts/2012-07-01-migrations.md b/site/_posts/2012-07-01-migrations.md index cad0964f..ac9f7aa4 100644 --- a/site/_posts/2012-07-01-migrations.md +++ b/site/_posts/2012-07-01-migrations.md @@ -114,8 +114,8 @@ $ ruby -rubygems -e 'require "jekyll/migrators/drupal";
Warning: Drupal Version Compatibility
-

This migrator was written for Drupal 6.1 and may not work as expected on - future versions of Drupal. Please update it and send us a pull request if +

This migrator was written for Drupal 6.1 and may not work as expected with + newer versions of Drupal. Please update it and send us a pull request if necessary.

From 898d9d13a8ccfe2b457dd1daccdd80e94151e29c Mon Sep 17 00:00:00 2001 From: Matt Rogers Date: Thu, 18 Apr 2013 22:17:11 -0500 Subject: [PATCH 10/15] Remove the word 'also' when describing Typo migrations. The use of the 'also' is out of place here. We're only talking about one thing. --- site/_posts/2012-07-01-migrations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/_posts/2012-07-01-migrations.md b/site/_posts/2012-07-01-migrations.md index ac9f7aa4..fab1afa1 100644 --- a/site/_posts/2012-07-01-migrations.md +++ b/site/_posts/2012-07-01-migrations.md @@ -137,7 +137,7 @@ $ ruby -rubygems -e 'require "jekyll/migrators/typo"; Jekyll::Typo.process("database", "user", "pass")' {% endhighlight %} -This code also has only been tested with Typo version 4+. +This code has only been tested with Typo version 4+. ## TextPattern From 7d3dcc0116be456dea89f6d2a773094a01e0c328 Mon Sep 17 00:00:00 2001 From: Matt Rogers Date: Thu, 18 Apr 2013 22:54:33 -0500 Subject: [PATCH 11/15] Fix the link to the Homebrew wiki --- site/_posts/2012-07-01-extras.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/site/_posts/2012-07-01-extras.md b/site/_posts/2012-07-01-extras.md index 2ac89e32..594f8acb 100644 --- a/site/_posts/2012-07-01-extras.md +++ b/site/_posts/2012-07-01-extras.md @@ -41,8 +41,9 @@ $ pip install pygments

Homebrew doesn’t symlink the executables for you. For the Homebrew default Cellar location and Python 2.7, be sure to add `/usr/local/share/python` to - your `PATH`. For more information, check out [the Homebrew - wiki](https://github.com/mxcl/homebrew/wiki/Homebrew-and-Python). + your `PATH`. For more information, check out + the + Homebrew wiki.

From 94449c40880a1e9358f0c1d92aaa0e41ae221f48 Mon Sep 17 00:00:00 2001 From: Matt Rogers Date: Thu, 18 Apr 2013 23:01:39 -0500 Subject: [PATCH 12/15] Tell people to update the site not the wiki. We want to kill the wiki with fire. --- site/_posts/2012-07-01-contributing.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/site/_posts/2012-07-01-contributing.md b/site/_posts/2012-07-01-contributing.md index dcab4ffa..473fcf32 100644 --- a/site/_posts/2012-07-01-contributing.md +++ b/site/_posts/2012-07-01-contributing.md @@ -14,9 +14,9 @@ following in mind: [RR](http://github.com/btakita/rr/tree/master). * If it's a brand new feature, make sure to create a new [Cucumber](https://github.com/cucumber/cucumber/) feature and reuse steps - where appropriate. Also, whipping up some documentation in your fork's wiki - would be appreciated, and once merged it will be transferred over to the main - wiki. + where appropriate. Also, whipping up some documentation in your fork's `site` + directory would be appreciated, and once merged it will also appear in + the next update of the main site. * If your contribution adds or changes any Jekyll behavior, make sure to update the documentation. It lives in `site/_posts`. If the docs are missing information, please feel free to add it in. Great docs make a great project! From 7d59df92b3585bb00388fbbf55f12799d0d6a4ca Mon Sep 17 00:00:00 2001 From: Matt Rogers Date: Fri, 19 Apr 2013 22:50:45 -0500 Subject: [PATCH 13/15] Use 'from' instead of 'at' --- site/_posts/2012-07-01-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/_posts/2012-07-01-configuration.md b/site/_posts/2012-07-01-configuration.md index cd85baa3..d5002d94 100644 --- a/site/_posts/2012-07-01-configuration.md +++ b/site/_posts/2012-07-01-configuration.md @@ -207,7 +207,7 @@ before your site is served.

Base URL

-

Serve the website at the given base URL

+

Serve the website from the given base URL

baseurl: URL

From b05afb022f6c20ec5c8cf53615b2a9447a0b2401 Mon Sep 17 00:00:00 2001 From: Matt Rogers Date: Fri, 19 Apr 2013 22:51:18 -0500 Subject: [PATCH 14/15] Use 'the' instead of 'a' --- site/_posts/2012-07-01-frontmatter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/_posts/2012-07-01-frontmatter.md b/site/_posts/2012-07-01-frontmatter.md index 60127c07..b5ea7258 100644 --- a/site/_posts/2012-07-01-frontmatter.md +++ b/site/_posts/2012-07-01-frontmatter.md @@ -54,7 +54,7 @@ front-matter of a page or post.

If set, this specifies the layout file to use. Use the layout file - name without a file extension. Layout files must be placed in the + name without the file extension. Layout files must be placed in the _layouts directory.

From 47f8fb50914e51d7c671db50f20c4883374bf336 Mon Sep 17 00:00:00 2001 From: Matt Rogers Date: Fri, 19 Apr 2013 22:56:19 -0500 Subject: [PATCH 15/15] Don't end an independent thought with a preposition. --- site/_posts/2012-07-01-migrations.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/_posts/2012-07-01-migrations.md b/site/_posts/2012-07-01-migrations.md index fab1afa1..255fb1bf 100644 --- a/site/_posts/2012-07-01-migrations.md +++ b/site/_posts/2012-07-01-migrations.md @@ -241,5 +241,5 @@ $ ruby -rubygems -e 'require "jekyll/migrators/tumblr"; ## Other Systems -If you have a system that there isn’t currently a migrator for, you should -consider writing one and sending us a pull request. +If you have a system for which there is currently no migrator, consider writing +one and sending us a pull request.