-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
65 lines (56 loc) · 1.34 KB
/
_config.yml
File metadata and controls
65 lines (56 loc) · 1.34 KB
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
62
63
64
65
title: VisInPractice
email: vip@ieeevis.org
baseurl: ""
url: "https://visinpractice.github.io"
description: >
VisinPractice at IEEE VIS 2021, New Orleans, LA, USA, October 24 or 25, 2021
# Build settings
markdown: kramdown
plugins:
- jekyll-last-modified-at
- jekyll-redirect-from
exclude:
- Gemfile
- Gemfile.lock
- README.md
- misc
- vendor
# site setup
collections:
pages:
output: true
permalink: /:path:output_ext
navigation:
- title: Home
url: index.html
#- title: Call for Participation
# url: call-for-participation.html
# - title: Guide
# url: http://ieeevis.org/year/2017/info/overview-amp-topics/practitioner-guide/pg
# - title: Workshop
# url: workshop.html
# - title: Panel
# url: panel.html
# - title: Supporters
# url: supporters.html
# - title: Important Dates
# url: important-dates.html
- title: Program
url: program.html
# - title: VIS Practitioner Guide
# url: guide.html
- title: Organization
url: organization.html
# - title: Graphic Recording
# url: graphic_record.html
# - title: Suggest Speakers
# url: cfp.html
archive:
- title: VisInPractice 2017
url: assets/vip2017/index.html
- title: VisInPractice 2018
url: assets/vip2018/index.html
- title: VisInPractice 2019
url: assets/vip2019/index.html
- title: VisInPractice 2020
url: assets/vip2020/index.html