diff --git a/config.toml b/config.toml index c401ce1..a00d8c7 100644 --- a/config.toml +++ b/config.toml @@ -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" diff --git a/deploy b/deploy index 11bc87b..3c466a4 100755 --- a/deploy +++ b/deploy @@ -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}