Skip to content

Commit 2f084a6

Browse files
Create authors.yml and update blog posts to use author keys
Co-authored-by: jordanstephens <[email protected]>
1 parent 0b17fd6 commit 2f084a6

33 files changed

+49
-32
lines changed

blog/2024-03-28-slackbot-sample.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Deploy a Go-powered slackbot with Defang
33
tags: [Cloud, NoDevOps, BYOC, AWS ECS, defang compose up, Slack API]
4-
author: Raphaël Titsworth-Morin
4+
authors: raphael_titsworth_morin
55
---
66

77
Hey folks! Today, I'm going to share one of our code samples that will show you how to deploy a simple Slack bot. If you're looking to connect a cloud service to Slack to publish status updates, or something else like that, this should help you get started. We'll walk through a step-by-step process of writing a Go program using the [github.com/slack-go/slack](https://github.com/slack-go/slack) library to interact with the Slack API and easily deploy it using Defang.

blog/2024-05-01-may-product-updates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: April 2024 Defang Compose Update
33
tags: [Cloud, NoDevOps, BYOC, AWS ECS, defang compose up, Defang Compose Update]
4-
author: Defang Team
4+
authors: defang_team
55
---
66

77
![Defang Compose Update](/img/defang-compose-update.webp)

blog/2024-06-01-june-product-updates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: May 2024 Defang Compose Update
33
tags: [Cloud, NoDevOps, BYOC, Playground, Load Testing, ACME, Managed Redis, Kaniko, Postgres, ECS, Defang Compose Update]
4-
author: Defang Team
4+
authors: defang_team
55
---
66

77
![Defang Compose Update](/img/defang-compose-update.webp)

blog/2024-07-01-july-product-updates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: June 2024 Defang Compose Update
33
tags: [Cloud, NoDevOps, BYOC, Windows, Managed Redis, CLI, Defang Compose Update]
4-
author: Defang Team
4+
authors: defang_team
55
---
66

77
![Defang Compose Update](/img/defang-compose-update.webp)

blog/2024-07-31-july-product-updates-2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: July 2024 Defang Compose Update
33
tags: [Cloud, NoDevOps, BYOC, CLI, AI, Debugging, Defang Compose Update]
4-
author: Defang Team
4+
authors: defang_team
55
---
66

77
![Defang Compose Update](/img/defang-compose-update.webp)

blog/2024-08-30-august-product-updates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ tags:
1111
Debugging,
1212
Defang Compose Update,
1313
]
14-
author: Defang Team
14+
authors: defang_team
1515
---
1616
import { Button } from '@mui/material';
1717

blog/2024-09-30-september-product-updates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ tags:
1212
Debugging,
1313
Defang Compose Update,
1414
]
15-
author: Defang Team
15+
authors: defang_team
1616
---
1717
import { Button } from '@mui/material';
1818

blog/2024-11-12-hard-lessons-from-hardware.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Hard Lessons From Hardware"
33
tags: [Cloud, NoDevOps, Embedded Systems, Hardware, Wifi, Arduino, Defang]
4-
author: Linda Lee
4+
authors: linda_lee
55
---
66

77
*About the author: Linda Lee is an intern at Defang Software Labs who enjoys learning about computer-related things. She wrote this blog post after having fun with hardware at work.*

blog/2024-11-13-october-product-updates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ tags:
1313
Debugging,
1414
Defang Compose Update,
1515
]
16-
author: Defang Team
16+
authors: defang_team
1717
---
1818
import { Button } from '@mui/material';
1919

blog/2024-12-04-launch-week.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ tags:
1515
Debugging,
1616
Defang Compose Update,
1717
]
18-
author: Defang Team
18+
authors: defang_team
1919
image: /img/november-update/launch-week.png
2020
---
2121
import { Button } from '@mui/material';

0 commit comments

Comments
 (0)