-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.toml
More file actions
52 lines (44 loc) · 1.26 KB
/
config.toml
File metadata and controls
52 lines (44 loc) · 1.26 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
baseURL = "https://netZoo.github.io"
languageCode = "en-us"
title = "The network zoo"
theme = "hugo-theme-learn"
googleAnalytics = "G-TRXH486JVZ"
publishDir = "docs"
landingPageURL = "/"
landingPageName = "<i class='fas fa-home'></i> Home"
# For search functionality
[outputs]
home = ["HTML","RSS","JSON"]
[[menu.shortcuts]]
name = "<i class='fab fa-fw fa-github'></i> Github repo"
identifier = "da"
url = "https://github.com/netZoo"
weight = 10
[[menu.shortcuts]]
name = "<i class='fas fa-fw fa-book-reader'></i> Netbooks"
identifier = "dde"
url = "https://netbooks.networkmedicine.org/"
weight = 11
[[menu.shortcuts]]
name = "<i class='fas fa-fw fa-cloud'></i> Travis-ci"
identifier = "db"
url = "https://travis-ci.org/github/netZoo/netZooC"
weight = 12
[[menu.shortcuts]]
name = "<i class='fas fa-fw fa-cloud'></i> ZooKeeper"
identifier = "dc"
url = "https://github.com/netZoo/netZooR/actions"
weight = 13
[[menu.shortcuts]]
name = "<i class='fas fa-fw fa-bookmark'></i> Codecov"
identifier = "dd"
url = "https://codecov.io/gh/netZoo"
weight = 14
[[menu.shortcuts]]
name = "<i class='fas fa-fw fa-envelope-square'></i> Contact"
identifier = "de"
url = "mailto:benguebila@hsph.harvard.edu"
weight = 15
[params]
description= "Network biology packages"
themeVariant = "green"