-
Notifications
You must be signed in to change notification settings - Fork 5
/
config.toml
37 lines (31 loc) · 1.17 KB
/
config.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
baseURL = "https://docs.kamu.dev/"
languageCode = "en-us"
DefaultContentLanguage = "en"
title = "Kamu Docs"
theme = "docdock"
assetDir = "static"
pygmentsCodeFences = true
pygmentsStyle = "monokailight"
defaultContentLanguage = "en"
defaultContentLanguageInSubdir = false
enableMissingTranslationPlaceholders = false
canonifyURLs = true
relativeURLs = true
[params]
editURL = "https://github.com/kamu-data/kamu-docs/edit/master/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 = true # default is false
disableSearch = true # 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
googleTagManager = "G-BY5W2S6E1X"
[outputs]
home = [ "HTML", "RSS", "JSON"]
[taxonomies]
[markup.goldmark.renderer]
unsafe = true