-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
139 lines (137 loc) · 3.17 KB
/
config.yaml
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
baseURL: 'https://curioss.org/'
title: CURIOSS
buildFuture: true
summaryLength: 10
preserveTaxonomyNames: true
pluralizeListTitles: false
menu:
main:
- name: News
URL: news
weight: 1
- name: Resources
URL: resources
weight: 2
- name: About
hasChildren: true
identifier: about
weight: 3
- name: About CURIOSS
URL: about
parent: about
weight: 1
- name: Members
URL: about/members
parent: about
weight: 2
- name: Code of Conduct
URL: about/codeofconduct
parent: about
weight: 3
- name: Contact
URL: about/contact
parent: about
weight: 4
footer_left:
- name: Home
weight: 1
post: bold
footer_middle:
- name: News
URL: news
weight: 1
post: bold
pre: _blank
post: bold
- name: Resources
URL: resources
weight: 2
post: bold
footer_right:
- name: About
URL: about
weight: 1
post: bold
- name: About CURIOSS
URL: about
weight: 2
- name: Members
URL: about/members
weight: 3
- name: Code of Conduct
URL: about/codeofconduct
weight: 4
- name: Contact
URL: about/contact
weight: 5
languages:
en:
languageName: English
weight: 1
de:
languageName: Deutsch
weight: 2
ja:
languageName: 日本語
weight: 2
zh:
languageName: 中文
weight: 2
it:
languageName: Italiano
weight: 2
es:
languageName: Español
weight: 2
ru:
languageName: Русский
weight: 2
fr:
languageName: Français
weight: 2
paginate: '3'
summaryLength: '15'
disqusShortname: ''
googleAnalytics: ''
markup:
goldmark:
renderer:
unsafe: true
minify:
disableHTML: true
params:
plugins:
css:
- link: plugins/bootstrap/bootstrap.min.css
- link: plugins/themify-icons/themify-icons.css
- link: plugins/slick/slick.css
- link: plugins/youmax/youmax.css
- link: plugins/bootstrap-select/css/bootstrap-select.min.css
js:
- link: plugins/jQuery/jquery.min.js
- link: plugins/bootstrap/bootstrap.min.js
- link: plugins/slick/slick.min.js
- link: plugins/youmax/youmax.js
- link: plugins/bootstrap-select/js/bootstrap-select.min.js
logo: images/color_horizontal_logotype1.svg
home: "Home"
logo_width: 200px
themeVariant: quizdown
description: CURIOSS is a **C**ommunity for **U**niversity and **R**esearch **I**nstitution **O**pen **S**ource **P**rogram **O**ffices. Our goals are to facilitate the networking and collaboration between CURIOSS representatives from universities and research institutions worldwide.
author: CURIOSS
defaultImage: images/curioss.png
footer_content: >-
The site is licensed under a CC-BY-SA license unless otherwise marked.
copyright: >-
Design by [Themefisher](https://themefisher.com/) and [Gethugothemes](https://gethugothemes.com/),
icons by [Freepik Storyset](https://storyset.com/people)
preloader:
enable: false
preloader: ''
navigation_button:
enable: true
label: Join Slack
link: slack
taxonomies:
tag: "tags"
category: "categories"