This repository has been archived by the owner on Nov 23, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.json
60 lines (60 loc) · 1.62 KB
/
config.json
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
{
"locals": {
"url": "https://2019.jsconf.eu",
"name": "JSConf EU",
"owner": "JSConf EU Team",
"description": "",
"buyTicketsLink": "https://ti.to/jsconfeu/jsconf-eu-x-2019",
"callForSpeakersLink": "https://docs.google.com/forms/d/e/1FAIpQLSe8Fi-VuD7B4j2sadT8TM-_TUA_cf9gyUBadK8pjUk98V_1TQ/viewform",
"scholarshipApplyLink": "https://goo.gl/forms/DlnIYammVTEGcTsC3",
"fullConferenceDate": "June 1st & 2nd 2019",
"venue": {
"mapLink": "https://www.google.de/maps/place/Arena+Berlin/@52.5014805,13.4399474,15z/data=!4m8!1m2!2m1!1sArena+berlin!3m4!1s0x47a84e55b04a4c0b:0x6852fd9350063186!8m2!3d52.4966473!4d13.4530078",
"name": "Arena",
"address": "Eichenstraße 4"
}
},
"plugins": [
"./plugins/postcss.js",
"./plugins/nunjucks.js",
"./plugins/svg.js"
],
"require": {
"moment": "moment",
"_": "underscore",
"typogr": "typogr"
},
"markdown": {
"smartLists": true,
"smartypants": true
},
"nunjucks": {
"filterdir": "./templates/filters",
"filters": ["log", "dumpsafe", "sortObjects", "filterObjects",
"contentUrls", "simplifiedUrl"
],
"filtermodules": ["nunjucks-markdown-filter"]
},
"svgo": {
"plugins": ["removeDoctype", "removeComments", "removeTitle", "removeDesc"]
},
"postcss": {
"from": "contents/css/main.css",
"plugins": [
"postcss-import",
{
"path": "postcss-cssnext",
"params": {
"warnForDuplicates": false
}
},
{
"path": "css-mqpacker",
"params": {
"sort": true
}
},
"cssnano"
]
}
}