Skip to content

Commit 1ed4e5b

Browse files
authored
Revise README to reflect new project focus
Updated references from '11ty Meetup' to 'Build sites statically' and changed associated links.
1 parent 02418ae commit 1ed4e5b

1 file changed

Lines changed: 38 additions & 38 deletions

File tree

README.md

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# Reusable Components for Eleventy Plugin
1+
# Reusable Components for BuildAwesome powered sites
22
[![npm version](https://img.shields.io/npm/v/eleventy-plugin-reusable-components.svg)](https://www.npmjs.com/package/eleventy-plugin-reusable-components)
33
[![Tests](https://github.com/MWDelaney/eleventy-plugin-components/workflows/🧪%20Run%20Tests/badge.svg)](https://github.com/MWDelaney/eleventy-plugin-components/actions)
44
🎈🐀
55

66
![components-logo](https://github.com/user-attachments/assets/cbf508d8-2d83-4d4c-bc86-17af45c626f7)
77

8-
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.
99

1010
👉 Build your components once and use them anywhere.
1111

@@ -182,12 +182,12 @@ In any template, use the `renderComponent` filter:
182182
{{-
183183
{
184184
"type": "callout",
185-
"heading": "Help organize the 11ty Meetup!",
185+
"heading": "Build sites statically!",
186186
"description": "A callout component to highlight important information.",
187187
"links": [
188188
{
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"
191191
}
192192
],
193193
"background": "warning"
@@ -204,11 +204,11 @@ title: My Page
204204
# Callout component data
205205
callout:
206206
type: callout
207-
heading: Help organize the 11ty Meetup!
207+
heading: Build sites statically!
208208
description: A callout component to highlight important information.
209209
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
212212
background: warning
213213
---
214214
@@ -224,12 +224,12 @@ callout:
224224
{{-
225225
{
226226
"type": "callout",
227-
"heading": "Help organize the 11ty Meetup!",
227+
"heading": "Build sites statically!",
228228
"description": "A callout component to highlight important information.",
229229
"links": [
230230
{
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"
233233
}
234234
],
235235
"background": "warning"
@@ -246,11 +246,11 @@ title: My Page
246246
# Callout component data
247247
callout:
248248
type: callout
249-
heading: Help organize the 11ty Meetup!
249+
heading: Build sites statically!
250250
description: A callout component to highlight important information.
251251
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
254254
background: warning
255255
---
256256
@@ -265,12 +265,12 @@ callout:
265265
```html
266266
<template @html="{
267267
'type': 'callout',
268-
'heading': 'Help organize the 11ty Meetup!',
268+
'heading': 'Build sites statically!',
269269
'description': 'A callout component to highlight important information.',
270270
'links': [
271271
{
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'
274274
}
275275
],
276276
'background': 'warning'
@@ -286,11 +286,11 @@ title: My Page
286286
# Callout component data
287287
callout:
288288
type: callout
289-
heading: Help organize the 11ty Meetup!
289+
heading: Build sites statically!
290290
description: A callout component to highlight important information.
291291
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
294294
background: warning
295295
---
296296

@@ -306,12 +306,12 @@ callout:
306306
{{-
307307
{
308308
"type": "callout",
309-
"heading": "Help organize the 11ty Meetup!",
309+
"heading": "Build sites statically!",
310310
"description": "A callout component to highlight important information.",
311311
"links": [
312312
{
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"
315315
}
316316
],
317317
"background": "warning"
@@ -328,11 +328,11 @@ title: My Page
328328
# Callout component data
329329
callout:
330330
type: callout
331-
heading: Help organize the 11ty Meetup!
331+
heading: Build sites statically!
332332
description: A callout component to highlight important information.
333333
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
336336
background: warning
337337
---
338338
@@ -354,11 +354,11 @@ title: My Page
354354
# Mixed component data
355355
components:
356356
- type: callout
357-
heading: Help organize the 11ty Meetup!
357+
heading: Build sites statically!
358358
description: A callout component to highlight important information.
359359
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
362362
background: warning
363363
364364
- type: text-and-image
@@ -384,11 +384,11 @@ title: My Page
384384
# Mixed component data
385385
components:
386386
- type: callout
387-
heading: Help organize the 11ty Meetup!
387+
heading: Build sites statically!
388388
description: A callout component to highlight important information.
389389
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
392392
background: warning
393393
394394
- type: text-and-image
@@ -414,11 +414,11 @@ title: My Page
414414
# Mixed component data
415415
components:
416416
- type: callout
417-
heading: Help organize the 11ty Meetup!
417+
heading: Build sites statically!
418418
description: A callout component to highlight important information.
419419
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
422422
background: warning
423423

424424
- type: text-and-image
@@ -444,11 +444,11 @@ title: My Page
444444
# Mixed component data
445445
components:
446446
- type: callout
447-
heading: Help organize the 11ty Meetup!
447+
heading: Build sites statically!
448448
description: A callout component to highlight important information.
449449
links:
450-
- linkUrl: https://11tymeetup.dev/
451-
linkText: Join the 11ty Meetup!
450+
- linkUrl: https://getzeropoint.com
451+
linkText: You don't need all that infrastructure
452452
background: warning
453453
454454
- type: text-and-image

0 commit comments

Comments
 (0)