ddgo-controller-docs/config.toml
2025-01-03 17:30:57 +01:00

37 lines
865 B
TOML

baseURL = "https://marcriera.github.io/ddgo-controller-docs"
languageCode = "en-us"
title = "Densha de GO! controller documentation"
canonifyURLs = true
[params]
disableSearch = true
themeVariant = [ "relearn-light", "relearn-dark" ]
disableLandingPageButton = true
disableShortcutsTitle=true
disableNextPrev = true
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[[menu.shortcuts]]
name = "<i class='fas fa-fw fa-bullhorn'></i> Acknowledgements"
url = "/acknowledgements"
weight = 1
[[menu.shortcuts]]
name = "<i class='fas fa-fw fa-bookmark'></i> References"
url = "/references"
weight = 1
[[menu.shortcuts]]
name = "<i class='fab fa-fw fa-github'></i> GitHub repository"
url = "https://github.com/MarcRiera/ddgo-controller-docs"
weight = 3
[module]
[[module.imports]]
path = 'github.com/McShelby/hugo-theme-relearn'