Any workshop should be usable as a template from the user's perspective. We could achieve this by simply forking non-template workshops, or by checking out a template (to zero out the _config.yml stuff) and then using git tree to mass-copy remote files to the new repository in a single commit.
Any workshop should be usable as a template from the user's perspective. We could achieve this by simply forking non-template workshops, or by checking out a template (to zero out the
_config.ymlstuff) and then using git tree to mass-copy remote files to the new repository in a single commit.