doersino / nyum

A simple Pandoc-powered static site generator for your recipe collection – it effortlessly turns a set of Markdown-formatted recipes into a lightweight, responsive, searchable website.
https://doersino.github.io/nyum/_site/index.html
MIT License
181 stars 48 forks source link

Cooklang support #24

Open 12nick12 opened 2 years ago

12nick12 commented 2 years ago

This would be awesome to add cooklang support.

jlnrrg commented 2 years ago

I second that. (This is the cooklang we refer to)

aguinane commented 1 year ago

I had a crack at this by making a python script that converts between the two formats. https://github.com/aguinane/Cooklang

pubmania commented 1 year ago

I just merged the files from @aguinane's parser and this repo and updated the workflow build-ci.yml to install python, convert files in cooklang_recipe folder which then converts .cook file to .md and then bash script from this project converts it to nyum and that then is getting displayed on the resulting site on github pages....

https://github.com/pubmania/cooklang_nyum