Zariz isn’t just about static sites. In fact the Zariz module itself isn’t aware of any static generation. It’s about modeling the content creation around Git, which is a new approach to content staging.
Here are 10 images that will make the whole idea clear.
This is the live
branch
We branch out of it
The new branch is empty. Lets add new content to it
Now that there’s new content, the toolbar allows us to merge it back to the live
branch
Zariz supports multiple branching
In the new branch we can see the content that was added in the parent branch
The debug block shows us the origin of each content
Once we merge the branch, it is locked and cannot be changed
That’s the live
branch after the merge