forked from Altinn/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
51 lines (40 loc) · 1.3 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
50
51
baseURL = "https://altinn.github.io/docs/"
languageCode = "nb"
defaultContentLanguage = "nb"
contentDir = "content"
staticDir = "static"
publishDir = "public"
title = "Altinn docs"
theme = "hugo-theme-docdock"
metadataFormat = "yaml"
pluralizeListTitles = false
enableGitInfo = false
disableKinds = ["RSS"] # page home section taxonomy taxonomyTerm RSS sitemap robotsTXT 404
[params]
editURL = "https://github.com/altinn/docs/edit/master/content/"
noHomeIcon = true # default is false
noSearch = false # default is false
showVisitedLinks = false # default is false
#themeVariant = "blue" # choose theme variant "green", "gold", "gray", blue" (default)
[outputs]
home = ["HTML", "JSON"] # JSON generates index.json file used by search
[[menu.shortcuts]]
pre = "<h3>Lenker</h3>"
name = "<i class='fa fa-fw fa-star'></i> Designsystem"
identifier = "designsystem"
url = "https://altinn.github.io/DesignSystem"
weight = 20
[[menu.shortcuts]]
name = "<i class='fa fa-fw fa-info-circle'></i> Altinnett"
identifier = "altinnett"
url = "https://altinnett.brreg.no/"
weight = 30
[[menu.shortcuts]]
name = "<i class='fa fa-fw fa-bullhorn'></i> Kred"
url = "/credits"
weight = 40
[[menu.shortcuts]]
name = "<i class='fa fa-fw fa-github'></i> GitHub repo"
identifier = "docs-repo"
url = "https://github.com/altinn/docs"
weight = 50