diff --git a/layouts/partials/social.html b/layouts/partials/social.html index c0d1660..9924c1d 100644 --- a/layouts/partials/social.html +++ b/layouts/partials/social.html @@ -20,7 +20,7 @@ {{ with .Site.Social.twitter }}
  • - My X (Twitter) + My X (Twitter)
  • {{ end }} diff --git a/publish b/publish index 2ec0da3..c03f521 100755 --- a/publish +++ b/publish @@ -7,6 +7,7 @@ rm -rf public # destroy the old build first hugo # build the new site sudo chown -R www-data:www-data ./public/* # set the ownership before transfer -rsync --super -avh -e ssh ./public/* gmgauthier@socrates:/var/www/gmgauthier.com + +#rsync --super -avh -e ssh ./public/* gmgauthier@socrates:/var/www/gmgauthier.com # echo "ls -lA /hosting/sites/gmgauthier.com" | ssh gmgauthier@boethius /bin/bash