From 452ffab461c34e9bfa93a9bef3c6cc0cc122eb8f Mon Sep 17 00:00:00 2001 From: Anthony Fok Date: Mon, 16 Nov 2015 06:59:14 -0700 Subject: [PATCH] Copyedit docs/content/tools/index.md --- docs/content/tools/index.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/content/tools/index.md b/docs/content/tools/index.md index 127ec006f..6900232c3 100644 --- a/docs/content/tools/index.md +++ b/docs/content/tools/index.md @@ -5,18 +5,18 @@ weight: 120 --- 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. @@ -46,17 +46,17 @@ Alternatively you can follow the manual [migration guide]({{< relref "tutorials/ ## 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! @@ -66,7 +66,7 @@ Do you prefer an graphical user interface over a text editor? Then give this fro ## 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 @@ -89,7 +89,7 @@ If you still want to use an editor, look at these plugins to automate your workf 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. *** @@ -103,4 +103,4 @@ And for all the other small things around Hugo: *** > 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.