-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
57 lines (48 loc) · 1.33 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: https://conext-21-iwci.named-data.net
baseurl:
# Configuration for site
title: CoNEXT 2021 Interdisciplinary Workshop on (de)Centralization in the Internet (IWCI)
logo:
image: iwci-logo.png
info: Virtual
# Google Analytics tracking
# google_analytics_id:
#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:
#program-at-glance:
# google_client_id: .travis.d/google_client_id.json
# spreadsheet:
# -
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: {} }