I am seeking advice on a workflow for drafting articles with distill. When I get started with a blog post, i use
distill::create_post("draft-x")
which automatically assigns the folder/slug that name and today's date.
After some days tinkering, I'll settle on the post, the title, and I'll be ready to publish. Is there a good way to update the title, date, slug, etc., on the draft folder, or do I need to create a new folder and copy everything over? It seems that the distill::update_post()
function only works on imported posts, and not posts created within distill. Am I missing something?
Thanks!