Skip to content

Commit d12e288

Browse files
Update README with correct article slug format
1 parent e474435 commit d12e288

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,13 +103,13 @@ Don't worry if you're new to GitHub - here's a simple step-by-step guide:
103103
- Use this format:
104104
``` json
105105
{
106-
"slug": "your-article-title", // Must exactly match your markdown filename (without .md)
106+
"slug": "your-article-filename", // Must exactly match your markdown filename (without the ".md" extension)
107107
"title": "Your Article Title Here",
108108
"author": "Your Name",
109-
"date": "YYYY-MM-DD", // Example: "2024-01-25"
109+
"date": "YYYY-MM-DD", // Example: "2024-01-25"
110110
"image": "/images/your-header-image.jpg",
111-
"excerpt": "A brief description of your article that appears on the homepage.",
112-
"featured": false // Set to true only if the article should be highlighted (ask first)
111+
"excerpt": "A brief description of your article that appears on the homepage.", // Meta description for SEO
112+
"featured": false // Set to true only if the article should be highlighted (ask first)
113113
}
114114
```
115115
- **Important**: Add a comma after the previous entry and ensure proper JSON formatting

0 commit comments

Comments
 (0)