-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
44 lines (36 loc) · 1.14 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
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
url: http://conferences.sigcomm.org
baseurl: /acm-icn/2023
plugins:
- jekyll-sitemap
# Configuration for site
title: ACM ICN 2023
logo:
image: acm-icn-2023-logo-small.png
info: ACM ICN 2023
# ACM ICN'2023 tracking
google_analytics_id: G-F8VR0256LN
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: 1mYnDYs5c3TwrBuyunftKXilICqUP2pPGMwihqWckKmM
program-at-glance:
google_client_id: .travis.d/google_client_id.json
spreadsheet:
- 1mYnDYs5c3TwrBuyunftKXilICqUP2pPGMwihqWckKmM
sheet:
- program-at-glance
path: assets/images
sass:
sass_dir: assets/css
style: compressed
sourcemap: always