rebasing on master
This commit is contained in:
parent
a546004c7b
commit
bc0980279f
@ -1,4 +1,4 @@
|
||||
baseurl = "/"
|
||||
baseurl = "/~y192235/"
|
||||
languageCode = "en-us"
|
||||
theme = "hermit"
|
||||
license = "WTFPL"
|
||||
@ -26,7 +26,7 @@ enableEmoji = true
|
||||
relatedPosts = false
|
||||
|
||||
# Directory name of your blog content (default is `content/posts`)
|
||||
contentTypeName = "posts"
|
||||
contentTypeName = "status"
|
||||
# Default theme "light" or "dark"
|
||||
defaultTheme = "dark"
|
||||
|
||||
|
9
deploy
Executable file
9
deploy
Executable file
@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
USER=y192235
|
||||
HOST=mrkev.fme.vutbr.cz
|
||||
DIR=public_html/
|
||||
|
||||
hugo && rsync -avz --delete public/ ${USER}@${HOST}:~/${DIR}
|
||||
|
||||
exit 0
|
Loading…
Reference in New Issue
Block a user