From 1a9dc319b57325ba1b76ae4388debcb35375c017 Mon Sep 17 00:00:00 2001 From: "Yann Esposito (Yogsototh)" Date: Fri, 22 Nov 2019 08:51:02 +0800 Subject: [PATCH] use svg for about-me --- deploy.sh | 2 +- src/about-me.org | 13 ++++++++++--- sync.sh | 6 ++++++ 3 files changed, 17 insertions(+), 4 deletions(-) create mode 100755 sync.sh 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