diff --git a/README.md b/README.md new file mode 100644 index 0000000..b448a9a --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +#hugo-deploy +Deploy hugo website to remote server using rsync + +## Usage +- Clone this repository +- Go to the directory and edit the script to match your server configuration +- Make the script executable +- Run + + +Script taken from [Hugo's website](https://gohugo.io/hosting-and-deployment/deployment-with-rsync/)