File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments