fix baseURL for local site

This commit is contained in:
Mathieu Cornic 2018-08-10 11:01:14 +02:00
parent 65d597d697
commit a741dbe555

View file

@ -1,4 +1,4 @@
baseURL = "localhost:1313/test"
baseURL = "/"
languageCode = "en-US"
defaultContentLanguage = "en"
@ -13,6 +13,8 @@ defaultContentLanguageInSubdir= true
description = "Documentation for Hugo Learn Theme"
author = "Mathieu Cornic"
showVisitedLinks = true
disableBreadcrumb = true
disableNextPrev = true
[outputs]
home = [ "HTML", "RSS", "JSON"]
@ -23,7 +25,7 @@ title = "Documentation for Hugo Learn Theme"
weight = 1
languageName = "English"
[[Languages.en.menu.shortcuts]]
[[Languages.en.menu.shortcuts]]
name = "<i class='fa fa-fw fa-github'></i> Github repo"
identifier = "ds"
url = "https://github.com/matcornic/hugo-theme-learn"