This repository has been archived by the owner on Jun 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathconfig.json
68 lines (68 loc) · 1.86 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
61
62
63
64
65
66
67
68
{
"port": 8888,
"locals": {
"url": "https://2019.cssconf.eu",
"twitterHandle": "@CSSconfeu",
"email": "[email protected]",
"name": "CSSconf EU | Friday, May 31st 2019 | Berlin, Germany",
"conferenceFullDate": "May 31st 2019",
"owner": "CSSconf EU Team",
"description":
"CSSconf EU is conference dedicated to all those passionate about design, CSS, and the web. For the community, by the community.",
"buyTicketsLink": "https://ti.to/cssconfeu/cssconfeu-2019/",
"callForSpeakersLink":
"https://docs.google.com/forms/d/e/1FAIpQLSfXyRmnDd2R3XNer5gdP2bKg-x0kU3YXSsx0s9pNfNNsHTvRw/viewform",
"scholarshipApplyLink": "https://goo.gl/forms/DlnIYammVTEGcTsC3",
"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"
},
"filenameTemplate": ":file/index.html",
"plugins": [
"./plugins/postcss.js",
"./plugins/nunjucks.js",
"./plugins/svg.js"
],
"require": {
"moment": "moment",
"_": "underscore",
"typogr": "typogr"
},
"jade": {
"pretty": true
},
"markdown": {
"smartLists": true,
"smartypants": true
},
"nunjucks": {
"filterdir": "./templates/filters",
"filters": [
"log",
"sortObjects",
"splitString",
"filterObjects",
"joinObjects",
"contentUrls",
"speakersProgress",
"simplifiedUrls",
"json"
]
},
"postcss": {
"entrypoint": "css/main.css",
"from": "contents/css/main.css",
"plugins": [
"postcss-import",
{
"path": "postcss-custom-properties",
"params": { "preserve": true }
},
"postcss-nested",
"postcss-media-minmax",
"postcss-custom-media",
"autoprefixer",
"css-mqpacker",
"cssnano"
]
}
}