mirror of
https://github.com/cooklang/awesome-cooklang-recipes.git
synced 2025-10-29 11:22:09 +00:00
feat: render data unsorted
This commit is contained in:
parent
6b9d80e248
commit
ed18714ed0
@ -18,8 +18,11 @@ This is a curated list of cookbooks and recipes involving the use of the cooklan
|
|||||||
|
|
||||||
| Website | Repository | User | Description |
|
| Website | Repository | 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/) | Repo with recipes written in Cooklang. |
|
| - | [cookbook](https://github.com/dubadub/cookbook) | [dubadub](https://github.com/dubadub/) | Repo with recipes written in Cooklang. |
|
||||||
|
| [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. |
|
||||||
|
| [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. |
|
||||||
|
| - | [cookbook](https://github.com/bubonicfred/cookbook) | [bubonicfred](https://github.com/bubonicfred) | Repository of recipes made with Cooklang. |
|
||||||
|
| [Dan's Online Recipe Book](https://bonmot.ca/~daniel/Recipes/) |- | [CapnDan](https://bonmot.ca/~daniel/) | Dan's Online Recipe Book. |
|
||||||
| - | [CookBook](https://github.com/Diegothx/CookBook) | [Diegothx](https://github.com/Diegothx) | Repo with recipes written in Cooklang. |
|
| - | [CookBook](https://github.com/Diegothx/CookBook) | [Diegothx](https://github.com/Diegothx) | Repo with recipes written in Cooklang. |
|
||||||
| - | [RecipeManager](https://github.com/javieruhk/RecipeManager/recipes) | [javieruhk](https://github.com/javieruhk) | Repo with recipes written in Cooklang. |
|
| - | [RecipeManager](https://github.com/javieruhk/RecipeManager/recipes) | [javieruhk](https://github.com/javieruhk) | Repo with recipes written in Cooklang. |
|
||||||
| - | [cookbook](https://github.com/2xAA/cookbook/public/recipes) | [2xAA](https://github.com/2xAA) | Repo with recipes written in Cooklang. |
|
| - | [cookbook](https://github.com/2xAA/cookbook/public/recipes) | [2xAA](https://github.com/2xAA) | Repo with recipes written in Cooklang. |
|
||||||
@ -55,8 +58,5 @@ This is a curated list of cookbooks and recipes involving the use of the cooklan
|
|||||||
| - | [recipe_archive](https://github.com/tntraina/recipe_archive) | [tntraina](https://github.com/tntraina) | Repo with recipes written in Cooklang. |
|
| - | [recipe_archive](https://github.com/tntraina/recipe_archive) | [tntraina](https://github.com/tntraina) | Repo with recipes written in Cooklang. |
|
||||||
| - | [recipes](https://github.com/TyHil/recipes/recipes) | [TyHil](https://github.com/TyHil) | Repo with recipes written in Cooklang. |
|
| - | [recipes](https://github.com/TyHil/recipes/recipes) | [TyHil](https://github.com/TyHil) | Repo with recipes written in Cooklang. |
|
||||||
| - | [innovation-dinner-2022](https://github.com/XpiritBV/innovation-dinner-2022) | [XpiritBV](https://github.com/XpiritBV) | Repo with recipes written in Cooklang. |
|
| - | [innovation-dinner-2022](https://github.com/XpiritBV/innovation-dinner-2022) | [XpiritBV](https://github.com/XpiritBV) | Repo with 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/) |- | [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/
|
[1]: https://cooklang.org/
|
||||||
|
|||||||
@ -34,9 +34,8 @@ def render_readme_template():
|
|||||||
user_cookbooks=yaml_data[ROOT_NODE],
|
user_cookbooks=yaml_data[ROOT_NODE],
|
||||||
)
|
)
|
||||||
return output
|
return output
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
massage_data()
|
|
||||||
print(render_readme_template())
|
print(render_readme_template())
|
||||||
return 0
|
return 0
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user