-
Notifications
You must be signed in to change notification settings - Fork 12
/
config.toml
205 lines (172 loc) · 5.87 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
baseURL = "https://deislabs.io/"
languageCode = "en-us"
title = "Deis Labs"
theme = "fresh"
disableHugoGeneratorInject = true
[markup]
[markup.highlight]
style = "tomorrow-night"
[params]
image = "images/twitter-card.png"
[params.font]
name = "Nunito Sans"
sizes = [
400.0,
800.0
]
[params.hero]
title = "Cloud Native Developer Experience"
subtitle = "Development on the leading edge of the adoption curve can be rocky. Deis Labs is here to help make you more productive."
[params.navbarlogo]
link = "/"
image = "deislabs.svg"
[params.section1]
title = "Developer Focus"
subtitle = "Bridging the gap between shiny tech and a great developer experience"
[[params.section1.tiles]]
title = "Akri"
icon = "akri"
text = "A Kubernetes Resource Interface for the Edge, Akri exposes devices as resources in Kubernetes."
url = "https://github.com/deislabs/akri"
badge = "cncf"
badgecolor = "teal"
[[params.section1.tiles]]
title = "Bindle"
icon = "bindle"
text = "Aggregate Object Storage for Collections - a Rust project we made as part of our WebAssembly research."
url = "https://github.com/deislabs/bindle"
[[params.section1.tiles]]
title = "CNAB"
icon = "cnab"
text = "CNABs facilitate the bundling, installing and managing of container-native apps — and their coupled services."
url = "/cnab/"
[[params.section1.tiles]]
title = "Containerd Wasm Shims"
icon = "shims"
text = "containerd shims for running WebAssembly workloads in Kubernetes."
url = "https://github.com/deislabs/containerd-wasm-shims"
[[params.section1.tiles]]
title = "Copa"
icon = "copa"
text = "Patch containers directly."
url = "https://github.com/project-copacetic/copacetic"
badge = "cncf"
badgecolor = "teal"
[[params.section1.tiles]]
title = "Eraser"
icon = "eraser"
text = "Clean up vulnerable images from Kubernetes nodes."
url = "https://github.com/eraser-dev/eraser"
badge = "cncf"
badgecolor = "teal"
[[params.section1.tiles]]
title = "Helm"
icon = "helm"
text = "The package manager for Kubernetes. Created by Deis Labs members in 2015, now a CNCF graduated project."
url = "https://helm.sh"
badge = "cncf"
badgecolor = "teal"
[[params.section1.tiles]]
title = "Hippo"
icon = "hippo"
text = "A self-hosted WebAssembly PaaS - Hippo provides a secure, portable and fast platform to run apps."
url = "https://github.com/deislabs/hippo"
[[params.section1.tiles]]
title = "Krustlet"
icon = "krustlet"
text = "Krustlet is a tool to run WebAssembly workloads natively on Kubernetes."
url = "https://krustlet.dev"
badge = "cncf"
badgecolor = "teal"
[[params.section1.tiles]]
title = "ORAS"
icon = "oras"
text = "OCI (Open Container Initiative) Registry As Storage."
url = "https://github.com/deislabs/oras"
badge = "cncf"
badgecolor = "teal"
[[params.section1.tiles]]
title = "Porter"
icon = "porter"
text = "Porter makes authoring CNAB bundles easier, handling your app and everything you need to deploy with it."
url = "https://porter.sh"
badge = "cncf"
badgecolor = "teal"
[[params.section1.tiles]]
title = "Mystikos"
icon = "mystikos"
text = "Mystikos is a set of tools for running applications in a hardware trusted execution environment (TEE)."
url = "https://github.com/deislabs/mystikos"
[[params.section1.tiles]]
title = "Ratify"
icon = "ratify"
text = "Verify artifact security metadata and enforce compliance."
url = "https://github.com/deislabs/ratify"
[[params.section1.tiles]]
title = "runwasi"
icon = "runwasi"
text = "Facilitates running Wasm / WASI workloads managed by containerd."
url = "https://github.com/deislabs/runwasi"
badge = "cncf"
badgecolor = "teal"
[[params.section1.tiles]]
title = "SpiderLightning"
icon = "slight"
text = "A set of distributed capability interfaces for Wasm applications."
url = "https://github.com/deislabs/spiderlightning"
[[params.section1.tiles]]
title = "VS Code Extensions"
icon = "vscode"
text = "Extensions for accessing cloud-native tools inside Visual Studio Code."
url = "https://github.com/deislabs?q=vscode&type=&language=&sort="
[[params.section1.tiles]]
title = "WAGI"
icon = "wagi"
text = "Write HTTP handlers in WebAssembly with a minimal amount of work."
url = "https://github.com/deislabs/wagi"
[[params.section1.tiles]]
title = "Brigade"
icon = "brigade"
text = "Create event-driven workflows and pipelines for your infrastructure, through scriptable, automated tasks."
url = "https://brigade.sh"
badge = "archived"
badgecolor = "gray"
[[params.section1.tiles]]
title = "Draft"
icon = "draft"
text = "A tool to quickly build & run Kubernetes apps, to streamline the dev process."
url = "https://draft.sh"
badge = "archived"
badgecolor = "gray"
[[params.section1.tiles]]
title = "Duffle"
icon = "duffle"
text = "A tool that installs and manages distributed app bundles (CNABs)."
url = "https://duffle.sh"
badge = "archived"
badgecolor = "gray"
[[params.section1.tiles]]
title = "Go Lua"
icon = "golua"
text = "A Lua 5.3 engine implemented in Go."
url = "https://github.com/Azure/golua"
badge = "archived"
badgecolor = "gray"
[params.footer]
logo = "deislabs.png"
bulmalogo = false
[[params.footer.socialmedia]]
link = "https://github.com/deislabs"
icon = "github"
[[params.footer.socialmedia]]
link = "https://twitter.com/deislabs"
icon = "twitter"
[[params.navbar]]
title = "About"
url = "/about"
[[params.navbar]]
title = "Blog"
url = "/posts"
[[params.navbar]]
title = "Projects"
url = "https://deislabs.io/#projects"