This repository has been archived by the owner on Jan 11, 2024. It is now read-only.
forked from search-rug/search-rug.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
executable file
·84 lines (77 loc) · 1.41 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
73
74
75
76
77
78
79
80
81
82
83
84
baseurl: "/"
permalink: pretty
title: "SEARCH"
logo:
image: "/uploads/branding/logo.svg"
height: "32px"
home:
limit_services: 6
collections:
team:
output: false
projects:
output: true
permalink: "/research-project/:path/"
sprojects:
output: true
permalink: /student-project/:path/
events:
output: true
permalink: /events/:path/
news:
output: true
defaults:
- scope:
path: ""
values:
layout: "page"
- scope:
path: ""
type: "news"
values:
layout: "article"
showDate: true
backlink:
url: "/news"
text: "All news"
- scope:
path: ""
type: "events"
values:
layout: "article"
- scope:
path: ""
type: "projects"
values:
layout: "article"
backlink:
url: "/research"
text: "All research projects"
- scope:
path: ""
type: "sprojects"
values:
layout: "article"
backlink:
url: "/education"
text: "All student projects"
- scope:
path: ""
type: "team"
values:
image: "/assets/grahics/search-avatar.svg"
sass:
style: compressed # possible values: nested expanded compact compressed
plugins:
- jekyll-environment-variables
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
- LICENSE.md
- LICENSE
- README.md