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
-**Share Message**: A baity but neutral hook (50-100 characters) that creates curiosity without hype - use questions, contrasts, or surprising insights
49
50
50
51
**Important**: Once title is decided, ask:
51
52
52
53
> "Please provide a URL to a cover image for this blog post. This will be displayed on the homepage card."
53
54
55
+
### Share Message Guidelines
56
+
57
+
Create a **baity but neutral** share message that hooks readers while maintaining a conversational tone:
58
+
59
+
-**Include a hook or curiosity gap** that makes people want to click
60
+
-**Sounds natural**, like you're casually sharing something intriguing with a friend
61
+
-**Teases the insight** without giving it away completely
62
+
-**Stays neutral in tone** - no excessive enthusiasm or hyperbole
63
+
-**Is concise** (50-100 characters)
64
+
-**Uses questions, contrasts, or surprising elements** to create interest
65
+
66
+
**Hook Techniques (Neutral Style):**
67
+
68
+
1.**Question Hook**: Pose an intriguing question
69
+
70
+
- "Why does [common thing] actually work differently than you think?"
71
+
- "What if [assumption] is backwards?"
72
+
73
+
2.**Contrast Hook**: Present an unexpected contrast
74
+
75
+
- "The counterintuitive way [outcome] actually happens"
76
+
- "[Common approach] vs what actually works"
77
+
78
+
3.**Surprising Insight**: Tease a non-obvious realization
79
+
80
+
- "The overlooked factor in [topic]"
81
+
- "What most people miss about [topic]"
82
+
83
+
4.**Problem/Solution Tease**: Hint at solving a pain point
84
+
- "A different angle on [common problem]"
85
+
- "Rethinking [topic] from first principles"
86
+
87
+
**Good Examples (Baity + Neutral):**
88
+
89
+
- "Why [common thing] might not work the way you think"
90
+
- "The surprising connection between [A] and [B]"
91
+
- "What I learned after [doing X]"
92
+
- "A counterintuitive take on [topic]"
93
+
- "[Topic]: the part most people overlook"
94
+
- "Rethinking how we approach [topic]"
95
+
- "The hidden tradeoff in [common practice]"
96
+
- "Why [assumption] doesn't hold up"
97
+
98
+
**Bad Examples:**
99
+
100
+
- ❌ "Amazing article about [topic] - must read!" (too enthusiastic)
101
+
- ❌ "This will blow your mind!" (overly hyped)
102
+
- ❌ "The ultimate guide to [topic]!" (generic clickbait)
- ❌ "SHOCKING truth about [topic]" (excessive caps/drama)
105
+
106
+
**The Goal**: Create curiosity and interest without sounding like a used car salesman. Think "hmm, that's interesting" rather than "OMG YOU NEED TO READ THIS!!!"
107
+
54
108
### Step 4: Get Author Info
55
109
56
110
Run to get git username:
@@ -85,6 +139,7 @@ export const frontmatter = {
85
139
topic: 'tech' as const,
86
140
tags: ['tag1', 'tag2', 'tag3'],
87
141
coverImage: 'https://example.com/image.jpg',
142
+
shareMessage: 'Why [topic] might not work the way you think',
0 commit comments