-
Notifications
You must be signed in to change notification settings - Fork 42
/
_config.yml
373 lines (335 loc) · 9.82 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
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
# --- General options --- #
# url is the full website URL
# baseurl is the website's URL without the hostname
# If you are building a GitHub project page then use these settings:
#url: "http://username.github.io/projectname"
#baseurl: "http://covid19italia.info"
#baseurl: "https://github.com/emergenzeha/COVID19"
url: "https://covid19italia.help"
# Configuration of DATA repo
dataurl: "https://github.com/emergenzeHack/covid19italia_data.git"
# Of course don't forget to change the username and projectname to YOUR username and project
# Name of website
title: Covid19Italia.help
# Logo description
logo-description: Il logo di covid19italia due cerchi concentrici uno rosso e uno verde ed all'esterno dei semicerchi sparsi
# Short description of your site
description: Un progetto per condividere informazioni a supporto dell'emergenza COVID19
# --- Navigation bar options --- #
# List of links in the navigation bar -> NOT MORE USED! see in navigation.yml in Data folder.
# Image to show in the navigation bar - image must be a square (width = height)
# Remove this parameter if you don't want an image in the navbar
# URL of your avatar or profile pic (you could use your GitHub profile pic)
avatar: /images/covid19italia.png
# --- Footer options --- #
# Change all these values or delete the ones you don't want.
# Important: you must keep the "name" parameter, everything else you can remove
author:
name: COVID19Italia
email: "mailto:covid19ita@gmail.com"
facebook: covid19italia.help # eg. daattali
facebook_group: 2921275147894653
github: emergenzeHack/covid19italia # eg. daattali
twitter: ItaliaCovid19 # eg. daattali
linkedin: covid19italia-help # eg. daattali
#xing: # eg. daattali
#stackoverflow: # eg. "3943160/daattali"
instagram: covid19italia.help # eg. daattali
#youtube: yourlink # eg. user/daattali or channel/daattali
#rss: https://emergenzehack.github.io/covid19italia/feed.xml
telegram: https://t.me/COVID19I
#medium: https://medium.com/@covid19italia
#archiveorg: https://archive.org/details/@covid19italia
#messenger: messenger
#telegram_bot: to do
#androidapp: to do
#messenger: to do
#telegram_group: https://t.me/COVID19I
slack: https://join.slack.com/t/covid19peoplehelp/shared_invite/zt-dbg7ctmp-ta7ZYJN5Lvvse1w0eCymMQ
# Select which links to show in the footer
footer-links-active:
androidapp: false
rss: true
facebook: true
email: false
twitter: true
github: true
linkedin: true
xing: false
stackoverflow: false
instagram: true
youtube: false
telegram: true
medium: false
archiveorg: false
messenger: false
waze: false
flickr: false
# Select which share links to show in posts
share-links-active:
google: false
androidapp: false
rss: false
facebook: true
email: true
twitter: true
github: true
linkedin: false
xing: false
stackoverflow: false
instagram: true
youtube: false
telegram: true
medium: false
archiveorg: false
messenger: false
waze: false
flickr: false
telegram_bot: false
telegram_group: true
rss: true
link: true
# How to display the link to the website in the footer
# Remove this if you don't want a link in the footer
# url-pretty: "MyWebsite.com" # eg. "deanattali.com/beautiful-jekyll"
# --- Misc --- #
# Fill in your Disqus shortname (NOT the userid) if you want to support Disqus comments
disqus: "covid19italia"
# Fill in your Google Analytics ID to track your website using GA
#google_analytics: "UA-128871385-2"
jekyll-crosseverything_to_medium:
enabled: false
useraccount: 'https://medium.com/covid19italia'
# --- Don't need to touch anything below here (but you can if you want) --- #
# Output options (more information on Jekyll's site)
timezone: "Europe/Rome"
markdown: kramdown
highlighter: rouge
lang: it
languages: ["it", "en", "pt"]
permalink: /:categories/:year-:month-:day-:title/
paginate: 5
#selec tile for maps
tile_map: https://a.tile.openstreetmap.fr/hot/{z}/{x}/{y}.png
kramdown:
input: GFM
jekyll-mentions:
base_url: https://twitter.com
# Default YAML values (more information on Jekyll's site)
defaults:
-
scope:
path: ""
type: "posts"
values:
layout: "post"
comments: true # add comments to all blog posts
social-share: true # add social media sharing buttons to all blog posts
-
scope:
path: "" # all files
values:
layout: "page"
show-avatar: true
# Use tags pages (not recommended if you are deploying via GitHub pages, only set to true if deploying locally with ruby)
link-tags: false
include:
- _data
# Exclude these files from production site
exclude:
- Gemfile
- Gemfile.lock
- LICENSE
- README.md
- CNAME
- Vagrantfile
- vendor
- .gitlab-ci.yml
- .idea
# prose.io config
prose:
rooturl: '_posts'
media: 'img'
ignore:
- 404.html
- LICENSE
- feed.xml
- _config.yml
- /_layouts
- /_includes
- /css
- /img
- /js
- /scripts
- /external
metadata:
_posts:
- name: "layout"
field:
element: "hidden"
value: "post"
- name: "title"
field:
element: "text"
label: "Post title"
placeholder: "Title"
alterable: true
- name: "subtitle"
field:
element: "textarea"
label: "Subtitle"
placeholder: "A description of your post."
alterable: true
- name: "date"
field:
element: "text"
label: "Date"
help: "Enter date of post."
placeholder: "yyyy-mm-dd"
alterable: true
- name: "published"
field:
element: "checkbox"
label: "Publish"
help: "Check to publish post, uncheck to hide."
collections:
storie:
output: true
segnalazioni:
output: true
plugins:
- jekyll-paginate
- jekyll-sitemap # Create a sitemap using the official Jekyll sitemap gem
- jekyll-feed # Create an Atom feed using the official Jekyll feed gem
page_gen-dirs: true # uncomment, if you prefer to generate named folders
page_gen:
- index_files: true
data: cfg.issuecategories
template: issuelist_category
name_expr: "record['permalink']"
dir: /
- index_files: false
data: machgen.issuesjson
template: issue
name: number
dir: issues
- index_files: false
data: geo.regioni
template: issuelistXML
dir: rss/regione/
name: nome_regione
extension: xml
- index_files: true
data: geo.regioni
template: issuelist_regione
dir: issues/regione/
name: nome_regione
- index_files: true
data: geo.province.Abruzzo
template: issuelist_provincia
dir: issues/regione/abruzzo
name: nome_provincia
- index_files: true
data: geo.province.Basilicata
template: issuelist_provincia
dir: issues/regione/basilicata
name: nome_provincia
- index_files: true
data: geo.province.Calabria
template: issuelist_provincia
dir: issues/regione/calabria
name: nome_provincia
- index_files: true
data: geo.province.Campania
template: issuelist_provincia
dir: issues/regione/campania
name: nome_provincia
- index_files: true
data: geo.province.Emilia-Romagna
template: issuelist_provincia
dir: issues/regione/emilia-romagna
name: nome_provincia
- index_files: true
data: geo.province.Friuli Venezia Giulia
template: issuelist_provincia
dir: issues/regione/friuli-venezia-giulia
name: nome_provincia
- index_files: true
data: geo.province.Lazio
template: issuelist_provincia
dir: issues/regione/lazio
name: nome_provincia
- index_files: true
data: geo.province.Liguria
template: issuelist_provincia
dir: issues/regione/liguria
name: nome_provincia
- index_files: true
data: geo.province.Lombardia
template: issuelist_provincia
dir: issues/regione/lombardia
name: nome_provincia
- index_files: true
data: geo.province.Marche
template: issuelist_provincia
dir: issues/regione/marche
name: nome_provincia
- index_files: true
data: geo.province.Molise
template: issuelist_provincia
dir: issues/regione/molise
name: nome_provincia
- index_files: true
data: geo.province.Piemonte
template: issuelist_provincia
dir: issues/regione/piemonte
name: nome_provincia
- index_files: true
data: geo.province.Puglia
template: issuelist_provincia
dir: issues/regione/puglia
name: nome_provincia
- index_files: true
data: geo.province.Sardegna
template: issuelist_provincia
dir: issues/regione/sardegna
name: nome_provincia
- index_files: true
data: geo.province.Sicilia
template: issuelist_provincia
dir: issues/regione/sicilia
name: nome_provincia
- index_files: true
data: geo.province.Toscana
template: issuelist_provincia
dir: issues/regione/toscana
name: nome_provincia
- index_files: true
data: geo.province.Trentino-Alto Adige
template: issuelist_provincia
dir: issues/regione/trentino-alto-adige
name: nome_provincia
- index_files: true
data: geo.province.Umbria
template: issuelist_provincia
dir: issues/regione/umbria
name: nome_provincia
- index_files: true
data: geo.province.Valle d'Aosta
template: issuelist_provincia
dir: issues/regione/valle-daosta
name: nome_provincia
- index_files: true
data: geo.province.Veneto
template: issuelist_provincia
dir: issues/regione/veneto
name: nome_provincia
jekyll_tidy:
exclude: []
compress_html: true
# Impostazioni mappa
issuemap:
center: 42.629381, 13.288372
zoom: 5
# Beautiful Jekyll / Dean Attali
# 2fc73a3a967e97599c9763d05e564189