-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy path_config.yml
228 lines (228 loc) · 4.26 KB
/
_config.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
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
---
title: numerique.gouv.fr
timezone: Europe/Paris
collections:
panda:
title: Accompagnement à la circulation des données
output: false
actualites:
title: Actualités
output: true
permalink: "/actualites/:title/"
cloud:
title: Cloud
output: true
communiques:
title: Communiqués
output: true
permalink: "/espace-presse/:title/"
rgaa-documentation:
title: Documentation RGAA
output: true
evenements:
title: Evénements
output: true
permalink: "/agenda/:title/"
invitations:
title: Invitations
output: true
missions-dinsic:
title: Les missions de la Dinsic
output: false
rgaa-methode:
title: Méthode technique
output: true
outils-agents:
title: Outils Agents
output: true
permalink: "/outils-agents/:title/"
pages:
title: Pages
output: true
politique-logiciel-libre:
title: Politique de contribution aux logiciels libres de l’État
output: true
posts:
title: Posts
output: true
publications:
title: Publications
output: true
permalink: "/publications/:title/"
rgaa:
title: RGAA
output: true
services:
title: Services
output: true
permalink: "/services/:title/"
tnt:
title: TNT
output: true
uploads:
title: Uploads
output: true
defaults:
- scope:
path: ''
type: actualites
values:
layout: page-fille
is_une: true
categories:
chapeau-text:
une-ou-diaporama:
- image:
legende:
alternative-textuelle:
auteur:
- scope:
path: ''
type: communiques
values:
layout: communique
categories:
chapeau-text:
une-ou-diaporama:
- image:
legende:
alternative-textuelle:
contact-presse:
name: Floriane Beaudron
tel:
- 01.71.21.12.50
- 06.10.60.41.19
email: [email protected]
files:
- file:
nom:
- scope:
path: ''
type: outils-agents
values:
date_de_modification:
chapeau-text:
une:
image:
- scope:
path: ''
type: publications
values:
date_de_modification:
chapeau-text:
une-ou-diaporama:
- image:
legende:
alternative-textuelle:
- scope:
path: ''
type: services
values:
date_de_modification:
chapeau-text:
une:
image:
- scope:
path: ''
type: evenements
values:
layout: evenement
chapeau-text:
categorie:
une-ou-diaporama:
- image:
legende:
alternative-textuelle:
event_start_date:
event_end_date:
lieu:
adresse:
afficher_la_carte: true
acces:
- type:
lignes:
- nom:
champs_informations:
- intitule:
contenu:
url: https://www.numerique.gouv.fr
categories:
- main
language: fr
markdown: kramdown
description: Le site officiel de la DINUM
plugins:
- sass
- jekyll-sitemap
- jekyll-algolia
include:
- ".well-known"
- _pages
exclude:
- "/vendor/"
- "/scripts/"
- ".DS_Store"
- ".circleci/"
- bower.json
- composer.json
- composer.lock
- DOC.md
- "/gulp/"
- gulpfile.js
- LICENSE.md
- Makefile
- node_modules
- npm-debug.log
- package.json
- README.md
- rev-manifest.json
- yarn.lock
- yarn-error.log
- "/ansible/"
- "/node_modules/"
incremental: false
compress_html:
ignore:
envs:
- development
highlighter: rouge
algolia:
indexing_batch_size: 500
max_record_size: 20000
application_id: OCGRURLBFM
index_name: jekyll-dinsic
nodes_to_index: p,li,blockquote
extensions_to_index:
- md
- markdown
files_to_exclude:
- _rgaa-documentation/notes-revision-rgaa3-rgaa4.md
- _pages/index.md
- _pages/algolia.md
- _pages/espace-presse.md
- _pages/actualites.md
- _pages/rechercher.md
- _pages/avis-conformes.md
settings:
customRanking:
- asc(event_start_date)
- desc(date)
- desc(custom_ranking.heading)
- asc(custom_ranking.position)
searchableAttributes:
- ordered(dates)
- unordered(title)
- ordered(headings)
- unordered(chapeau-text)
- unordered(content)
- unordered(collection,categories,tags)
highlightPreTag: "<mark>"
highlightPostTag: "</mark>"
attributesToHighlight:
- title
- heading
- content
- chapeau-text
attributesToSnippet:
- content:20
- chapeau-text:20