Skip to content

Commit c91d8c2

Browse files
committed
Add 'Newletter' category and put newsletters in it
1 parent e34ffa3 commit c91d8c2

15 files changed

+24
-2
lines changed

AGENTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ The site uses Astro's Content Collections with strict schema validation:
123123
Blog posts require:
124124

125125
- Valid author (must exist in authors collection)
126-
- Categories from predefined list: Announcements, Community, DevOps, Performance, Guides, TechNotes, Training, Videos
126+
- Categories from predefined list: Announcements, Community, DevOps, Performance, Guides, Newsletters, TechNotes, Training, Videos
127127
- pubDate as Date object
128128
- Optional featureImage with alt text
129129

@@ -193,7 +193,7 @@ categories:
193193
Post content here...
194194
```
195195

196-
**Categories**: Announcements, Community, DevOps, Performance, Guides, TechNotes, Training, Videos
196+
**Categories**: Announcements, Community, DevOps, Performance, Guides, Newsletters, TechNotes, Training, Videos
197197

198198
**Images**: Production-ready, <2MB, reasonable dimensions, optimized
199199

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,13 @@ Choose whichever categories apply, with special attention to the first because i
137137
- _DevOps_ (workflows, infrastructure, etc.)
138138
- _Performance_ (benchmarking, tips, etc.)
139139
- _Guides_ (how-to style posts)
140+
- _Newsletters_ (monthly newsletters)
141+
- _Podcasts_ (podcasts)
142+
- _Releases_ (new features, bug fixes, etc.)
143+
- _Resources_ (links to external resources)
144+
- _Showcase_ (showcase of DDEV projects)
145+
- _Tutorials_ (tutorials)
146+
- _Videos_ (videos)
140147
- _TechNotes_ (more technical code-level discussions)
141148
- _Training_ (contributor training)
142149
- _Videos_ (posts that include or primarily feature video content)

src/content.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ const allowedCategories = [
99
"DevOps",
1010
"Performance",
1111
"Guides",
12+
"Newsletters",
1213
"TechNotes",
1314
"Training",
1415
"Videos",

src/content/blog/ddev-april-2025-newsletter.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ featureImage:
1010
credit: "My First Painting in Palisade, by Nancy Lewis"
1111
categories:
1212
- Community
13+
- Newsletters
14+
1315
---
1416

1517
**Spring has Sprung in Palisade, Colorado!**

src/content/blog/ddev-august-2025-newsletter.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ featureImage:
1010
caption: "Nuno Maduro at Laracon US 2025"
1111
categories:
1212
- Community
13+
- Newsletters
1314
---
1415

1516
🚀 Dive into August 2025 with DDEV! 🌟

src/content/blog/ddev-dec-2024-newsletter.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ featureImage:
1010
credit: Nancy Lewis painting of the Colorado River near Palisade, Colorado
1111
categories:
1212
- Community
13+
- Newsletters
1314
---
1415

1516
**Hello DDEV Community!** It’s always a pleasure to reach out to you at the beginning of the month. Here are some updates for you.

src/content/blog/ddev-feb-2025-newsletter.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ featureImage:
1010
credit: "Plateau Creek Mile Marker 55, by Nancy Lewis"
1111
categories:
1212
- Community
13+
- Newsletters
1314
---
1415

1516
**Happy February!**

src/content/blog/ddev-jan-2025-newsletter.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ featureImage:
1010
credit: View of Mount Garfield above Palisade, Colorado on my walk to work today, January 6, 2025
1111
categories:
1212
- Community
13+
- Newsletters
1314
---
1415

1516
**Happy New Year DDEV Community!**

src/content/blog/ddev-july-2025-newsletter.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ featureImage:
1010
caption: "Mount Garfield this morning, Palisade, Colorado, USA"
1111
categories:
1212
- Community
13+
- Newsletters
1314
---
1415

1516
**Welcome to the July 2025 DDEV Newsletter**

src/content/blog/ddev-june-2025-newsletter.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ featureImage:
1010
credit: "Photo by Randy Fay"
1111
categories:
1212
- Community
13+
- Newsletters
1314
---
1415

1516
**Welcome to the June 2025 DDEV Newsletter**

0 commit comments

Comments
 (0)