Open KonradUdoHannes opened 3 years ago
It is probably helpful to look at the initial setup pull request #1. Which describes how to setup deploy keys, which probably needs to be done for the fork as well.
The optional section also describes the custom domain setup (which correlaid-codes makes use of) This might need to be reverted for the fork. In the end the forked blog should be reached under
I tried the following
Steps 3-5 can be done in a single commit.
Afterwards the actions ran through without error and a copy of the blog was available under https://
The further ToDos that I see here are
In order to make a meaningful pull request (with and added blogpost for instance), the modifications that make the forked blog work, must not be part of the pull request. A way to achieve this might be the following (not tried yet)
git rebase -i
would probably work well but con probably not be directly transferred to a github action.
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.