summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authordigitalcraftsman <digitalcraftsman@users.noreply.github.com>2017-03-24 23:31:31 +0100
committerGitHub <noreply@github.com>2017-03-24 23:31:31 +0100
commit9d9ec1ddd9ab5fec2119fc6fc5eb308509352d21 (patch)
treeea69711814f63f65c1693561ac98b24db17f6032 /docs
parent9f0b02b898853280254fbe859eecfabd63c4fefb (diff)
docs: Add Hugo SFTP Upload to the tools section
/cc @rdwatters
Diffstat (limited to 'docs')
-rw-r--r--docs/content/tools/_index.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/content/tools/_index.md b/docs/content/tools/_index.md
index 1674ad892..600b1d25a 100644
--- a/docs/content/tools/_index.md
+++ b/docs/content/tools/_index.md
@@ -69,6 +69,7 @@ If you don't want to use [Wercker for automated deployments]({{< relref "tutoria
- [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.
- [webhook](https://github.com/adnanh/webhook) - Run build and deployment scripts (e.g. hugo) on incoming webhooks
+- [Hugo SFTP Upload](https://github.com/thomasmey/HugoSftpUpload) - Sync the local build of your Hugo website with your remote webserver via SFTP.
----