-
Notifications
You must be signed in to change notification settings - Fork 4
/
config.toml
49 lines (42 loc) · 1.57 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
38
39
40
41
42
43
44
45
46
47
48
49
title = "Informasjonsforvaltning dokumentasjon"
theme = "docdock"
googleAnalytics= "UA-110098477-3"
baseURL = "/"
contentDir = "content"
staticDir = "static"
publishDir = "public"
# Language
languageCode = "nb"
DefaultContentLanguage = "nb"
defaultContentLanguageInSubdir= false
enableMissingTranslationPlaceholders = false
[params]
editURL = "https://github.com/Informasjonsforvaltning/docs/edit/master/content/"
showVisitedLinks = false # default is false
themeStyle = "original" # "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>Mere</h3>"
name = "<i class='fa fa-github'></i> <label>GitHub repo</label>"
identifier = "ds"
url = "https://github.com/Informasjonsforvaltning/docs"
weight = 10
[[menu.shortcuts]]
name = "<i class='fa fa-bookmark'></i> <label>Hugo dokumentasjon</label>"
identifier = "hugodoc"
url = "https://gohugo.io/"
weight = 20
[[menu.shortcuts]]
name = "<i class='fa fa-twitter'></i> <label>Følg oss på Twitter</label>"
identifier = "twitter"
url = "https://twitter.com/datakatalogen"
weight = 30