Unpublishing pages

Hi all, just getting used to Netlify and Gatsby. I was wondering if you could tell me if Netlify CMS supports unpublishing of pages at all?

My use case is that I have multiple pages, and I want to periodically turn them on and off depending on what I need at any time. I have tried looking right now at the CMS and I can’t find a way of doing that.

any ideas?

Unfortunately there’s no way to do this from the admin UI at the time. There’s an open feature request for unpublishing content with the editorial workflow here, but we’re not quite there yet.

That being said, you could of course use a select widget to set the status of your content and let your SSG take care of what posts to display and build depending on the widget’s output.