create testing branch

This commit is contained in:
drew 2019-10-20 12:45:11 +02:00
parent efacaa0d06
commit d4691f3c34
2 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
baseurl = "/"
baseurl = "/~y192235/"
languageCode = "en-us"
theme = "hello-friend-ng"
@ -17,7 +17,7 @@ theme = "hello-friend-ng"
images = [""]
# Directory name of your blog content (default is `content/posts`)
contentTypeName = "posts"
contentTypeName = "status"
# Default theme "light" or "dark"
defaultTheme = "dark"
@ -45,7 +45,7 @@ theme = "hello-friend-ng"
[languages.en.params.logo]
logoText = "dotya.ml"
logoHomeLink = "/"
logoHomeLink = "/~y192235/"
# or
#
# path = "/img/your-example-logo.svg"

6
deploy
View File

@ -1,8 +1,8 @@
#!/bin/sh
USER=dotyaoverlord
HOST=dotya.ml
DIR=public/
USER=y192235
HOST=mrkev.fme.vutbr.cz
DIR=public_html/
hugo && rsync -avz --delete public/ ${USER}@${HOST}:~/${DIR}