-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathconfig.toml
165 lines (149 loc) · 4.21 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
baseURL = "https://mayjuun.com/"
languageCode = "en-us"
title = "MayJuun"
theme = "timer-hugo"
enableInlineShortcodes = true
relativeURLs = true
# We Used Ionicons Icon font for Icon, for more details check this link - https://ionicons.com/
# Navbar Menus
[[menu.nav]]
name = "About"
url = "about"
weight = 2
[[menu.nav]]
name = "Solutions"
url = "solutions"
weight = 3
[[menu.nav]]
name = "FHIR-FLI"
url = "fhirfli"
weight = 4
[[menu.nav]]
name = "Blog"
url = "blog"
weight = 5
# [[menu.nav]]
# name = "Figma Gallery"
# url = "gallery"
# weight = 6
# [[menu.nav]]
# name = "Services"
# url = "service"
# weight = 7
[[menu.nav]]
name = "Contact"
url = "contact"
weight = 8
# Site Params
[params]
home = "Home"
logo = "images/logo-line.png"
dateFormat = "6 January 2006"
# Meta data
description = "MayJuun: User Interfaces That Work"
author = "MayJuun"
# Google Analitycs
googleAnalitycsID = "UA-50100304-2"
# Banner Section
[params.banner]
enable = true
bgImage = "images/home.svg"
heading = "MayJuun"
description = """
We create digital solutions that advance health and well-being
<br>
<br>
Where your interactions mirror your workflows
"""
# button
btn = true
btnText = "Contact Us"
btnURL = "contact"
# flip text
[[params.banner.flipText]]
title = "Experts in FHIR®-based"
[[params.banner.flipText]]
title = "Applications in Healthcare"
# Homepage About Section
[params.about]
enable = true
title = "About Us"
content = "Founded by clinicians, we are passionate about providing rapid, seamless access to healthcare information to improve health outcomes...by creating secure and user-friendly applications."
image = "images/slider.jpg"
# FHIR-FLI Introduction Section
[params.fhirfli]
enable = true
title = "FHIR-FLI"
content = "We created FHIR-FLI, which is an open-source collaborative with the goal of improving healthcare through the use of the FHIR® interoperability standard and the Flutter Toolkit. We believe that lowering the barrier (both technically and monetarily) to entry allows for more innovation, broader applications, and the ability to actually use technology to improve people's lives."
image = "images/fhirfli/fhir-fli-logo.png"
# Policies Introduction Section
[params.Policies]
enable = true
# Call to Action
[params.cta]
enable = true
title = "Want to Learn More?"
# content = "Tell us your story"
btnText = "Contact Us"
btnURL = "/contact"
# Portfolio Section On Homepage
# [params.portfolio]
# enable = true
# title = "Flutter Portfolio"
# subtitle = "Here are some of our latest projects built with Flutter."
# social icon
# [[params.socialIcon]]
# icon = "ion-social-linkedin"
# url = "#"
# [[params.socialIcon]]
# icon = "ion-social-twitter"
# url = "#"
[markup.goldmark.renderer]
unsafe = true
# Content Security Policy Customization Options
# spec: https://blog.jeremylikness.com/blog/create-content-security-policy-csp-in-hugo/
# good intro to src: https://web.dev/csp/
# then read: https://developer.chrome.com/docs/apps/contentSecurityPolicy/
[params.csp]
defaltsrc = ["'self'"]
childsrc = ["'self'"]
fontsrc = ["'self'",
"https://fonts.googleapis.com",
"https://fonts.gstatic.com"]
formaction = ["'self'",
# Contact Us form
"https://formspree.io/f/xpzoezel",
# Outreach form
"https://formspree.io/f/mdovpqdq",
]
framesrc = ["'self'",
"https://www.youtube.com/",
"https://fhirpath.mayjuun.com/",
"https://app.termly.io/"]
imgsrc = ["'self'",
"'unsafe-inline'",
"data: w3.org/svg/2000",
"https://www.googletagmanager.com",
]
objectsrc = ["'none'"]
stylesrc = ["'self'",
"https://fonts.googleapis.com",
"https://www.google-analytics.com",
# todo: remove unsafe-inline
"'unsafe-inline'",
# "'sha256-GAi+Ldn91z47rA1xHn5FobkYa4/KDRa32atszLdYEOg='",
# "'sha256-zfmauQIRcXV984Ln5sn3XVdE9Bzuz2C118V11o3zxH0='",
# "'sha256-R5Xn4FecL0VHeCqaMPR1eWy6vnuGTSBNMaZGq3dBJ1U='",
# "'sha256-WMm2rxgrdLbPiNOT3khywmfmX3KBQRnomQ+oL369Sik='"
]
scriptsrc = ["'self'",
"'unsafe-inline'",
"'unsafe-eval'",
"fhirpath.mayjuun.com",
"https://app.termly.io/embed-policy.min.js",
"https://fonts.googleapis.com",
"https://www.google-analytics.com",
"https://www.googletagmanager.com",
]
connectsrc = ["'self'",
"https://www.google-analytics.com"]