-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
57 lines (48 loc) · 1.38 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', 'vendor/']
encoding: utf-8
plugins:
- jekyll-assets
- jekyll-sitemap
- jekyll-last-modified-at
url: http://conferences.sigcomm.org
baseurl: /acm-icn/2021
# Configuration for site
title: ACM ICN 2021
logo:
image: icn21-logo.png
info: ACM ICN 2021, Paris, France
# ACM ICN'2021 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 [email protected] account permissions)
google_client_id: .travis.d/google_client_id.json
# Google spreadsheet with the conference data
spreadsheet: 1G9OH401jxwql8xLTBh0ArB73gWIWHFC0H1JfiAh4OFU
program-at-glance:
google_client_id: .travis.d/google_client_id.json
spreadsheet:
- 1n_Tv8ZSahQp63Q0BCryc3BrVuzgn1ByiFdi2xZozbMw
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: {} }