diff --git a/README.md b/README.md index 48fa20c..9b1c7f0 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,10 @@ This is a curated list of cookbooks and recipes involving the use of the cooklan | Website | Cooklang | User | Description | |---------|----------|------|-------------| +| - | [cookbook](https://github.com/bubonicfred/cookbook) | [bubonicfred](https://github.com/bubonicfred) | Repository of recipes made with Cooklang. | | - | [cookbook](https://github.com/dubadub/cookbook) | [dubadub](https://github.com/dubadub/) | Recipes written in Cooklang. | | [cooking book](https://net-mist-cooking-book.netlify.app/) | [remy](https://github.com/Net-Mist/remy) | [Net-Mist](https://github.com/Net-Mist) | Contains a list of French cooking recipes. | +| [Dan's Online Recipe Book](https://bonmot.ca/~daniel/Recipes/) | [Dan's Online Recipe Book](https://bonmot.ca/~daniel/Recipes/) | [CapnDan](https://bonmot.ca/~daniel/) | Dan's Online Recipe Book. | | [recipes](https://nicholaswilde.io/recipes/) | [recipes](https://github.com/nicholaswilde/recipes/tree/main/cook) | [nicholaswilde](https://github.com/nicholaswilde/) | A collection of recipes made with Cooklang. | [1]: https://cooklang.org/ diff --git a/data.yaml b/data.yaml index c7e6a28..6687b6a 100644 --- a/data.yaml +++ b/data.yaml @@ -32,3 +32,25 @@ userCookbooks: user: name: "Net-Mist" url: "https://github.com/Net-Mist" + + - description: "Repository of recipes made with Cooklang." + website: + name: "" + url: "" + cooklang: + name: "cookbook" + url: "https://github.com/bubonicfred/cookbook" + user: + name: "bubonicfred" + url: "https://github.com/bubonicfred" + + - description: "Dan's Online Recipe Book." + website: + name: "Dan's Online Recipe Book" + url: "https://bonmot.ca/~daniel/Recipes/" + cooklang: + name: "Dan's Online Recipe Book" + url: "https://bonmot.ca/~daniel/Recipes/" + user: + name: "CapnDan" + url: "https://bonmot.ca/~daniel/"