forked from nanxstats/bco-public-website
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.toml
93 lines (77 loc) · 1.6 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
85
86
87
88
89
90
91
92
93
baseurl = "/"
publishDir = "public"
title = "BioCompute Objects"
author = "BioCompute"
canonifyurls = true
languagecode = "en"
paginate = 3
theme = "hugo-biocompute"
enableEmoji = true
hasCJKLanguage = true
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
[params]
faviconfile = "images/favicon.png"
posts_navigation = true
uselatex = false
highlightjs = false
highlightjslanguages = ["r"]
progressively = false
google_tag_manager = "UA-79911051-3"
contact = "/contact"
github = "biocompute-objects"
twitter = "BioComputeObj"
linkedin = "/company/biocompute-partnership"
[[menu.primary]]
identifier = "home"
name = "Home"
url = "/"
weight = 1
# [[menu.primary]]
# identifier = "news"
# name = "News"
# url = "/news/"
# weight = 2
[[menu.primary]]
identifier = "about"
name = "About"
url = "/about/"
weight = 3
# [[menu.primary]]
# identifier = "services"
# name = "Services"
# url = "/services/"
# weight = 4
[[menu.primary]]
identifier = "community"
name = "Community"
url = "/community/"
weight = 5
[[menu.primary]]
identifier = "specification"
name = "BCO Specification"
url = "/specification/"
weight = 6
[[menu.primary]]
identifier = "resources"
name = "Resources"
url = "/resources/"
weight = 7
# [[menu.primary]]
# identifier = "contact"
# name = "Contact"
# url = "/contact/"
# weight = 8
[[menu.primary]]
identifier = "events"
name = "News & Events"
url = "/events/"
weight = 9
#[[menu.primary]]
#identifier = "consortium_registration"
#name = "Consortium Registration"
#url = "/consortium_registration/"
#weight = 10