Skip to content

The-Ludwig/PapasKiss

Repository files navigation

Publish Webpage

Webpage: https://the-ludwig.github.io/PapasKiss/

My recipes in the cooklang format. Most of them are inspired by, or even just copied from Joshua Weissman. Please do yourself a favor and check out his YouTube videos.

Building the Webpage

I wrote a small python script to render the recipes as a webpage, using the templates in the template folder. It uses the cooklang python module.

If you have python poetry installed, just use

> poetry install
> poetry run python build.py

and the webpages can be found in build/.

Please feel free to improve on this, and please let me know if you do :-).