@jsorge have you ever thought about .textpack/.textbundle where each bundle is git-managed?
foo.textbundle/
- .git/
- text.md
- assets/
It's not lightweight versioning, but it's versioning. 🤔
@jsorge have you ever thought about .textpack/.textbundle where each bundle is git-managed?
foo.textbundle/
- .git/
- text.md
- assets/
It's not lightweight versioning, but it's versioning. 🤔
@ctietze I haven't gone that far, no. But my blog is on GitHub so I do have version control for it https://github.com/jsorge/jsorge.net/
And the engine is on GitHub too if you're curious https://github.com/taphouseio/maverick
@ctietze It's repos all the way down!
I wish the git-based documents framework that Wil Shipley talked about years ago ever saw the light of day. That would be amazing to see!