2021-07-01 19:47:17 +00:00
|
|
|
baseURL = "https://example.com"
|
2017-07-30 16:02:07 +00:00
|
|
|
languageCode = "en-US"
|
2017-07-31 20:32:06 +00:00
|
|
|
defaultContentLanguage = "en"
|
2017-07-30 16:02:07 +00:00
|
|
|
|
2021-06-30 12:56:06 +00:00
|
|
|
title = "Hugo Relearn Documentation"
|
|
|
|
theme = "hugo-theme-relearn"
|
2017-07-30 16:02:07 +00:00
|
|
|
themesdir = "../.."
|
2017-07-31 20:32:06 +00:00
|
|
|
metaDataFormat = "yaml"
|
2021-06-30 19:30:03 +00:00
|
|
|
defaultContentLanguageInSubdir = true
|
|
|
|
relativeURLs = true
|
2017-07-30 16:02:07 +00:00
|
|
|
|
|
|
|
[params]
|
2021-07-01 09:01:51 +00:00
|
|
|
editURL = "https://github.com/McShelby/hugo-theme-relearn/edit/main/exampleSite/content/"
|
2021-06-30 12:56:06 +00:00
|
|
|
description = "Documentation for Hugo Relearn Theme"
|
2021-06-30 12:56:51 +00:00
|
|
|
author = "Sören Weber"
|
2017-08-02 21:39:49 +00:00
|
|
|
showVisitedLinks = true
|
2018-10-23 02:53:45 +00:00
|
|
|
disableBreadcrumb = false
|
|
|
|
disableNextPrev = false
|
2020-10-21 16:53:27 +00:00
|
|
|
disableLandingPageButton = true
|
2020-09-11 13:57:25 +00:00
|
|
|
disableMermaid = false
|
|
|
|
customMermaidURL = "https://unpkg.com/mermaid@8.8.0/dist/mermaid.min.js"
|
2020-09-11 08:31:22 +00:00
|
|
|
titleSeparator = "::"
|
2021-06-30 21:15:51 +00:00
|
|
|
themeVariant = "relearn"
|
2017-07-30 16:02:07 +00:00
|
|
|
|
|
|
|
[outputs]
|
|
|
|
home = [ "HTML", "RSS", "JSON"]
|
2017-07-31 20:32:06 +00:00
|
|
|
|
2017-08-02 21:39:49 +00:00
|
|
|
[Languages]
|
|
|
|
[Languages.en]
|
2021-06-30 12:56:06 +00:00
|
|
|
title = "Documentation for Hugo Relearn Theme"
|
2017-08-02 21:39:49 +00:00
|
|
|
weight = 1
|
|
|
|
languageName = "English"
|
2021-06-30 19:30:03 +00:00
|
|
|
landingPageURL = "/"
|
2020-10-21 16:53:27 +00:00
|
|
|
landingPageName = "<i class='fas fa-home'></i> Home"
|
2017-08-02 21:39:49 +00:00
|
|
|
|
2018-08-10 09:01:14 +00:00
|
|
|
[[Languages.en.menu.shortcuts]]
|
2019-06-04 11:19:24 +00:00
|
|
|
name = "<i class='fab fa-fw fa-github'></i> GitHub repo"
|
2017-08-02 21:39:49 +00:00
|
|
|
identifier = "ds"
|
2021-06-30 12:56:06 +00:00
|
|
|
url = "https://github.com/McShelby/hugo-theme-relearn"
|
2017-08-02 21:39:49 +00:00
|
|
|
weight = 10
|
|
|
|
|
2017-08-03 00:18:27 +00:00
|
|
|
[[Languages.en.menu.shortcuts]]
|
2018-02-19 11:10:41 +00:00
|
|
|
name = "<i class='fas fa-fw fa-camera'></i> Showcases"
|
2017-08-20 15:10:29 +00:00
|
|
|
url = "showcase"
|
2017-08-02 21:39:49 +00:00
|
|
|
weight = 11
|
|
|
|
|
2017-08-03 00:18:27 +00:00
|
|
|
[[Languages.en.menu.shortcuts]]
|
2018-02-19 11:10:41 +00:00
|
|
|
name = "<i class='fas fa-fw fa-bookmark'></i> Hugo Documentation"
|
2017-08-02 21:39:49 +00:00
|
|
|
identifier = "hugodoc"
|
|
|
|
url = "https://gohugo.io/"
|
|
|
|
weight = 20
|
|
|
|
|
2017-08-03 00:18:27 +00:00
|
|
|
[[Languages.en.menu.shortcuts]]
|
2018-02-19 11:10:41 +00:00
|
|
|
name = "<i class='fas fa-fw fa-bullhorn'></i> Credits"
|
2017-08-20 15:10:29 +00:00
|
|
|
url = "/credits"
|
2017-08-03 00:18:27 +00:00
|
|
|
weight = 30
|