Tool: Hugo SFTP upload

Hi,

because my website host only support upload via SFTP, I did wrote three little helper tools:

  1. FileHasher - Hashes all files in the hugo public directory.
  2. HashComparer - Compares the last two FileHasher results
  3. Uploader - Takes the latest HashComparer result files and sync remote side via SFTP

Hope anybody else find those small tools helpful.

I’ve featured your tool in the tools section of the docs. Thanks for sharing it.