forked from EleutherAI/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig-blog.toml
54 lines (54 loc) · 1.66 KB
/
config-blog.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
baseURL = "https://blog.eleuther.ai/"
languageName = "English"
languageCode = "en-us"
title = "EleutherAI Blog"
theme = ["eai-base","eai-blog"]
contentDir = "content-blog"
publishDir="public-blog"
googleAnalytics = "G-9KCLV8BK53"
[params]
env = "production"
disableThemeToggle="true"
defaultTheme="dark"
[params.cover]
hiddenInList="true"
[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://blog.eleuther.ai/images/promo.png"
ShowAllPagesInArchive = true
[params.label]
icon = "/images/libre.svg"
iconHeight = "48px"
[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]
category = "categories"
tags = "tags"
[menu]
[[menu.main]]
name = "Home"
url = "https://eleuther.ai/"
weight = 1
[[menu.main]]
name = "About"
url = "https://eleuther.ai/about/"
weight = 2
[[menu.main]]
name = "Blog"
url = "/"
weight = 5