forked from wasmCloud/wasmcloud-dev-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
220 lines (173 loc) · 5.19 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
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
######################## default configuration ####################
baseURL = "/"
title = "wasmCloud Documentation"
theme = "godocs-1"
# google analytics
googleAnalytics = "UA-190314505-2" # example : UA-123-45
# disable language
disableLanguages = ["fr"] # desable language from here
# hugo outputs
[outputs]
home = [ "HTML", "JSON"]
# render unsafe html
[markup.goldmark.renderer]
unsafe = true
############################# Plugins ##############################
# CSS Plugins
[[params.plugins.css]]
link = "plugins/bootstrap/bootstrap.min.css"
attributes = "media='screen'"
page = "/"
[[params.plugins.css]]
link = "plugins/themify-icons/themify-icons.css"
attributes = ""
page = "/"
[[params.plugins.css]]
link = "plugins/search/auto-complete.css"
attributes = ""
page = "/"
[[params.plugins.css]]
link = "plugins/featherlight/featherlight.min.css"
attributes = ""
page = "/"
# JS Plugins
[[params.plugins.js]]
link = "plugins/jQuery/jquery.min.js"
attributes = ""
page = "/"
[[params.plugins.js]]
link = "plugins/bootstrap/bootstrap.min.js"
attributes = ""
page = "/"
[[params.plugins.js]]
link = "plugins/turbolinks/turbolinks.js"
attributes = ""
page = "/"
[[params.plugins.js]]
link = "plugins/masonry/masonry.min.js"
attributes = ""
page = "/"
[[params.plugins.js]]
link = "plugins/featherlight/featherlight.min.js"
attributes = ""
page = "/"
[[params.plugins.js]]
link = "plugins/clipboard/clipboard.min.js"
attributes = ""
page = "/"
[[params.plugins.js]]
link = "plugins/match-height/jquery.matchHeight-min.js"
attributes = ""
page = "/"
[[params.plugins.js]]
link = "plugins/search/auto-complete.js"
attributes = ""
page = "/"
[[params.plugins.js]]
link = "plugins/search/search.js"
attributes = ""
page = "/"
[[params.plugins.js]]
link = "plugins/search/lunr.min.js"
attributes = ""
page = "/"
[[params.plugins.js]]
link = "plugins/search/fuse.min.js"
attributes = ""
page = "search/"
[[params.plugins.js]]
link = "plugins/search/mark.js"
attributes = ""
page = "search/"
[[params.plugins.js]]
link = "plugins/search/search-page.js"
attributes = ""
page = "search/"
############## English navigation ###############
# main menu
[[Languages.en.menu.main]]
name = "Home"
url = "https://wasmcloud.com"
weight = 1
[[Languages.en.menu.main]]
name = "Docs Home"
url = "/"
weight = 1
[[Languages.en.menu.main]]
name = "Github"
url = "https://github.com/wasmcloud"
weight = 2
# footer menu
[[Languages.en.menu.footer]]
name = "Installation"
url = "overview/installation/"
weight = 1
[[Languages.en.menu.footer]]
name = "Contact"
url = "contact"
weight = 2
[[Languages.en.menu.footer]]
name = "Github"
url = "https://github.com/wasmcloud/"
weight = 3
#################### default parameters ################################
[params]
logo = "images/logo.png"
# Meta data
description = "wasmCloud is a secure, distributed WebAssembly actor runtime"
author = "wasmCloud LLC"
# contact form action
contact_form_action = "https://formspree.io/f/mvovydey" # contact form works with https://formspree.io
# Preloader
[params.preloader]
enable = false
preloader = "" # use jpg, png, svg or gif format.
# Navigation button
[[params.nav_button]]
style = "outline" # available style: solid, outline
label = "releases"
link = "releases"
[[params.nav_button]]
style = "solid" # available style: solid, outline
label = "contact"
link = "contact"
############################# social site ########################
#[[params.social]]
#title = "facebook"
#icon = "ti-facebook" # themify icon : https://themify.me/themify-icons
#link = "https://www.facebook.com/wasmcloud-102542298375661/"
[[params.social]]
title = "twitter"
icon = "ti-twitter-alt" # themify icon : https://themify.me/themify-icons
link = "https://twitter.com/wasmcloud"
[[params.social]]
title = "github"
icon = "ti-github" # themify icon : https://themify.me/themify-icons
link = "https://github.com/wasmcloud"
#[[params.social]]
#title = "linkedin"
#icon = "ti-linkedin" # themify icon : https://themify.me/themify-icons
#link = "https://www.linkedin.com/company/wasmcloud"
################################### English language #####################################
[Languages.en]
languageName = "En"
languageCode = "en-us"
weight = 1
# copyright
copyright = "Copyright © 2021 wasmCloud LLC"
# banner
[Languages.en.banner]
title = "wasmCloud"
subtitle = "wasmCloud is a distributed platform for writing portable business logic that can run anywhere from the edge to the cloud. Secure by default, wasmCloud aims to strip wasteful boilerplate from the developer experience and return _joy_ to the act of building distributed applications."
image = "images/banner.png"
# call to action
[Languages.en.call_to_action]
enable = true
title = "Still have questions?"
image = "images/cta-illustration.jpg"
content = "Whether you just want to chat, have specific questions, or are ready to contribute to wasmcloud, our open community is always looking to grow!"
# call to action button
[Languages.en.call_to_action.button]
enable = "true"
label = "Join the Community"
link = "contact"