~artemis/miam

another desperate try at making a recipe book
transcribed a recipe
re-added the ingredients page

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~artemis/miam
read/write
git@git.sr.ht:~artemis/miam

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

#miam - small recipe book

CNPLv7+ license.

static recipe book website generator

"The miam miam woof part is definitely essential" - a clone


the folder data/ contains the list of ingredients, ustensils, and recipes. it is structured as follows.

  • ingredients.kdl contains the list of ingredients, each ingredient defined by the word ingredient
  • ustensils.kdl contains the list of ustensils, each ustensil defined by the word ustensil
  • recipes/ contains a bunch of files where each file represents a single recipe

all structures are currently documented in the kdl files. for the recipe structure, check out recipes/cookies.kdl.


to implement

  • ios safari 17.5 compatibility, at least

the future

most of those would require a better embedded index than manual structs/maps tbh

  • build warning page
  • on an ingredient's page, display the 3 other most common ingredients found in recipes using that ingredient
  • categorizing recipes between lunch, snack, and drink everywhere where a recipe list/search is implemented
  • dynamic recipe book in a single page, allowing for filtering (with the same ingredient recommendations as point 3)
    • p2: static search w/ a backend cgi daemon instead of js stuff
  • fancy ui to generate those kdl files more easily
  • grocery list
  • translations in ingredients/ustensils to not have multiple copies for multiple languages
  • step groups (e.g. "making the dough", "making the stuff", etc.)
  • ingredient alternatives somehow
  • introduction / footnotes
Do not follow this link