hugo-theme-relearn/exampleSite/config.toml

55 lines
1.4 KiB
TOML
Raw Normal View History

2018-08-10 09:01:14 +00:00
baseURL = "/"
languageCode = "en-US"
defaultContentLanguage = "en"
title = "Hugo Relearn Documentation"
theme = "hugo-theme-relearn"
themesdir = "../.."
metaDataFormat = "yaml"
defaultContentLanguageInSubdir= true
[params]
editURL = "https://github.com/McShelby/hugo-theme-relearn/edit/master/exampleSite/content/"
description = "Documentation for Hugo Relearn Theme"
author = "Mathieu Cornic"
2017-08-02 21:39:49 +00:00
showVisitedLinks = true
disableBreadcrumb = false
disableNextPrev = false
disableLandingPageButton = true
disableMermaid = false
customMermaidURL = "https://unpkg.com/mermaid@8.8.0/dist/mermaid.min.js"
titleSeparator = "::"
[outputs]
home = [ "HTML", "RSS", "JSON"]
2017-08-02 21:39:49 +00:00
[Languages]
[Languages.en]
title = "Documentation for Hugo Relearn Theme"
2017-08-02 21:39:49 +00:00
weight = 1
languageName = "English"
landingPageURL = "/en"
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"
url = "https://github.com/McShelby/hugo-theme-relearn"
2017-08-02 21:39:49 +00:00
weight = 10
[[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
[[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
[[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"
weight = 30