This section highlights some projects around Hugo that are independently developed. These tools try to extend the functionality of our static site generator or help you to get started.

Note: Do you know or maintain a similar project around Hugo? Feel free to open a pull request on GitHub if you think it should be added.

Migration

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 or use the new Jekyll import command.

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

DokuWiki

  • dokuwiki-to-hugo - Migrates your dokuwiki source pages from DokuWiki syntax to Hugo Markdown syntax. Includes extra’s like the TODO plugin. Written with extensibility in mind using python 3. Also generates a TOML header for each page. Designed to copypaste the wiki directory into your /content directory.

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. (Note: If you have trouble using this plugin, you can export your site for Jekyll and use Hugo’s built in Jekyll converter listed above.)

Tumblr

  • tumblr-importr - An importer that uses the Tumblr API to create a Hugo static site.
  • tumblr2hugomarkdown - Export all your Tumblr content to Hugo Markdown files with preserved original formatting.
  • Tumblr to Hugo - A migration tool that converts each of your Tumblr posts to a content file with a proper title and path. Furthermore, “Tumblr to Hugo” creates a CSV file with the original URL and the new path on Hugo, to help you setup the redirections.

Drupal

Joomla

  • hugojoomla - This utility written in Java takes a Joomla database and converts all the content into Markdown files. It changes any URLs that are in Joomla’s internal format and converts them to a suitable form.

Blogger

  • blogimport - A tool to import from Blogger posts to Hugo.

Contentful


Deployment

If you don’t want to use Wercker for automated deployments, give these tools a try to get your content to the public:

  • hugomac - Hugomac is an OS X menubar app to publish your blog directly to Amazon S3. No command line is needed.
  • hugo-lambda - A wrapper around the Hugo static site generator to have it run in AWS Lambda whenever new (Markdown or other) content is uploaded.
  • hugodeploy - Simple SFTP deployment tool for static websites (e.g. created by Hugo) with optional minification.
  • webhook - Run build and deployment scripts (e.g. hugo) on incoming webhooks

Frontends

Do you prefer an graphical user interface over a text editor? Then give these 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.
  • Hugopit - A web-based editor for Hugo build on top of Cockpit CMS.
  • Lipi - A native GUI frontend written in Java to manage your Hugo websites.

Editor plugins

If you still want to use an editor, look at these plugins to automate your workflow:

Sublime Text

  • Hugofy - Hugofy is a plugin for Sublime Text 3 to make life easier to use Hugo static site generator.

Visual Studio Code

  • Hugofy - Hugofy is a plugin for Visual Studio Code to make life easier to use Hugo static site generator. The source code can be found here.

Emacs

  • hugo.el - Some helper functions for creating a Website with Hugo.

Vim

  • Vim Hugo Helper - A small Vim plugin to help me with writing posts with Hugo.

Atom

  • Hugofy - A Hugo Static Website Generator package for Atom

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 all your content files and lunr.js to serve the search results.
  • hugo-lunr - A simple way to add site search to your static Hugo site using lunr.js. Hugo-lunr will create an index file of any html and markdown documents in your Hugo project.

Commercial Services

  • Algolia’s Search API makes it easy to deliver a great search experience in your apps & websites. Algolia Search provides hosted full-text, numerical, faceted and geolocalized search.

  • Appernetic.io is a Hugo Static Site Generator as a Service that is easy to use for non-technical users. Features: inline PageDown editor, visual tree view, image upload and digital asset management with Cloudinary, site preview, continuous integration with GitHub, atomic deploy and hosting, Git and Hugo integration, autosave, custom domain, project syncing, theme cloning and management. Developers have complete control over the source code and can manage it with GitHub’s deceptively simple workflow.

  • Netlify.com, builds, deploy & hosts your static site or app (Hugo, Jekyll etc). Build, deploy and host your static site or app with a drag and drop interface and automatic deploys from GitHub or Bitbucket. Features: global CDN, atomic deploys, ultra fast DNS, instant cache invalidation, high availability, automated hosting, Git integration, form submission hooks, authentication providers, custom domain. Developers have complete control over the source code and can manage it with GitHub’s or Bitbuckets deceptively simple workflow.

  • Forestry.io - A simple CMS for Jekyll and Hugo sites with support for GitHub, GitLab and Bitbucket. Every time an update is made via the CMS, Forestry will commit changes back to your repo and will compile/deploy your site (S3, GitHub Pages, FTP, etc).


Other

And for all the other small things around Hugo: