diff --git a/exampleSite/config.toml b/exampleSite/config.toml index ec412c6cd0..46cbf58f88 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -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 = " Github repo" identifier = "ds" url = "https://github.com/matcornic/hugo-theme-learn"