You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A configurable [Eleventy](https://www.11ty.dev/) plugin that enables a powerful component system for building dynamic, reusable HTML components across your static site.
8
+
A configurable [BuildAwesome](https://www.11ty.dev/) plugin that enables a powerful component system for building dynamic, reusable HTML components across your static site.
9
9
10
10
👉 Build your components once and use them anywhere.
11
11
@@ -182,12 +182,12 @@ In any template, use the `renderComponent` filter:
182
182
{{-
183
183
{
184
184
"type": "callout",
185
-
"heading": "Help organize the 11ty Meetup!",
185
+
"heading": "Build sites statically!",
186
186
"description": "A callout component to highlight important information.",
187
187
"links": [
188
188
{
189
-
"linkUrl": "https://11tymeetup.dev/",
190
-
"linkText": "Join the 11ty Meetup!"
189
+
"linkUrl": "https://getzeropoint.com/",
190
+
"linkText": "You don't need all that infrastructure"
191
191
}
192
192
],
193
193
"background": "warning"
@@ -204,11 +204,11 @@ title: My Page
204
204
# Callout component data
205
205
callout:
206
206
type: callout
207
-
heading: Help organize the 11ty Meetup!
207
+
heading: Build sites statically!
208
208
description: A callout component to highlight important information.
209
209
links:
210
-
- linkUrl: https://11tymeetup.dev/
211
-
linkText: Join the 11ty Meetup!
210
+
- linkUrl: https://getzeropoint.com/
211
+
linkText: You don't need all that infrastructure
212
212
background: warning
213
213
---
214
214
@@ -224,12 +224,12 @@ callout:
224
224
{{-
225
225
{
226
226
"type": "callout",
227
-
"heading": "Help organize the 11ty Meetup!",
227
+
"heading": "Build sites statically!",
228
228
"description": "A callout component to highlight important information.",
229
229
"links": [
230
230
{
231
-
"linkUrl": "https://11tymeetup.dev/",
232
-
"linkText": "Join the 11ty Meetup!"
231
+
"linkUrl": "https://getzeropoint.com/",
232
+
"linkText": "You don't need all that infrastructure"
233
233
}
234
234
],
235
235
"background": "warning"
@@ -246,11 +246,11 @@ title: My Page
246
246
# Callout component data
247
247
callout:
248
248
type: callout
249
-
heading: Help organize the 11ty Meetup!
249
+
heading: Build sites statically!
250
250
description: A callout component to highlight important information.
251
251
links:
252
-
- linkUrl: https://11tymeetup.dev/
253
-
linkText: Join the 11ty Meetup!
252
+
- linkUrl: https://getzeropoint.com
253
+
linkText: You don't need all that infrastructure
254
254
background: warning
255
255
---
256
256
@@ -265,12 +265,12 @@ callout:
265
265
```html
266
266
<template@html="{
267
267
'type': 'callout',
268
-
'heading': 'Help organize the 11ty Meetup!',
268
+
'heading': 'Build sites statically!',
269
269
'description': 'A callout component to highlight important information.',
270
270
'links': [
271
271
{
272
-
'linkUrl': 'https://11tymeetup.dev/',
273
-
'linkText': 'Join the 11ty Meetup!'
272
+
'linkUrl': 'https://getzeropoint.com',
273
+
'linkText': 'You don't need all that infrastructure'
274
274
}
275
275
],
276
276
'background': 'warning'
@@ -286,11 +286,11 @@ title: My Page
286
286
# Callout component data
287
287
callout:
288
288
type: callout
289
-
heading: Help organize the 11ty Meetup!
289
+
heading: Build sites statically!
290
290
description: A callout component to highlight important information.
291
291
links:
292
-
- linkUrl: https://11tymeetup.dev/
293
-
linkText: Join the 11ty Meetup!
292
+
- linkUrl: https://getzeropoint.com
293
+
linkText: You don't need all that infrastructure
294
294
background: warning
295
295
---
296
296
@@ -306,12 +306,12 @@ callout:
306
306
{{-
307
307
{
308
308
"type": "callout",
309
-
"heading": "Help organize the 11ty Meetup!",
309
+
"heading": "Build sites statically!",
310
310
"description": "A callout component to highlight important information.",
311
311
"links": [
312
312
{
313
-
"linkUrl": "https://11tymeetup.dev/",
314
-
"linkText": "Join the 11ty Meetup!"
313
+
"linkUrl": "https://getzeropoint.com",
314
+
"linkText": "You don't need all that infrastructure"
315
315
}
316
316
],
317
317
"background": "warning"
@@ -328,11 +328,11 @@ title: My Page
328
328
# Callout component data
329
329
callout:
330
330
type: callout
331
-
heading: Help organize the 11ty Meetup!
331
+
heading: Build sites statically!
332
332
description: A callout component to highlight important information.
333
333
links:
334
-
- linkUrl: https://11tymeetup.dev/
335
-
linkText: Join the 11ty Meetup!
334
+
- linkUrl: https://getzeropoint.com
335
+
linkText: You don't need all that infrastructure
336
336
background: warning
337
337
---
338
338
@@ -354,11 +354,11 @@ title: My Page
354
354
# Mixed component data
355
355
components:
356
356
- type: callout
357
-
heading: Help organize the 11ty Meetup!
357
+
heading: Build sites statically!
358
358
description: A callout component to highlight important information.
359
359
links:
360
-
- linkUrl: https://11tymeetup.dev/
361
-
linkText: Join the 11ty Meetup!
360
+
- linkUrl: https://getzeropoint.com
361
+
linkText: You don't need all that infrastructure
362
362
background: warning
363
363
364
364
- type: text-and-image
@@ -384,11 +384,11 @@ title: My Page
384
384
# Mixed component data
385
385
components:
386
386
- type: callout
387
-
heading: Help organize the 11ty Meetup!
387
+
heading: Build sites statically!
388
388
description: A callout component to highlight important information.
389
389
links:
390
-
- linkUrl: https://11tymeetup.dev/
391
-
linkText: Join the 11ty Meetup!
390
+
- linkUrl: https://getzeropoint.com
391
+
linkText: You don't need all that infrastructure
392
392
background: warning
393
393
394
394
- type: text-and-image
@@ -414,11 +414,11 @@ title: My Page
414
414
# Mixed component data
415
415
components:
416
416
- type: callout
417
-
heading: Help organize the 11ty Meetup!
417
+
heading: Build sites statically!
418
418
description: A callout component to highlight important information.
419
419
links:
420
-
- linkUrl: https://11tymeetup.dev/
421
-
linkText: Join the 11ty Meetup!
420
+
- linkUrl: https://getzeropoint.com
421
+
linkText: You don't need all that infrastructure
422
422
background: warning
423
423
424
424
- type: text-and-image
@@ -444,11 +444,11 @@ title: My Page
444
444
# Mixed component data
445
445
components:
446
446
- type: callout
447
-
heading: Help organize the 11ty Meetup!
447
+
heading: Build sites statically!
448
448
description: A callout component to highlight important information.
0 commit comments