fixed relative paths
This commit is contained in:
parent
af11305873
commit
9b9af40a68
@ -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
0
data/.gitignore
vendored
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
|
1
resources/_gen/assets/scss/~y192235/scss/main.scss_39fa5fe97be74115670eace810202c56.content
Normal file
1
resources/_gen/assets/scss/~y192235/scss/main.scss_39fa5fe97be74115670eace810202c56.content
Normal file
File diff suppressed because one or more lines are too long
1
resources/_gen/assets/scss/~y192235/scss/main.scss_39fa5fe97be74115670eace810202c56.json
Normal file
1
resources/_gen/assets/scss/~y192235/scss/main.scss_39fa5fe97be74115670eace810202c56.json
Normal file
@ -0,0 +1 @@
|
||||
{"Target":"main.min.7bfbbe12786fa0ded4b4c0d792cbb36a5bd0bdb0b856dde57aa7b1f6fe0f2b87.css","MediaType":"text/css","Data":{"Integrity":"sha256-e/u+EnhvoN7UtMDXksuzalvQvbC4Vt3leqex9v4PK4c="}}
|
0
static/.gitignore
vendored
0
static/.gitignore
vendored
Loading…
Reference in New Issue
Block a user