---
This section highlights some projects around Hugo that are independently developed.
-Those tools try to extend the functionality of our static site generator or help you to get started.
+These tools try to extend the functionality of our static site generator or help you to get started.
## Migration
-Take a look a this list of migration tools if you currently use other blogging tools
-like Jekyll or Wordpress but you intend to switch to Hugo instead. They'll take care to export
+Take a look at this list of migration tools if you currently use other blogging tools
+like Jekyll or WordPress but intend to switch to Hugo instead. They'll take care to export
your content into Hugo-friendly formats.
### Jekyll
-Alternatively you can follow the manual [migration guide]({{< relref "tutorials/migrate-from-jekyll.md" >}}).
+Alternatively, you can follow the manual [migration guide]({{< relref "tutorials/migrate-from-jekyll.md" >}}).
- [JekyllToHugo](https://github.com/SenjinDarashiva/JekyllToHugo) - A Small script for converting Jekyll blog posts to a Hugo site.
- [ConvertToHugo](https://github.com/coderzh/ConvertToHugo) - Convert your blog from Jekyll to Hugo.
## Deployment
-If you don't want to use [Wercker for automated deployments]({{< relref "tutorials/automated-deployments.md" >}}) give this tools a try to
-get your content to the public.
+If you don't want to use [Wercker for automated deployments]({{< relref "tutorials/automated-deployments.md" >}}), give this tools a try to
+get your content to the public:
-- [hugomac](https://github.com/nickoneill/hugomac) - Hugomac is an OSX menubar app to publish your blog directly to Amazon S3. No command line is needed.
+- [hugomac](https://github.com/nickoneill/hugomac) - Hugomac is an OS X menubar app to publish your blog directly to Amazon S3. No command line is needed.
***
## Frontends
-Do you prefer an graphical user interface over a text editor? Then give this frontends a try.
+Do you prefer an graphical user interface over a text editor? Then give these frontends a try:
- [rango](https://github.com/stayradiated/rango) - A web frontend for Hugo. It's designed to make it easy to manage a small site, even for people with little computer experience.
- [enwrite](https://github.com/zzamboni/enwrite) - Evernote-powered statically-generated blogs and websites. Now posting to your blog or updating your website is as easy as writing a new note in Evernote!
## Editor plugins
-If you still want to use an editor, look at these plugins to automate your workflow.
+If you still want to use an editor, look at these plugins to automate your workflow:
### Sublime Text
A static site with a dynamic search function? Yes. Alternatively to embeddable scripts from Google or other search engines you can provide your visitors a custom search by indexing your content files directly.
- [Hugoidx](https://github.com/blevesearch/hugoidx) is an experimental application to create a search index. It's build on top of [Bleve](http://www.blevesearch.com/).
-- This [Github Gist](https://gist.github.com/sebz/efddfc8fdcb6b480f567) contains simple workflow to create a search index for your static site. It uses a simple Grunt script to index all your content files and [lunr.js](http://lunrjs.com/) to serve the search results.
+- This [GitHub Gist](https://gist.github.com/sebz/efddfc8fdcb6b480f567) contains simple workflow to create a search index for your static site. It uses a simple Grunt script to index all your content files and [lunr.js](http://lunrjs.com/) to serve the search results.
***
***
> Do you know or maintain a similar project around Hugo? Feel free to open a
-[pull request](https://github.com/spf13/hugo/pulls) on Github if you think it should be added.
+[pull request](https://github.com/spf13/hugo/pulls) on GitHub if you think it should be added.