forked from ror-community/ror-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
live.toml
executable file
·58 lines (46 loc) · 1.34 KB
/
live.toml
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
languageCode = "en-us"
title = "ROR"
baseurl = "https://www.ror.org/"
style = "turquoise"
theme = "hugo-universal-theme"
pluralizelisttitles = "false"
disqusShortname = "ror"
[params]
date_format = "January 2, 2006"
image = "/img/banners/ROR_BeeKeeper.jpg"
[[params.menu]]
name = "About"
url = "/about"
weight = 10
class = "about"
[[params.menu]]
name = "Scope"
url = "/scope"
weight = 20
class = "scope"
[[params.menu]]
name = "Blog"
url = "/blog"
weight = 30
class = "blog"
[params.widgets]
search = true
categories = true
tags = true
[params.carousel]
enable = false
[params.landingbanner]
enable = true
image = "/img/banners/ROR_BeeKeeper.jpg"
[params.blurb]
enable = true
[params.features]
enable = false
[params.testimonials]
enable = false
[params.about]
enable = true
title = "Why ROR?"
subtitle = "The scholarly research community depends on a series of open identifier and metadata infrastructure systems to great success. Content identifiers and contributor identifiers are foundational infrastructure for the community. But there is one piece of the infrastructure that is missing – there currently is no open, stakeholder-governed infrastructure for research organization identifiers and their associated metadata."
link_text = "Learn more"
link_url = "/scope"