~rogeruiz/cookbook

A family cookbook.
fe7f3124 — Roger Steve Ruiz 2 years ago
Making the package-lock file binary to avoid diffs
bfcd774f — Roger Steve Ruiz 2 years ago
Updating the layout with a placeholder
69f807df — Roger Steve Ruiz 2 years ago
Adding the base URL

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~rogeruiz/cookbook
read/write
git@git.sr.ht:~rogeruiz/cookbook

You can also use your local clone with git send-email.

#Cookbook

This repository is for a cookbook using Cooklang. The main goal of this repository is to create Markdown files from Cooklang files automatically in CI and build a static-site themed to be viewable as a cookbook on an iPhone.

Being a static site is very important here as I don't want to spend too much work on how the application logic looks. The rendering of the cookbook should come from the CookCLI and be built statically. This includes things such as the shopping list which can be a LocalStorage-based solution to track items in a list being checked off. Again, I do not want any server-side rendering here as I don't believe it's necessary. I also don't want to have to use any JavaScript frameworks for most of this functionality. The targeted browsers are modern browsers, with a heavy focus on Safari and iOS Safari browsers.

#Contributing recipes

#Deploying the site

#License

Please see the LICENSE file located in this repository.

Do not follow this link