Developer builds self-publishing static Nuxt blog with scheduled posts and auto-rebuilds
A freelance developer has built a custom publishing engine on top of a fully static Nuxt 4 (SSG) site to enable scheduled article releases without a traditional server. The system uses Storyblok as a headless CMS, a Nitro server running under PM2, and GitHub Actions to handle deploys. A Nitro scheduled task checks every hour for due articles, pushes approved drafts to the CMS in Storyblok's richtext format, and triggers a single site rebuild via GitHub's workflow_dispatch API. Drafts are stored server-side with statuses and publish dates, ensuring nothing reaches the live site until its scheduled moment. The setup requires no external queue service or dedicated cron infrastructure, relying entirely on tools already present in the Nuxt stack.
This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)
Log in to join the discussion and vote.
Log in