From b56362defd8f067a1bab2f5502e851dfd9311ec2 Mon Sep 17 00:00:00 2001 From: digitalcraftsman Date: Wed, 30 Dec 2015 12:12:37 +0100 Subject: [PATCH] Docs: add hugodeploy to tools section --- docs/content/tools/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/content/tools/index.md b/docs/content/tools/index.md index a480ee7b6..9c25079ba 100644 --- a/docs/content/tools/index.md +++ b/docs/content/tools/index.md @@ -54,6 +54,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. - [hugo-lambda](https://github.com/ryansb/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](https://github.com/mindok/hugodeploy) - Simple SFTP deployment tool for static websites (e.g. created by Hugo) with optional minification. ----