You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Generates `index.md` with proper frontmatter template
139
139
- Usage: `./create_post.sh`
140
+
-**Note**: Rename the created folder with a descriptive title after running
140
141
141
142
2.**PowerShell Script** (`create_post.ps1`):
142
143
- Same functionality as bash script
143
144
- For Windows users
144
145
- Usage: `.\create_post.ps1`
146
+
-**Note**: Rename the created folder with a descriptive title after running
145
147
146
-
Both scripts automatically determine the date of the next Tuesday (or current day if Tuesday) and create the appropriate directory structure.
148
+
Both scripts automatically determine the date of the next Tuesday (or current day if Tuesday) and create the appropriate directory structure with a placeholder title. After running, rename the folder to include a descriptive title (e.g., `2026-01-13-ai-coding-assistants`).
Copy file name to clipboardExpand all lines: README.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,12 +74,16 @@ We provide scripts to automatically create properly formatted blog posts for the
74
74
75
75
These scripts will:
76
76
- Calculate the date of the next Tuesday (or use today if it's Tuesday)
77
-
- Create the directory structure: `docs/posts/YYYY/MM/DD/`
77
+
- Create the directory structure: `docs/posts/YYYY/MM/DD/YYYY-MM-DD-title-of-post/`
78
78
- Generate an `index.md` file with proper frontmatter
79
79
80
+
**Note**: After running the script, rename the created folder to include a descriptive title (e.g., `2026-01-13-ai-coding-assistants`). This allows multiple posts on the same day.
81
+
80
82
### Manual Blog Post Creation
81
83
82
-
1. Create a directory following the date pattern: `docs/posts/YYYY/MM/DD/`
84
+
1. Create a directory following the date pattern: `docs/posts/YYYY/MM/DD/YYYY-MM-DD-title-of-post/`
0 commit comments