diff --git a/.gitignore b/.gitignore index d70ebaa..60b2f55 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -public \ No newline at end of file +public +.hugo_build.lock \ No newline at end of file diff --git a/upload.sh b/upload.sh new file mode 100644 index 0000000..e40f83f --- /dev/null +++ b/upload.sh @@ -0,0 +1,3 @@ +#! /bin/sh +hugo +rclone sync public/ cyberfreedom:cyberfreedom \ No newline at end of file