-
Notifications
You must be signed in to change notification settings - Fork 6
/
config.toml
84 lines (84 loc) · 2.47 KB
/
config.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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
baseURL = "https://www.eleuther.ai/"
languageName = "English"
languageCode = "en-us"
title = "EleutherAI"
theme = ["eai-base","eai-www"]
contentDir = "content"
publishDir = "public"
googleAnalytics = "G-9KCLV8BK53"
[params]
env = "production"
logo_image_url="images/eai_logo.png"
meta_image="images/meta_image.jpg"
contact_mail="[email protected]"
site_type="website"
sitename = "EleutherAI"
disableThemeToggle="true"
defaultTheme="dark"
[params.organization]
name="EleutherAI"
baseURL="https://eleuther.ai/"
description="A decentralized grassroots collective of volunteer researchers, engineers, and developers focused on AI alignment, scaling, and open-source AI research."
email="[email protected]"
sameAs=["https://github.com/EleutherAI","https://wandb.ai/eleutherai","https://huggingface.co/EleutherAI","https://twitter.com/i/user/1561918448766173185"]
foundingDate="2020-07-02"
logo="https://eleuther.ai/images/promo.png"
[params.homeInfoParams]
Title=""
Content="Empowering open-source AI research."
[[params.socialIcons]]
name="Discord"
url="https://discord.gg/zBGx3azzUn"
action="Join"
[[params.socialIcons]]
name="GitHub"
url="https://github.com/EleutherAI"
action="Visit"
[[params.socialIcons]]
name="Twitter"
url="https://twitter.com/i/user/1561918448766173185"
action="Follow"
[params.label]
icon = "/images/libre.svg"
iconHeight = "48"
[params.assets]
disableHLJS = true
favicon="favicon.ico"
favicon16x16="favicon/favicon-16x16.png"
favicon32x32="favicon/favicon-32x32.png"
apple_touch_icon="favicon/apple-touch-icon.png"
[markup]
[markup.goldmark]
[markup.goldmark.extensions]
typographer = false
[markup.goldmark.renderer]
unsafe = true
[taxonomies]
domain = "domain"
deliverables = "deliverables"
status = "status"
[permalinks]
domain = "/research/domain/:slug/"
deliverables = "/research/deliverables/:slug/"
status = "/research/status/:slug/"
[menu]
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "About"
url = "/about/"
weight = 2
[[menu.main]]
name = "Research"
url = "/research/"
weight = 3
[[menu.main]]
name = "FAQ"
url = "/faq/"
weight = 4
[[menu.main]]
name = "Blog"
url = "https://blog.eleuther.ai"
weight = 5