aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGNUxeava <bluenerd@protonmail.com>2022-03-14 06:55:14 +0530
committerGNUxeava <bluenerd@protonmail.com>2022-03-14 06:55:14 +0530
commitab34f92847967703fa2c4772ef7acf4216dfb309 (patch)
tree52605629b5b303d121ae9dd7e1977cf4e5048f7b
parent9e4925a85d9bc6020267392887824ebba3938ce4 (diff)
add README
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
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/)