remove extra baseurl
This commit is contained in:
parent
9327382040
commit
024e8adccb
2 changed files with 2 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -2,3 +2,5 @@ public/
|
||||||
.hugo_build.lock
|
.hugo_build.lock
|
||||||
deploy
|
deploy
|
||||||
|
|
||||||
|
content/blog/syntax_highlighting_test.md
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
baseURL = 'https://revsuine.xyz/'
|
baseURL = 'https://revsuine.xyz/'
|
||||||
languageCode = 'en-gb'
|
languageCode = 'en-gb'
|
||||||
title = 'revsuine'
|
title = 'revsuine'
|
||||||
baseurl = "/"
|
|
||||||
|
|
||||||
theme = 'boxgruv'
|
theme = 'boxgruv'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue