Nibble 0.11.0
What’s new
- A folder of Markdown is synced when the container boots.
bin/rails nibble:content:markdownnow runs besidenibble:upgradebefore the server accepts a request, so merging a page publishes it and deleting one trashes it with no step to remember. The sync is idempotent, so a boot that changes nothing writes nothing.
Changed
nibble:content:markdownover no collections is no longer an error. Asked to sync every folder when a site has none, it now says so and exits cleanly. It used to exit non-zero, which — as of this release, where it runs at boot — would have stopped the container starting for every site that writes no Markdown.