Most of my web sites use the Eleventy SSG, changes push to GitHub, then Netlify sees those changes and auto-rebuilds.
This also works with TW (single-file). However, the GitHub Saver info is *also* pushed to Netlify, which means that if I attempt to edit my TW from the web site, it tries to save that back down to GitHub, which would then trigger another rebuild. So I get javascript recursion errors.
Honestly what I need is password-protection and a way to have my TW on the web without the recursion problem. I tried using the node.js version of TW and push it to GitHub Pages (instead of Netlify) but the save process never completed.
Help!