hugo/docs/content/tools/index.md
2015-09-22 22:34:35 +02:00

3.7 KiB

date title weight
2015-09-12T10:40:31+02:00 Tools 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.

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 your content into Hugo-friendly formats.

Jekyll

Alternatively you can follow the manual [migration guide]({{< relref "tutorials/migrate-from-jekyll.md" >}}).

  • JekyllToHugo - A Small script for converting Jekyll blog posts to a Hugo site.
  • ConvertToHugo - Convert your blog from Jekyll to Hugo.

Ghost

  • ghostToHugo - Convert Ghost blog posts and export them to Hugo.

Octopress

  • octohug - Octopress to Hugo migrator.

Wordpress

  • 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.

Drupal

Blogger

  • blogimport - A tool to import from Blogger posts 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.

  • hugomac - Hugomac is an OSX 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.

  • 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 - 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 - This is an add-on for Caddy which wants to deliver a good UI to edit the content of the website.

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 is an experimental application to create a search index. It's build on top of Bleve.
  • This Github Gist contains simple workflow to create a search index for your static site. It uses a simple Grunt script to index your all of your content files and lunr.js to serve the search results.

Other

And for all the other small things around Hugo:

  • hugo-gallery lets you create an image gallery for Hugo sites.
  • 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 on Github if you think it should to be added.