-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.toml
More file actions
57 lines (51 loc) · 1.19 KB
/
hugo.toml
File metadata and controls
57 lines (51 loc) · 1.19 KB
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
baseURL = '/'
title = 'OpenMLRL'
languageCode = 'en-us'
defaultContentLanguage = 'en'
theme = 'hugo-theme-gallery'
relativeURLs = true
enableRobotsTXT = true
timeZone = 'Etc/UTC'
publishDir = 'public'
summaryLength = 24
[params]
title = 'OpenMLRL'
description = 'Reinforcement learning research for collaborative LLM systems.'
defaultTheme = 'light'
[params.author]
name = 'OpenMLRL Collective'
email = 'liu.shuo2@northeastern.edu'
[params.socialIcons]
github = 'https://github.com/OpenMLRL'
email = 'mailto:liu.shuo2@northeastern.edu'
huggingface = 'https://huggingface.co/OpenMLRL'
[params.gallery]
targetRowHeight = 320
targetRowHeightTolerance = 0.2
boxSpacing = 12
[outputs]
home = ['HTML', 'RSS']
page = ['HTML']
section = ['HTML']
[imaging]
quality = 85
resampleFilter = 'CatmullRom'
[imaging.exif]
disableDate = false
disableLatLong = true
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[menu]
[[menu.footer]]
name = 'GitHub'
url = 'https://github.com/OpenMLRL'
weight = 1
[[menu.footer]]
name = 'CoMLRL Docs'
url = '/CoMLRL/'
weight = 2
[services]
[services.rss]
limit = 50