Create your own online cookbook with minimal effort
To get your own online cookbook set up:
- Fork this repository.
- Change the links set up in retype.yml
- This means that you change
engeir
to your own GitHub username. (Note that you can change everything else as well, but these two must be updated.)
- This means that you change
- Remove the CNAME file in the
retype
branch. - Set up workflows to be run in the forked repository.
- Workflows are not run by default in repositories that are forked, but this can be
turned on. Move to the
Actions
page of you repository to turn them on. - Manually run the
Publish ...
workflow.
- Workflows are not run by default in repositories that are forked, but this can be
turned on. Move to the
- Finally, go to
Settings -> Pages
in your repository, and set GitHub pages to be built from theretype
branch.