-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
113 lines (85 loc) · 1.99 KB
/
config.yaml
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
baseURL: "https://www.JupyterHealth.org"
theme: "up-business-theme"
languageCode: "en-us"
#Top of the page and bottom of the page
title: "JupyterHealth"
# googleAnalytics: ""
summaryLength: 20
params:
title: "Jupyter Health"
description: "Open Software Platform for Health Data Ingestion and Management"
images:
- "images/Jupyter back.png"
logo: "favicon.ico"
favicons:
themeColor: "#F37626"
backgroundColor: "#4D4D4D"
faviconColor: "#000000"
social:
# dribbble: "#"
# instagram: "#"
github: "https://github.com/jupyterhealth/"
twitter: "https://twitter.com/JupyterHealth/"
location:
- "2594 Hearst Ave. Berkeley, CA 94720"
contact:
- "JupyterHealth@berkeley.edu"
copyright: "© 2023 JupyterHealth All Rights Reserved"
menus:
main:
- name: "Home"
url: "/#hero"
weight: 1
- name: "About"
url: "/about"
weight: 2
- name: "Community"
url: "/community"
weight: 3
# - name: "People"
# url: "/people"
# weight: 4
# - name: "Projects"
# url: "/projects"
# weight: 4
# - name: "Blog"
# url: "/blog"
# weight: 5
# - name: "docs"
# url: "https://jupyterhealth.github.io/software-documentation/"
# weight: 6
# buttons:
# - name: "Join us"
# url: "/#"
# weight: 5
# pre: "btn btn-primary text-light"
footer:
- name: "Home"
url: "/#"
weight: 1
- name: "About"
url: "/about"
weight: 2
- name: "Community"
url: "/community"
weight: 3
# - name: "People"
# url: "/people"
# weight: 4
# - name: "Projects"
# url: "/projects"
# weight: 4
# - name: "Blog"
# url: "/blog"
# weight: 5
# - name: "docs"
# url: "https://jupyterhealth.github.io/software-documentation/"
# weight: 6
taxonomies:
series: "series"
tags: "tags"
# this allows the shortcode to work
markup:
goldmark:
renderer:
unsafe: true