-
Notifications
You must be signed in to change notification settings - Fork 4
/
_config.yml
57 lines (48 loc) · 1.37 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
safe: false
source: .
destination: ./_site
plugins_dir: ./_plugins
highlighter: rouge
markdown: kramdown
exclude: ['.git', '.travis.yml', '.travis.d', '.sass-cache', 'Gemfile', 'Gemfile.lock', 'Rakefile', 'README.md', 'LICENSE.md', '.asset-cache', 'Dockerfile', '_scripts']
encoding: utf-8
plugins:
- jekyll-assets
- jekyll-sitemap
- jekyll-last-modified-at
url: http://conferences.sigcomm.org
baseurl: /acm-icn/2020
# Configuration for site
title: ACM ICN 2020
logo:
image: icn20-logo.png
info: ACM ICN 2020, Montreal, Canada
# ACM ICN'2020 tracking
google_analytics_id: UA-83529610-4
program:
# If the specified file doesn't exist, there will be command-line dialog to create it
# (Currently hardcoded for a dummy robot.mcrobot.jr@gmail.com account permissions)
google_client_id: .travis.d/google_client_id.json
# Google spreadsheet with the conference data
spreadsheet: 1s4v3XBYNzJWT12e1_wIo5vdePHAPmu5n-U-mHfeLAgc
program-at-glance:
google_client_id: .travis.d/google_client_id.json
spreadsheet:
- 1pnye81Kcu3B-xL2vSOU7l2cSLvyij0LinSnnQh-6mX4
assets:
sources:
- _assets/css
- _assets/images
- _assets/fonts
- _assets/js
- _assets/bower
- _assets/misc
- _assets/files
- .sass-cache
plugins:
css:
autoprefixer:
browsers:
- "last 2 versions"
- "IE > 9"
img: { optim: {}, magick: {} }