Browse Source

formatting

master
Chris 4 years ago
parent
commit
b3411fd4b4
  1. 2
      content/tiles/pendel.md
  2. 4
      deploy.sh

2
content/tiles/pendel.md

@ -1,7 +1,7 @@
+++ +++
title = "Pendel" title = "Pendel"
correspondingTagName = "pendel" correspondingTagName = "pendel"
urlLink = "earls5.uber.space/pendel/" urlLink = "earls5.uber.space/pendel/leinwand/"
cover = "img/pendel-logo.png" cover = "img/pendel-logo.png"
coverCredit = "Die Pendel-Website" coverCredit = "Die Pendel-Website"
description = "Leinwand durch Raum und Zeit" description = "Leinwand durch Raum und Zeit"

4
deploy.sh

@ -5,6 +5,6 @@ HOST=despina.uberspace.de
# the directory where your web site files should go # the directory where your web site files should go
DIR=/home/kollegen/html DIR=/home/kollegen/html
hugo && rsync -avz --delete public/ ${USER}@${HOST}:${DIR} hugo && rsync -avz public/ ${USER}@${HOST}:${DIR}
exit 0 exit 0

Loading…
Cancel
Save