forked from Altinn/altinn-studio-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
56 lines (45 loc) · 1.58 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
baseURL = "https://docs.altinn.studio"
languageCode = "en"
defaultContentLanguage = "en"
contentDir = "content"
staticDir = "static"
publishDir = "public"
title = "Altinn Studio"
theme = "hugo-theme-docdock"
metadataFormat = "yaml"
pluralizeListTitles = false
preservetaxonomynames = true
enableEmoji = true
enableGitInfo = false
disableKinds = ["RSS"] # page home section taxonomy taxonomyTerm RSS sitemap robotsTXT 404
[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
#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-desktop'></i> Altinn Studio"
identifier = "altinn-studio"
url = "https://altinn.studio"
weight = 10
[[menu.shortcuts]]
name = "<i class='fa fa-fw fa-bug'></i> Backlog / issues"
identifier = "altinn-studio-issues"
url = "https://github.com/Altinn/altinn-studio/issues"
weight = 20
[[menu.shortcuts]]
name = "<i class='fa fa-fw fa-map-signs'></i> Milestones"
identifier = "altinn-studio-milestones"
url = "https://github.com/Altinn/altinn-studio/milestones?direction=asc&sort=due_date&state=open"
weight = 30
[[menu.shortcuts]]
name = "<i class='fa fa-fw fa-github'></i> GitHub"
identifier = "altinn-studio-repo"
url = "https://github.com/altinn/altinn-studio"
weight = 40