forked from darktable-org/dtdocs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
70 lines (70 loc) · 1.41 KB
/
config.yaml
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
60
61
62
63
64
65
66
67
68
69
70
baseURL: https://docs.darktable.org/usermanual/development/
defaultContentLanguage: en
defaultContentLanguageInSubdir: true
languages:
en:
title: darktable 3.9 user manual
languageName: English
weight: 1
fr:
title: darktable 3.9 user manual
languageName: Français
weight: 2
de:
title: darktable 3.9 user manual
languageName: German
weight: 4
eo:
title: darktable 3.9 user manual
languageName: Esperanto
weight: 5
es:
title: darktable 3.9 user manual
languageName: Espanol
weight: 6
gl:
title: darktable 3.9 user manual
languageName: Galician
weight: 7
it:
title: darktable 3.9 user manual
languageName: Italian
weight: 8
pl:
title: darktable 3.9 user manual
languageName: Polish
weight: 9
pt_br:
title: manual do usuário darktable 3.9
languageName: Português
weight: 10
uk:
title: darktable 3.9 user manual
languageName: Ukrainian
weight: 11
nl:
title: darktable 3.9 user manual
languageName: Dutch
weight: 12
theme:
- hugo-darktable-docs-theme
markup:
highlight:
style: algol_nu
tableOfContents:
endLevel: 3
ordered: false
startLevel: 1
outputs:
home:
- HTML
- RSS
- JSON
module:
mounts:
- source: ./themes//hugo-darktable-docs-theme/assets/node_modules/fork-awesome/fonts
target: static/fonts
ignoreFiles:
- \.svg$
- \.odg$
- \.xcf$