-
Notifications
You must be signed in to change notification settings - Fork 8
/
config.toml
72 lines (66 loc) · 1.61 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
baseURL = "https://camlab.netlify.com/"
languageCode = "en-us"
title = "Campbell Lab Toronto | Machine Learning in Translational Biomedicine"
theme = "minimal-bootstrap-hugo-theme"
pluralizelisttitles = false
[taxonomies]
tag = "tags"
[permalinks]
post = "/:filename/"
[params]
description = "Campbell Lab Toronto - Machine Learning in Translational Biomedicine - Kieran R Campbell"
contentBackgroundColor = "#fff"
contentTextColor = "#212529"
contentLinkColor = "rgba(0, 77, 128, 1)"
contentLinkHoverColor = "#rgba(0, 77, 128, 0.8)"
navbarBackgroundColor = "#ffffff"
navbarLinkColor = "rgba(0, 0, 0, 1)"
navbarLinkHoverColor = "rgba(0, 0, 0, 0.7)"
wrapperMaxWidth = "800px"
customDateFormat = "Jan 2, 2006"
customCodeStyle = true
customBlockquoteStyle = true
showPostSummary = false
googleAnalytics = "UA-61354538-4"
cookieConsent = false
includeBootstrapJs = false
faviconSafariPinnedTabColor = "#5bbad5"
faviconMsApplicationTileColor = "#da532c"
faviconThemeColor = "#ffffff"
[menu]
[[menu.nav]]
name = "Home"
url = "/"
weight = 1
# [[menu.nav]]
# name = "Research"
# url = "/research/"
# weight = 2
# [[menu.nav]]
# name = "Blog"
# url = "/blog/"
# weight = 3
[[menu.nav]]
name = "Publications"
url = "/publications/"
weight = 3
[[menu.nav]]
name = "Software"
url = "/software/"
weight = 4
[[menu.nav]]
name = "People"
url = "/people/"
weight = 5
[[menu.nav]]
name = "Teaching"
url = "/teaching/"
weight=6
[[menu.nav]]
name = "Join"
url = "/join/"
weight = 7
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true