mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
Revise docs/content/tools/index.md (minor fixes)
This commit is contained in:
parent
1469ce0edf
commit
f22d59bb19
1 changed files with 7 additions and 9 deletions
|
@ -29,7 +29,7 @@ Alternatively, you can follow the manual [migration guide]({{< relref "tutorials
|
||||||
|
|
||||||
- [octohug](https://github.com/codebrane/octohug) - Octopress to Hugo migrator.
|
- [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.
|
- [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.
|
- [drupal2hugo](https://github.com/danapsimer/drupal2hugo) - Convert a Drupal site to Hugo.
|
||||||
|
|
||||||
|
|
||||||
### Blogger
|
### Blogger
|
||||||
|
|
||||||
- [blogimport](https://github.com/natefinch/blogimport) - A tool to import from Blogger posts to Hugo.
|
- [blogimport](https://github.com/natefinch/blogimport) - A tool to import from Blogger posts to Hugo.
|
||||||
|
|
||||||
***
|
----
|
||||||
|
|
||||||
## Deployment
|
## Deployment
|
||||||
|
|
||||||
|
@ -51,8 +50,7 @@ get your content to the public:
|
||||||
|
|
||||||
- [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.
|
- [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
|
## 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!
|
- [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.
|
- [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
|
## 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.
|
- [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
|
## 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/).
|
- [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.
|
||||||
|
|
||||||
***
|
----
|
||||||
|
|
||||||
## Other
|
## 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.
|
- [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.
|
- [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
|
> 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.
|
||||||
|
|
Loading…
Reference in a new issue