Create your own online cookbook with minimal effort
This cookbook is generated with the retype framework. It is ridiculously easy to set up, has every type setting feature you can think of, and can be hosted on your very own website. All for free and without having to install a thing.
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.
The video below show the whole process of setting up a new site. The speed is 3x the original, so it took less than 4 minutes to complete!
You can find the generated repo here with the website deployed at https://flottflyt.github.io/simple-recipes-cookbook.
fast.mov
The deployed website found in this repository is what I'm using for my own recipes, and its contents (contents of src that is) will change. For fewer and more diverse examples of what is possible with retype, visit their website and have a look at my example repository.