Revise docs/content/tools/index.md (minor fixes)

This commit is contained in:
Anthony Fok 2015-12-11 10:49:38 -07:00
parent 1469ce0edf
commit f22d59bb19

View file

@ -29,7 +29,7 @@ Alternatively, you can follow the manual [migration guide]({{< relref "tutorials
- [octohug](https://github.com/codebrane/octohug) - Octopress to Hugo migrator.
### Wordpress
### WordPress
- [wordpress-to-hugo-exporter](https://github.com/SchumacherFM/wordpress-to-hugo-exporter) - A one-click WordPress plugin that converts all posts, pages, taxonomies, metadata, and settings to Markdown and YAML which can be dropped into Hugo.
@ -37,12 +37,11 @@ Alternatively, you can follow the manual [migration guide]({{< relref "tutorials
- [drupal2hugo](https://github.com/danapsimer/drupal2hugo) - Convert a Drupal site to Hugo.
### Blogger
- [blogimport](https://github.com/natefinch/blogimport) - A tool to import from Blogger posts to Hugo.
***
----
## Deployment
@ -51,8 +50,7 @@ get your content to the public:
- [hugomac](https://github.com/nickoneill/hugomac) - Hugomac is an OS&nbsp;X menubar app to publish your blog directly to Amazon S3. No command line is needed.
***
----
## Frontends
@ -62,7 +60,7 @@ Do you prefer an graphical user interface over a text editor? Then give these fr
- [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!
- [caddy-hugo](https://github.com/hacdias/caddy-hugo) - This is an add-on for [Caddy](https://caddyserver.com/) which wants to deliver a good UI to edit the content of the website.
***
----
## Editor plugins
@ -72,7 +70,7 @@ If you still want to use an editor, look at these plugins to automate your workf
- [Hugofy](https://github.com/akmittal/Hugofy) - Hugofy is a plugin for Sublime Text 3 to make life easier to use Hugo static site generator.
***
----
## Search
@ -81,7 +79,7 @@ A static site with a dynamic search function? Yes. Alternatively to embeddable s
- [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.
***
----
## Other
@ -90,7 +88,7 @@ And for all the other small things around Hugo:
- [hugo-gallery](https://github.com/icecreammatt/hugo-gallery) lets you create an image gallery for Hugo sites.
- [flickr-hugo-embed](https://github.com/nikhilm/flickr-hugo-embed) prints shortcodes to embed a set of images from an album on Flickr into 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.