Social Media Content Adaptations
This folder contains platform-specific adaptations of blog articles from /content/posts/.
These files are NOT published to the Hugo site - they’re source content for manual posting to social platforms.
Folder Structure
| |
File Naming Convention
Format: [blog-slug]-[platform].md
Example:
- Blog:
/content/posts/argocd-backup-disaster-recovery.md - LinkedIn:
/content/social/linkedin/argocd-backup-disaster-recovery-linkedin.md - Twitter:
/content/social/twitter/argocd-backup-disaster-recovery-thread.md
How to Generate
Use these commands with Claude Code:
| |
See /CLAUDE.md → “PLATFORM-SPECIFIC ADAPTATIONS” for detailed standards.
Workflow
- Publish blog article to
/content/posts/ - Generate platform adaptations to
/content/social/[platform]/ - Copy content from markdown files to respective platforms
- Track performance and iterate on hook patterns
Note: Social content is intentionally kept separate from blog content to maintain clean separation between SEO-optimized blog (published) and engagement-optimized social (manual distribution).