forked from hcai-mms/hcai-mms.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
72 lines (67 loc) · 1.47 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
70
71
72
# Site settings
title: HCAI MMS Group JKU
email: info@hcai.at
description: "Human-centered Artificial Intelligence & Multimedia Mining Search Group at JKU and LIT."
baseurl: ""
url: "https://hcai.at"
twitter_username: m_schedl
# github_username:
# youtube_username:
# facebook_page:
# license_url:
safe: false
lsi: false
# google_analytics: ""
use_analytics: false
# paper_content_url:
# poster_content_url:
# data_url:
# 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/
about-us:
output: true
permalink: /about-us/: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/