Creates new blog posts for the Artsy Engineering blog. Use when the user wants to write, create, or start a new blog post or article.
For full documentation, see docs/authoring_articles.md.
Use AskUserQuestion to ask the user:
Template selection - Ask which template they want to use:
regular-post - Short, straightforward posts (recommended for most posts)long-post - Detailed posts with introduction, body, and conclusionepic-post - Narrative-style posts following the monomyth structureAuthor name - Ask for their name, then check if they exist in _config.yml under the authors: key.
Read _config.yml and search for the author under the authors: section.
If author exists: Use their author key (e.g., orta, db, joey).
If author does not exist: Inform the user they need to add themselves to _config.yml first: