forked from jku-vds-lab/jku-vds-lab.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
69 lines (64 loc) · 1.61 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
62
63
64
65
66
67
68
69
# Site settings
title: JKU Visual Data Science Lab
email: contact@jku-vds-lab.at
description: "JKU Visual Data Science Lab."
baseurl: ""
url: "https://jku-vds-lab.at"
twitter_username: marc_streit
github_username: jku-vds-lab
youtube_username: UCH0ztMDNtQuIx0-ZWIavG0Q
# facebook_page: Caleydo/110550618994500
license_url: https://raw.githubusercontent.com/jku-vds-lab/jku-vds-lab.github.io/master/LICENSE
safe: false
lsi: false
google_analytics: "G-XB7C1C7YVE"
use_analytics: true
paper_content_url: http://data.jku-vds-lab.at/papers/
poster_content_url: http://data.jku-vds-lab.at/posters/
data_url: http://data.jku-vds-lab.at/
# Build settings
permalink: pretty
sass:
sass_dir: _sass
# exclude from build
exclude: ["README.md", "Rakefile", "changelog.md", ".idea/", "Gemfile", "Gemfile.lock", "rvm.env"]
# code highlighter
#highlighter: rouge
# Collections
collections:
tools:
output: true
permalink: /tools/:path/
themes:
output: true
permalink: /:path/
persons:
output: true
permalink: /persons/:path/
publications:
output: true
permalink: /publications/:path/
edits_comments_books:
output: true
permalink: /edits_comments_books/:path/
# thesis:
# output: true
# permalink: /thesis/:path/
releases:
output: true
permalink: /releases/:path/
videos:
output: false
permalink: /videos/:path/
datasets:
output: false
permalink: /datasets/:path/
institutions:
output: false
permalink: /institutions/:path/
collaborators:
output: false
permalink: /collaborators/:path/
funding:
output: false
permalink: /funding/:path/