-
Notifications
You must be signed in to change notification settings - Fork 11
/
_config-3g.yml
168 lines (159 loc) · 3.16 KB
/
_config-3g.yml
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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
repo: minvws/nl-covid19-notification-app-website
version: 3g
collections:
questions:
output: true
permalink: /:categories/:name/
questions-in-app:
output: true
permalink: /:categories/:name/
questions-scanner:
output: true
permalink: /:categories/:name/
questions-scanner-in-app:
output: true
permalink: /:categories/:name/
announcements:
output: false
defaults:
-
scope:
path: "_questions/nl"
type: "questions"
values:
layout: content
categories:
- nl
- faq
lang: nl
showBreadCrumbs: true
showContact: true
showOnFAQoverview: true
-
scope:
path: "_questions/en"
type: "questions"
values:
layout: content
categories:
- en
- faq
lang: en
showBreadCrumbs: true
showContact: true
showOnFAQoverview: true
-
scope:
path: "_questions-in-app/en"
type: "questions-in-app"
values:
layout: in-app-question
categories:
- en
- faq-in-app
lang: en
showBreadCrumbs: true
showContact: true
showOnFAQoverview: true
webonly: false
-
scope:
path: "_questions-in-app/nl"
type: "questions-in-app"
values:
layout: in-app-question
categories:
- nl
- faq-in-app
lang: nl
showBreadCrumbs: true
showContact: true
showOnFAQoverview: true
webonly: false
-
scope:
path: "_questions-scanner/nl"
type: "questions-scanner"
values:
layout: content
categories:
- nl
- faq-scanner
lang: nl
showBreadCrumbs: true
showContact: true
showOnFAQoverview: true
-
scope:
path: "_questions-scanner/en"
type: "questions-scanner"
values:
layout: content
categories:
- en
- faq-scanner
lang: en
showBreadCrumbs: true
showContact: true
showOnFAQoverview: true
-
scope:
path: "_questions-scanner-in-app/en"
type: "questions-scanner-in-app"
values:
layout: in-app-question
categories:
- en
- faq-scanner-in-app
lang: en
showBreadCrumbs: true
showContact: true
showOnFAQoverview: true
webonly: false
-
scope:
path: "_questions-scanner-in-app/nl"
type: "questions-scanner-in-app"
values:
layout: in-app-question
categories:
- nl
- faq-scanner-in-app
lang: nl
showBreadCrumbs: true
showContact: true
showOnFAQoverview: true
webonly: false
sass:
style: compressed
load_paths:
- css
include:
- .well-known
exclude:
- vendor
- print-portal
- Gemfile
- Gemfile.lock
- CODE_OF_CONDUCT.md
- README.md
- README.announcements.md
- README.content-translations.md
- README.development.md
- README.i18n.md
- README.requirements.md
- LICENSES.md
- LICENSE.txt
- LICENSE.pdf
- example-content-page.md
- .sass-cache
- .history
- auth.php
- auth2.php
- generate-statistics-graphic.html
plugins:
- "jekyll-github-metadata"
- "jekyll-sitemap"
- "jekyll-redirect-from"
# - "jekyll-seo-tag"
incremental: false