From 14ab1bc9b297f43006f3e081ba89ab65b0d07909 Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Fri, 22 Dec 2017 00:35:47 +0900 Subject: [PATCH] Correct WordPress capitalization (#6645) Merge pull request 6645 --- docs/_docs/resources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/resources.md b/docs/_docs/resources.md index d2a15c8f..35963e22 100644 --- a/docs/_docs/resources.md +++ b/docs/_docs/resources.md @@ -11,7 +11,7 @@ Jekyll's growing use is producing a wide variety of tutorials, frameworks, exten - [markdown-writer](https://atom.io/packages/markdown-writer): An Atom package for Jekyll. It can create new posts/drafts, manage tags/categories, insert link/images and add many useful key mappings. - [sublime-jekyll](https://github.com/23maverick23/sublime-jekyll): A Sublime Text package for Jekyll static sites. This package should help creating Jekyll sites and posts easier by providing access to key template tags and filters, as well as common completions and a current date/datetime command (for dating posts). You can install this package manually via GitHub, or via [Package Control](https://packagecontrol.io/packages/Jekyll). - [vim-jekyll](https://github.com/parkr/vim-jekyll): A vim plugin to generate new posts and run `jekyll build` all without leaving vim. -- [Wordpress2Jekyll](https://wordpress.org/plugins/wp2jekyll/): A Wordpress plugin that allows you to use Wordpress as your editor and (automatically) export content in to Jekyll. WordPress2Jekyll attempts to marry these two systems together in order to make a site that can be easily managed from all devices. +- [WordPress2Jekyll](https://wordpress.org/plugins/wp2jekyll/): A WordPress plugin that allows you to use WordPress as your editor and (automatically) export content in to Jekyll. WordPress2Jekyll attempts to marry these two systems together in order to make a site that can be easily managed from all devices. ## Useful Guides