45 lines
1.2 KiB
TOML
45 lines
1.2 KiB
TOML
baseURL = "https://example.com"
|
|
|
|
languageCode = "en-us"
|
|
DefaultContentLanguage = "en"
|
|
title = "Ace documentation"
|
|
theme = "ace-documentation"
|
|
pygmentsCodeFences = true
|
|
pygmentsStyle = "monokailight"
|
|
|
|
defaultContentLanguage = "en"
|
|
defaultContentLanguageInSubdir= false
|
|
enableMissingTranslationPlaceholders = false
|
|
|
|
# Enable Google Analytics by entering your tracking id
|
|
googleAnalytics = ""
|
|
|
|
[params]
|
|
ordersectionsby = "weight" # ordersectionsby = "title"
|
|
disableSearch = false # default is false
|
|
disableReadmoreNav = false # set true to hide prev/next navigation, default is false
|
|
highlightClientSide = false # set true to use highlight.pack.js instead of the default hugo chroma highlighter
|
|
menushortcutsnewtab = true # set true to open shortcuts links to a new tab/window
|
|
|
|
[markup]
|
|
[markup.goldmark]
|
|
[markup.goldmark.renderer]
|
|
unsafe = true
|
|
|
|
[outputs]
|
|
home = [ "HTML", "RSS", "JSON"]
|
|
|
|
[[menu.shortcuts]]
|
|
name = "More from us"
|
|
url = "https://vantage-design.com"
|
|
weight = 1
|
|
|
|
[[menu.shortcuts]]
|
|
name = "<i class='fab fa-github'></i>"
|
|
url = "https://github.com/vantagedesign/ace-documentation"
|
|
weight = 2
|
|
|
|
[[menu.shortcuts]]
|
|
name = "<button class='btn btn-success mt-n1'>Download</button>"
|
|
url = "https://github.com/vantagedesign/ace-documentation/releases"
|
|
weight = 3 |