forked from Altinn/altinn-studio-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
59 lines (48 loc) · 1.29 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
52
53
54
55
56
57
58
59
baseURL = "https://docs.altinn.studio/"
languageCode = "en"
defaultContentLanguage = "en"
contentDir = "content"
staticDir = "static"
publishDir = "public"
title = "Altinn Studio"
theme = "hugo-theme-altinn"
metadataFormat = "yaml"
pluralizeListTitles = false
preservetaxonomynames = true
enableEmoji = true
enableGitInfo = false
disableKinds = ["RSS"] # page home section taxonomy taxonomyTerm RSS sitemap robotsTXT 404
ignoreErrors = ["error-remote-getjson"]
[languages]
[languages.en]
title = "Altinn Studio docs"
languageName = "English"
weight = 1
[languages.nb]
title = "Altinn Studio docs"
languageName = "Bokmål"
weight = 2
# [languages.nn]
# title = "Altinn"
# languageName = "Nynorsk"
# weight = 3
[markup.goldmark.parser.attribute]
block = true
title = true
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
style = "dracula"
[markup.tableOfContents]
startLevel = 2
endLevel = 2
ordered = false
[blackfriday]
fractions = false # disable automatic fraction rendering
[params]
editURL = "https://github.com/altinn/altinn-studio-docs/blob/master/content/"
noHomeIcon = true # default is false
noSearch = false # default is false
showVisitedLinks = false # default is false
[outputs]
home = ["HTML", "JSON"] # JSON generates index.json file used by search