mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
63 lines
1.8 KiB
TOML
63 lines
1.8 KiB
TOML
baseURL = "/"
|
|
|
|
languageCode = "en-us"
|
|
DefaultContentLanguage = "en"
|
|
title = "WTF - the terminal dashboard"
|
|
theme = "docdock"
|
|
# themesdir = "../.."
|
|
pygmentsCodeFences = true
|
|
pygmentsStyle = "monokailight"
|
|
|
|
defaultContentLanguage = "en"
|
|
defaultContentLanguageInSubdir= false
|
|
enableMissingTranslationPlaceholders = false
|
|
|
|
|
|
# [Languages]
|
|
# [Languages.en]
|
|
# title = "Documentation for WTF"
|
|
# weight = 1
|
|
# languageName = "English"
|
|
#
|
|
# [Languages.fr]
|
|
# title = "Documentation du WTF"
|
|
# weight = 2
|
|
# languageName = "Français"
|
|
|
|
|
|
|
|
|
|
[params]
|
|
editURL = "https://github.com/vjeantet/hugo-theme-docdock/edit/master/exampleSite/content/"
|
|
showVisitedLinks = true # default is false
|
|
themeStyle = "flex" # "original" or "flex" # default "flex"
|
|
themeVariant = "" # choose theme variant "green", "gold" , "gray", "blue" (default)
|
|
ordersectionsby = "weight" # ordersectionsby = "title"
|
|
disableHomeIcon = false # default is false
|
|
disableSearch = false # default is false
|
|
disableNavChevron = false # set true to hide next/prev chevron, default is false
|
|
highlightClientSide = false # set true to use highlight.pack.js instead of the default hugo chroma highlighter
|
|
menushortcutsnewtab = false # set true to open shortcuts links to a new tab/window
|
|
enableGitInfo = true
|
|
|
|
[outputs]
|
|
home = [ "HTML", "RSS", "JSON"]
|
|
|
|
|
|
[[menu.shortcuts]]
|
|
pre = "<h3>More</h3>"
|
|
name = "<i class='fa fa-github'></i> <label>WTF on Github</label>"
|
|
identifier = "ds"
|
|
url = "https://github.com/senorprogrammer/wtf"
|
|
weight = 10
|
|
|
|
[[menu.shortcuts]]
|
|
name = "<i class='fa fa-cloud-download'></i> <label>Download WTF</label>"
|
|
url = "https://github.com/senorprogrammer/wtf/releases"
|
|
weight = 11
|
|
|
|
[[menu.shortcuts]]
|
|
name = "<i class='fa fa-bullhorn'></i> <label>Credits</label>"
|
|
url = "https://github.com/senorprogrammer/wtf/blob/master/README.md"
|
|
weight = 30
|