-
Notifications
You must be signed in to change notification settings - Fork 9
/
config.toml
110 lines (105 loc) · 2.67 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
baseURL = "/"
paginate = "10"
title = "Observatoire Accessibilité"
languageCode = "fr-FR"
defaultContentLanguage = "fr"
defaultContentLanguageInSubdir = false
enableInlineShortcodes = true
removePathAccents = true
enableGitInfo = true
disableKinds = ["RSS", "sitemap", "taxonomy", "taxonomyTerm"]
[outputformats]
_merge = 'deep'
[outputFormats.declarationpage]
baseName = "declaration"
mediaType = "text/html"
notAlternative = false
permalinkable = true
isHTML = true
[outputFormats.declaration]
baseName = "declaration"
mediaType = "text/plain"
isPlainText = true
notAlternative = false
[outputFormats.accessibilitypage]
baseName = "accessibility"
mediaType = "text/html"
notAlternative = false
permalinkable = true
isHTML = true
[outputFormats.accessibilitycsv]
baseName = "accessibility"
mediaType = "text/csv"
isPlainText = true
notAlternative = false
[outputFormats.accessibility]
baseName = "accessibility"
mediaType = "application/json"
isPlainText = true
notAlternative = false
[outputFormats.ecoconceptionpage]
baseName = "ecoconception"
mediaType = "text/html"
notAlternative = false
permalinkable = true
isHTML = true
[outputFormats.ecoconceptioncsv]
baseName = "ecoconception"
mediaType = "text/csv"
isPlainText = true
notAlternative = false
[outputFormats.ecoconception]
baseName = "ecoconception"
mediaType = "application/json"
isPlainText = true
notAlternative = false
[outputFormats.greenitpage]
baseName = "greenit"
mediaType = "text/html"
notAlternative = false
permalinkable = true
isHTML = true
[outputFormats.greenit]
baseName = "greenit"
mediaType = "application/json"
isPlainText = true
notAlternative = false
[outputFormats.recommendationpage]
baseName = "recommendation"
mediaType = "text/html"
notAlternative = false
permalinkable = true
isHTML = true
[outputFormats.recommendationcsv]
baseName = "recommendation"
mediaType = "text/csv"
isPlainText = true
notAlternative = false
[outputFormats.recommendation]
baseName = "recommendation"
mediaType = "application/json"
isPlainText = true
notAlternative = false
[outputFormats.qualitypage]
baseName = "quality"
mediaType = "text/html"
notAlternative = false
permalinkable = true
isHTML = true
[outputFormats.quality]
baseName = "quality"
mediaType = "application/json"
isPlainText = true
notAlternative = false
[outputFormats.performancepage]
baseName = "performance"
mediaType = "text/html"
isPlainText = true
notAlternative = false
permalinkable = true
isHTML = true
[outputFormats.performance]
baseName = "performance"
mediaType = "application/json"
isPlainText = true
notAlternative = false