Sync with git repository
Lektor already contains support to publish a project to github pages. I'd like to have the possibility to publish to a git repository as a merge request. This will allow people in a team to work on the same project and send their changes to be approved to git. If I work on this issue, providing code and tests, would you be interested to merge it?
You could manage the project source in a git repository, and automate the building/deploy when a PR is merged (see: https://www.getlektor.com/docs/deployment/travisci/), I think It's a better workflow that discussing/approving changes in generated code.
If I work on this issue, providing code and tests, would you be interested to merge it?
@hiromipaw it's been a long time, but if you're still interested the answer is very much yes.
Save yourself writing something new; you could use https://github.com/CamilionEU/lektor-git-src-publisher on a checked out branch. For your workflow desire - you could then have your CI raise a MR on each commit.