-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathconfig.toml
83 lines (77 loc) · 1.9 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
baseURL = 'https://asapdiscovery.org'
languageCode = "en-us"
title = "ASAP Discovery Consortium"
theme = "kube"
description = "ASAP uses AI and structure-based approaches to deliever oral antivirals for viruses of pandemic concern which will be globally and equitably accessible"
Paginate = 4
publishDir = "./public"
pygmentsCodefences = true
pygmentsStyle = "colorful"
# Generate robots.txt
enableRobotsTXT = "true"
# ignore files on build:
ignoreFiles = ['data/outputs/preTEPS/']
[Params]
RSSLink = "/index.xml"
author = "newpixcom" # add your company name
github = "https://github.com/asapdiscovery" # add your github profile name
email = "[email protected]"
[[menu.main]]
name = "Pipeline"
weight = -50
url = "/pipeline/"
identifier = "pipeline"
[[menu.main]]
name = "Outputs"
weight = -45
url = "/outputs/"
identifier = "outputs"
[[menu.main]]
name = "Concept"
weight = -40
url = "https://www.choderalab.org/news/2021/10/26/asap-avidd-proposal"
identifier = "concept"
[[menu.main]]
name = "Members"
weight = -30
url = "/members/"
identifier = "members"
[[menu.main]]
name = "SAB"
weight = -25
url = "/sab/"
identifier = "sab"
[[menu.main]]
name = "FAQ"
weight = -20
url = "/faq/"
identifier = "FAQ"
[[menu.main]]
name = "Awards"
weight = -15
url = "/awards/"
identifier = "awards"
#[[menu.main]]
# name = "Jobs"
# weight = -10
# url = "/jobs/"
# identifier = "jobs"
[[menu.main]]
name = "Open Science Forum"
weight = -5
url = "/forum/"
identifier = "forum"
[[menu.main]]
name = "Open Science"
weight = 0
url = "/open-science/"
identifier = "open-science"
[[menu.main]]
name = "COVID Moonshot"
weight = -2
url = "https://postera.ai/moonshot/"
identifier = "moonshot"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true