cyberneticlibrary

Create blog post automatically

new-postcommandsetup L12
valerionarcisi/valerio-blog
What it does

Create bilingual blog post with frontmatter, slug generation, and formatting

Best for

Bilingual blog publishing when you want one-command post creation with automatic slug generation, frontmatter, and dual-language output.

Inputs
  • · [object Object]
  • · [object Object]
  • · [object Object]
  • · [object Object]
  • · [object Object]
  • · [object Object]
Outputs
  • · [object Object]
  • · [object Object]
  • · [object Object]
Requires
  • · pnpm format (prettier)
  • · slug generation (lowercase, hyphens, no accents)
  • · Write tool
Preconditions

Blog content directories exist; pnpm installed

Failure modes
  • · Slug is too long or contains special characters
  • · Extract missing from frontmatter (blogging platform required field)
  • · Cover image URL is broken or inaccessible
  • · Translation is poor or misses context from original language
  • · Formatting not applied (pnpm format skipped)
Trust signals
  • · Slug auto-generated from Italian title (accent removal, lowercase, hyphenate)
  • · Frontmatter template enforces required fields (title, date, extract, tags)
  • · Cover author credit optional but captured if provided
  • · pnpm format run automatically (consistent style)
  • · Both language versions created in one pass