-
Notifications
You must be signed in to change notification settings - Fork 4
/
_config.yml
78 lines (68 loc) · 1.4 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
url: "https://dev.covidtracker.fr" # the base hostname & protocol for your site, e.g. http://example.com
baseurl: "" # the subpath of your site, e.g. /blog
title: "Covidtracker"
tagline: "Statistiques et visualisations de données Covid19"
defaults:
- scope:
path: "assets/img"
values:
image: true
lang: fr
locale: fr_FR
logo: "/assets/img/covidtracker_logo_transp.png"
sass:
load_paths:
- _sass
- node_modules
exclude:
- node_modules
- LICENSE.txt
- Makefile
- README.md
- package.json
- package-lock.json
- yarn.lock
- deploy_npm.sh
- .idea
- submodules
collections:
posts:
output: true
permalink: /news/:categories/:year/:month/:day/:title/
twitter:
username: CovidTracker_fr
card: summary
social:
name: CovidTracker
links:
- https://twitter.com/Covidtracker_fr
page_gen-dirs: true
page_gen:
- data: 'departements'
template: 'departement'
dir: 'syntheses/departement'
name: 'dep_name'
index_files: false
jekyll_analytics:
GoogleAnalytics:
id: UA-163777724-1
anonymizeIp: true
jekyll-spaceship:
processors:
- table-processor
- polyfill-processor
- media-processor
- emoji-processor
responsive_image:
template: _includes/responsive-image.html
sizes:
- width: 480
quality: 80
- width: 800
quality: 90
- width: 1400
quality: 90
- width: 1900
quality: 90
strip: true
save_to_source: false