Skip to content

Commit a74f3f0

Browse files
Copilotleecalcote
andcommitted
Set "Layer5 Team" as default author byline in blog-writer agent
Co-authored-by: leecalcote <7570704+leecalcote@users.noreply.github.com>
1 parent f5da9d0 commit a74f3f0

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

.github/agents/QUICK_REFERENCE.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ import myImage from "./my-image.png";
151151
title: "Title Here"
152152
subtitle: "Subtitle here"
153153
date: YYYY-MM-DD HH:MM:SS -0530
154-
author: Author Name
154+
author: Layer5 Team
155155
thumbnail: ./image.png
156156
darkthumbnail: ./image.png
157157
description: "Meta description here"
@@ -167,6 +167,8 @@ product: Meshery
167167
---
168168
```
169169

170+
**Note:** Always use "Layer5 Team" as the default author.
171+
170172
## RSS Feed Rules
171173

172174
| Feed | Criteria |

.github/agents/blog-writer.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ instructions: |
5151
title: "Compelling, SEO-optimized title (60 characters or less)"
5252
subtitle: "Descriptive subtitle providing context"
5353
date: YYYY-MM-DD HH:MM:SS -0530
54-
author: Author Name (or Layer5 Team)
54+
author: Layer5 Team
5555
thumbnail: ./image-name.png (or path to image)
5656
darkthumbnail: ./image-name-dark.png (or same as thumbnail)
5757
description: "SEO meta description (150-160 characters) summarizing the post"
@@ -73,6 +73,10 @@ instructions: |
7373
# - All news items appear in the News Feed (/news/feed.xml)
7474
```
7575
76+
**Author Field:**
77+
- **Default**: Use "Layer5 Team" as the author byline for all blog posts
78+
- Only use a specific person's name if explicitly provided or for special cases like interviews
79+
7680
**RSS Feed Distribution:**
7781
Posts are automatically included in RSS feeds based on their category and tags:
7882
- **Meshery Community Feed**: Category "Meshery", "Announcements", or "Events" AND tags "Community", "Meshery", or "mesheryctl"

0 commit comments

Comments
 (0)