-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_config.yml
61 lines (52 loc) · 1.87 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
58
59
60
61
safe: false
source: .
destination: ./_site
plugins_dir: ./_plugins
highlighter: rouge
markdown: kramdown
exclude: ['CNAME', 'Gemfile', 'Gemfile.lock', 'Rakefile', 'README.md', '.sass-cache', '.asset-cache', '.travis.d']
plugins:
- jekyll-assets
- jekyll-last-modified-at
- jekyll-sitemap
title: "MobiHoc 2018"
description: "MobiHoc 2018, the Nineteenth International Symposium on Mobile Ad Hoc Networking and Computing, will focus on the latest research in the rapidly growing area of mobile ad hoc networking and computing. This symposium will be held in Los Angeles, USA in June 26-29 2018."
logo_alt: "MobiHoc 2018 *** June 26-29, 2018 *** UCLA"
baseurl: "/mobihoc/2018"
url: "https://www.sigmobile.org"
google:
- analytics: UA-83529610-3
## Note. Uncomment and update spreadsheet parameters to enable pulling program
## data from Google Sheet(s)
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:
- "1CpBboHnT_HugUIc1sgOZc-henBHZTD6E0DgbdEq1PsQ" # main
program-at-glance:
# 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:
- "1Mcgwl3mN0KkAWr9DJOVy9Nx-4iF2kqqEOk5yXK00meo"
assets:
caching:
path: .sass-cache/assets
features:
automatic_img_size: false
sources:
- _assets/css
- _assets/images
- _assets/fonts
- _assets/files
- _assets/js
- _assets/bower
- _assets/calls
- .sass-cache
autoprefixer:
browsers:
- "last 2 versions"
- "IE > 9"