mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
fix baseURL for local site
This commit is contained in:
parent
65d597d697
commit
a741dbe555
1 changed files with 4 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
baseURL = "localhost:1313/test"
|
baseURL = "/"
|
||||||
languageCode = "en-US"
|
languageCode = "en-US"
|
||||||
defaultContentLanguage = "en"
|
defaultContentLanguage = "en"
|
||||||
|
|
||||||
|
@ -13,6 +13,8 @@ defaultContentLanguageInSubdir= true
|
||||||
description = "Documentation for Hugo Learn Theme"
|
description = "Documentation for Hugo Learn Theme"
|
||||||
author = "Mathieu Cornic"
|
author = "Mathieu Cornic"
|
||||||
showVisitedLinks = true
|
showVisitedLinks = true
|
||||||
|
disableBreadcrumb = true
|
||||||
|
disableNextPrev = true
|
||||||
|
|
||||||
[outputs]
|
[outputs]
|
||||||
home = [ "HTML", "RSS", "JSON"]
|
home = [ "HTML", "RSS", "JSON"]
|
||||||
|
@ -23,7 +25,7 @@ title = "Documentation for Hugo Learn Theme"
|
||||||
weight = 1
|
weight = 1
|
||||||
languageName = "English"
|
languageName = "English"
|
||||||
|
|
||||||
[[Languages.en.menu.shortcuts]]
|
[[Languages.en.menu.shortcuts]]
|
||||||
name = "<i class='fa fa-fw fa-github'></i> Github repo"
|
name = "<i class='fa fa-fw fa-github'></i> Github repo"
|
||||||
identifier = "ds"
|
identifier = "ds"
|
||||||
url = "https://github.com/matcornic/hugo-theme-learn"
|
url = "https://github.com/matcornic/hugo-theme-learn"
|
||||||
|
|
Loading…
Reference in a new issue