-
Notifications
You must be signed in to change notification settings - Fork 5
/
localhost.toml
executable file
·67 lines (50 loc) · 1.56 KB
/
localhost.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
languageCode = "en-us"
title = "Research Organization Registry (ROR)"
baseurl = "http://localhost:1313"
style = "turquoise"
theme = "hugo-ror"
pluralizelisttitles = "false"
summaryLength = 20
[params]
date_format = "January 2, 2006"
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']
[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 = false
[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'