An interesting detail on this blog, for tech nerds only
I wanted to have blog publicly as static site. Have editorial at home to prepare articles. Can edit article while in draft. Mark article to publish. Can regenerate site with all currently published articles. Can preview that site in local. Can deploy site - ah, that is why I write this - that goes as commit and push to git, which triggers that public site is updated - all that goes with single click from blog backend app. And - since blog should be always current, that git... contains all incarnations, hehe.
... and one more - just made dynamic dual environment switch - live or staging data and locally generated site... just makes sense to me, just now.