mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
95 lines
2.5 KiB
TOML
95 lines
2.5 KiB
TOML
baseURL = "https://example.com"
|
|
languageCode = "en"
|
|
defaultContentLanguage = "en"
|
|
|
|
title = "Hugo Relearn Documentation"
|
|
theme = "hugo-theme-relearn"
|
|
themesdir = "../.."
|
|
metaDataFormat = "yaml"
|
|
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"]
|
|
|
|
[markup]
|
|
[markup.highlight]
|
|
style = "monokai"
|
|
|
|
[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 = "/en"
|
|
landingPageName = "<i class='fas fa-home'></i> Home"
|
|
|
|
[[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='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
|