mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 15:57:57 +00:00
56 lines
1.4 KiB
TOML
56 lines
1.4 KiB
TOML
baseURL = "/"
|
|
languageCode = "en-US"
|
|
defaultContentLanguage = "en"
|
|
|
|
title = "Hugo Relearn Documentation"
|
|
theme = "hugo-theme-relearn"
|
|
themesdir = "../.."
|
|
metaDataFormat = "yaml"
|
|
defaultContentLanguageInSubdir = true
|
|
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
|
|
customMermaidURL = "https://unpkg.com/mermaid@8.8.0/dist/mermaid.min.js"
|
|
titleSeparator = "::"
|
|
themeVariant = "relearn"
|
|
|
|
[outputs]
|
|
home = [ "HTML", "RSS", "JSON"]
|
|
|
|
[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='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
|