Forking a fastpages repo does not work in the sense, that the fork will not be able to run the blog by itself.
The main reasons are probably
- Github actions don't have a deploy key that fits the fork
- URLs may mismatch
In order to make a workflow possible where users can fork the blog in order to contribute it would be good to understand everything that is required to change a fork into a working copy of the blog. This would benefit users that would allow users to contribute without having to use local docker/docker-compose tools.
The goal of this issue is to collect actions necessary to make a fork working.
In another issue we'll then look into automation (github actions) and documentation to make the gathered steps easier for users.
Forking a fastpages repo does not work in the sense, that the fork will not be able to run the blog by itself.
The main reasons are probably
In order to make a workflow possible where users can fork the blog in order to contribute it would be good to understand everything that is required to change a fork into a working copy of the blog. This would benefit users that would allow users to contribute without having to use local docker/docker-compose tools.
The goal of this issue is to collect actions necessary to make a fork working.
In another issue we'll then look into automation (github actions) and documentation to make the gathered steps easier for users.