-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathlive.toml
executable file
·70 lines (54 loc) · 1.95 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
59
60
61
62
63
64
65
66
67
68
69
70
languageCode = "en-us"
title = "Research Organization Registry (ROR)"
baseurl = "https://ror.org/"
style = "turquoise"
theme = "hugo-ror"
pluralizelisttitles = "false"
summaryLength = 20
copyright = "All ROR IDs and metadata are provided under the Creative Commons CC0 1.0 Universal Public Domain Dedication https://creativecommons.org/publicdomain/zero/1.0/. All other content on ror.org is licensed under the Creative Commons Attribution 4.0 International License https://creativecommons.org/licenses/by/4.0/."
enableRobotsTXT = true
[params]
CSSVersion = 3
description = 'The Research Organization Registry (ROR) is a global, community-led registry of open persistent identifiers for research organizations. ROR aims to provide a persistent identifier (PID) for every research organization in the world, just as ORCID provides persistent identifiers for researchers and DOIs provide persistent identifiers for research outputs. All ROR data is open on the web and public domain via CC0, and the ROR dataset and API are free to use.'
title = 'Research Organization Registry (ROR)'
images = ['/img/ror-logo-800.png']
[params.author]
email = '[email protected]'
name = 'Research Organization Registry (ROR)'
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.tableOfContents]
endLevel = 2
ordered = false
startLevel = 2
[params.widgets]
search = true
categories = true
tags = true
archives = true
[params.carousel]
enable = false
[params.landingbanner]
enable = true
image = "/img/ROR_Lions_Banner.jpg"
text = ""
textcolor = '#fff'
[params.blurb]
enable = true
[params.announcement]
enable = true
[params.homepage_features]
enable = true
[params.testimonials]
enable = false
[params.socials]
enable = true
[params.recent_posts]
enable = true
title = "News and Updates"
[taxonomies]
category = 'categories'
tag = 'tags'
archive = 'archives'