shithub: hugo

Download patch

ref: f22d59bb19ecca4eb201154792194232fe5a59ed
parent: 1469ce0edf7f854dc0a4edaca8317fcd64c65374
author: Anthony Fok <[email protected]>
date: Fri Dec 11 05:49:38 EST 2015

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

--- a/docs/content/tools/index.md
+++ b/docs/content/tools/index.md
@@ -29,7 +29,7 @@
 
 - [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 @@
 
 - [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,9 +50,8 @@
 
 - [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
 
 Do you prefer an graphical user interface over a text editor? Then give these frontends a try:
@@ -62,7 +60,7 @@
 - [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 @@
 
 - [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 @@
 - [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 @@
 - [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.