I figured that for github "user" pages on github.io only the master branch can be used to serve the (via jgd: static) content.
I was very happy to see that with jgd -b master -r source I can still use jgd such that user.github.io will show me the rendered version.
However, now when browsing the repo on github, people do not see the README.md anymore (in which I would also state that I use jgd, and how). Thus it would be cool if jgd would have a --copy-readme (or --copy-file README.md) flag to copy the README.md over before pushing to the master branch.
I figured that for github "user" pages on github.io only the master branch can be used to serve the (via jgd: static) content.
I was very happy to see that with
jgd -b master -r sourceI can still use jgd such that user.github.io will show me the rendered version.However, now when browsing the repo on github, people do not see the README.md anymore (in which I would also state that I use jgd, and how). Thus it would be cool if jgd would have a
--copy-readme(or--copy-file README.md) flag to copy the README.md over before pushing to the master branch.