-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path_config.yml
58 lines (48 loc) · 1.64 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
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 2019"
description: "MobiHoc 2019, the Twentieth 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 Catania, Italy in June 2019."
baseurl: "/mobihoc/2019"
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)
# # 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)
#keynote:
# google_client_id: .travis.d/google_client_id.json
# # Google spreadsheet with the conference data
# spreadsheet:
# - "1wPsGgoY2KBHr9NECwPbB9RnnVMAue5WXI-CwkI0mevU" # main
program:
google_client_id: .travis.d/google_client_id.json
# # Google spreadsheet with the conference data
spreadsheet:
- "1qzsK27dGioaDXXW0BElQiROY2E4cOf9pxAr32tbPEnw" # main
assets:
caching:
path: .sass-cache/assets
features:
automatic_img_size: false
sources:
- _assets/css
- _assets/images
- _assets/fonts
- _assets/js
- _assets/bower
- _assets/files
- .sass-cache
autoprefixer:
browsers:
- "last 2 versions"
- "IE > 9"