fixed relative paths

This commit is contained in:
drew 2019-10-19 11:41:54 +02:00
parent af11305873
commit 9b9af40a68
6 changed files with 17 additions and 2 deletions

View File

@ -1,4 +1,4 @@
baseurl = "/"
baseurl = "/~y192235/"
languageCode = "en-us"
theme = "hello-friend-ng"
@ -23,6 +23,10 @@ theme = "hello-friend-ng"
homeSubtitle = "Hello"
[params.logo]
logoText = "dotya.ml"
logoHomeLink = "/~y192235/"
[[params.social]]
name = "telegram"
url = "https://t.me/#"
@ -41,7 +45,7 @@ theme = "hello-friend-ng"
[languages.en.params.logo]
logoText = "dotya.ml"
logoHomeLink = "/"
logoHomeLink = "/~y192235/"
# or
#
# path = "/img/your-example-logo.svg"

0
data/.gitignore vendored
View File

9
deploy Executable file
View 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

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{"Target":"main.min.7bfbbe12786fa0ded4b4c0d792cbb36a5bd0bdb0b856dde57aa7b1f6fe0f2b87.css","MediaType":"text/css","Data":{"Integrity":"sha256-e/u+EnhvoN7UtMDXksuzalvQvbC4Vt3leqex9v4PK4c="}}

0
static/.gitignore vendored
View File