create testing branch
This commit is contained in:
parent
efacaa0d06
commit
d4691f3c34
@ -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
6
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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user