With cobalt, I’ve setup a workflow that allowed me to schedule posts for automatic future publication of my blog post.
Zola is great but some stuff was missing to keep the workflow so I wrote a wrapper around it.
My blog post explain my setup: Scheduling a post with Zola and Emile · Geob-o-matic
Emile’s repo: GitHub - Geobert/emile: A workflow companion for Zola
Hope it can help some Zola users 
5 Likes
I’m reviving this topic to announce the version 0.3 of emile
with a simpler workflow to schedule posts:
you define a schedule_dir
and do emile watch site_directory
to watch for changes.
Changes in the scheduled_dir
will be read to extract the date from the posts in this directory to schedule future publication.
How you sync the website’s directory is up to you, I’m using rsync

Hope this can help some people here 
1 Like
Thank you for working on it again.
Emile is a very good helper for Zola, especially for those coming from WordPress.
1 Like
Small update on emile
, since 0.4.2, it can post on mastodon when a scheduled post is published 