diff --git a/deploy.sh b/deploy.sh index c1d9dba..2c51ba9 100755 --- a/deploy.sh +++ b/deploy.sh @@ -6,5 +6,5 @@ echo $rootdir echo "Full Build" ./fullbuild.sh echo -n "Publishing" -rsync --progress --partial -avHe ssh $rootdir/_site/ root@esy.fun:/var/www/her.esy.fun/ --delete +./sync.sh echo " [done]" diff --git a/src/about-me.org b/src/about-me.org index 7fe962e..a388808 100644 --- a/src/about-me.org +++ b/src/about-me.org @@ -8,9 +8,16 @@ #+OPTIONS: H:5 auto-id:t #+STARTUP: showeverything -#+ATTR_HTML: :style width:120px;display:block;margin-left:auto;margin-right:auto -[[../img/FlatAvatar.png]] - +@@html: +
+ + + + + + +
+@@ #+begin_notes *Sorry for the late reply* diff --git a/sync.sh b/sync.sh new file mode 100755 index 0000000..5e98c94 --- /dev/null +++ b/sync.sh @@ -0,0 +1,6 @@ +#!/usr/bin/env zsh + +rootdir=${0:h} +echo $rootdir + +rsync --progress --partial -avHe ssh $rootdir/_site/ root@esy.fun:/var/www/her.esy.fun/ --delete