18:25:08 <bpabon> I don't think that I have seen a description for the recommended workflow. For example, following the tutorial, I end up with three branches: main, src and gh-pages. https://github.com/blaisep/project-page-template/tree/src 18:25:44 <bpabon> Do I edit my content in src and my code changes in main? 18:26:17 <bpabon> (so that main has no content, just code) 18:27:10 <bpabon> Or do I make all my changes in src, deploy to gh-pages and then move the finished work in to main? 18:27:23 <bpabon> Am I overthinking this? 18:36:02 <bpabon> The closest comment I have seen so far is https://github.com/getnikola/nikola/discussions/3642 but that regards the path to 18:36:15 <bpabon> content, rather than the branching strategy. 20:32:47 <ChrisWarrick> bpabon: you have one branch too many 20:34:10 <ChrisWarrick> bpabon: the tutorial probably chose `src` because personal pages are/used to be deployed from the master branch