diff --git a/config/_default/params.toml b/config/_default/params.toml index 6045310..2ff0230 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -137,7 +137,6 @@ commento = false [socialOptions] # if set, social icons will show up. email = "mailto:colindiem@protonmail.com" -# email = "mailto:your@email.com" phone = "" facebook = "" twitter = "" diff --git a/deploy.sh b/deploy.sh index 8faeba4..2bca58a 100644 --- a/deploy.sh +++ b/deploy.sh @@ -10,6 +10,6 @@ echo "Running hugo and copying the public directory to the /srv/http directory." hugo -cp -r /home/pi/quickstart/public/. /srv/http +cp -r /home/pi/quickstart/public/. /srv/http/blog echo "If there were no errors, I think we did it!"