107 lines
2.9 KiB
TOML
107 lines
2.9 KiB
TOML
|
baseURL = "https://example.com"
|
||
|
canonifyURLs = true
|
||
|
languageCode = "en"
|
||
|
defaultContentLanguage = "en"
|
||
|
|
||
|
title = "Hugo Relearn Documentation"
|
||
|
theme = "hugo-theme-relearn"
|
||
|
themesdir = "../.."
|
||
|
relativeURLs = true
|
||
|
|
||
|
[params]
|
||
|
editURL = "https://github.com/McShelby/hugo-theme-relearn/edit/main/exampleSite/content/"
|
||
|
description = "Documentation for Hugo Relearn Theme"
|
||
|
author = "Sören Weber"
|
||
|
showVisitedLinks = true
|
||
|
disableBreadcrumb = false
|
||
|
disableNextPrev = false
|
||
|
disableLandingPageButton = true
|
||
|
disableMermaid = false
|
||
|
titleSeparator = "::"
|
||
|
themeVariant = "relearn"
|
||
|
disableSeoHiddenPages = true
|
||
|
|
||
|
[outputs]
|
||
|
home = ["HTML", "RSS", "JSON"] # add JSON to the home page to support lunr search
|
||
|
|
||
|
[markup]
|
||
|
[markup.highlight]
|
||
|
style = "base16-snazzy" # choose a color theme or create your own
|
||
|
guessSyntax = false # if set to true, avoid unstyled code if no language was given but mermaid code fences will not work anymore
|
||
|
|
||
|
[markup.goldmark.renderer]
|
||
|
unsafe= true
|
||
|
|
||
|
[module]
|
||
|
[module.hugoVersion]
|
||
|
min = "0.25"
|
||
|
|
||
|
[Languages]
|
||
|
[Languages.en]
|
||
|
title = "Documentation for Hugo Relearn Theme"
|
||
|
weight = 1
|
||
|
languageName = "English"
|
||
|
landingPageURL = "/"
|
||
|
landingPageName = "<i class='fas fa-home'></i> Home"
|
||
|
|
||
|
[[Languages.en.menu.shortcuts]]
|
||
|
name = "<i class='fas fa-fw fa-tags'></i> Tags"
|
||
|
url = "/tags/"
|
||
|
weight = 5
|
||
|
|
||
|
[[Languages.en.menu.shortcuts]]
|
||
|
name = "<i class='fab fa-fw fa-github'></i> GitHub repo"
|
||
|
identifier = "ds"
|
||
|
url = "https://github.com/McShelby/hugo-theme-relearn"
|
||
|
weight = 10
|
||
|
|
||
|
[[Languages.en.menu.shortcuts]]
|
||
|
name = "<i class='fas fa-fw fa-camera'></i> Showcases"
|
||
|
url = "/showcase/"
|
||
|
weight = 11
|
||
|
|
||
|
[[Languages.en.menu.shortcuts]]
|
||
|
name = "<i class='fas fa-fw fa-bookmark'></i> Hugo Documentation"
|
||
|
identifier = "hugodoc"
|
||
|
url = "https://gohugo.io/"
|
||
|
weight = 20
|
||
|
|
||
|
[[Languages.en.menu.shortcuts]]
|
||
|
name = "<i class='fas fa-fw fa-bullhorn'></i> Credits"
|
||
|
url = "/credits/"
|
||
|
weight = 30
|
||
|
|
||
|
[Languages.pir]
|
||
|
title = "Documentat'n fer Cap'n Hugo Relearrrn Theme"
|
||
|
weight = 1
|
||
|
languageName = "Arrr! Pirrrates"
|
||
|
landingPageURL = "/pir/"
|
||
|
landingPageName = "<i class='fas fa-home'></i> Arrr! Home"
|
||
|
|
||
|
[[Languages.pir.menu.shortcuts]]
|
||
|
name = "<i class='fas fa-fw fa-tags'></i> Arrr! Tags"
|
||
|
url = "/tags/"
|
||
|
weight = 5
|
||
|
|
||
|
[[Languages.pir.menu.shortcuts]]
|
||
|
name = "<i class='fab fa-fw fa-github'></i> GitHub repo"
|
||
|
identifier = "ds"
|
||
|
url = "https://github.com/McShelby/hugo-theme-relearn"
|
||
|
weight = 10
|
||
|
|
||
|
[[Languages.pir.menu.shortcuts]]
|
||
|
name = "<i class='fas fa-fw fa-camera'></i> Showcases"
|
||
|
url = "/showcase/"
|
||
|
weight = 11
|
||
|
|
||
|
[[Languages.pir.menu.shortcuts]]
|
||
|
name = "<i class='fas fa-fw fa-bookmark'></i> Cap'n Hugo Documentat'n"
|
||
|
identifier = "hugodoc"
|
||
|
url = "https://gohugo.io/"
|
||
|
weight = 20
|
||
|
|
||
|
[[Languages.pir.menu.shortcuts]]
|
||
|
name = "<i class='fas fa-fw fa-bullhorn'></i> Crrredits"
|
||
|
url = "/credits/"
|
||
|
weight = 30
|