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

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

6
deploy

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