Skip to content

billbrod/recipes

Repository files navigation

recipes

Recipes website

We use this to password protect a subset of the site.

TODO:

  • Deploy to custom domain

  • if get secret working: add test to make all secret recipes only have search exclude in header, no tags

  • and that all secrest are included in index

  • include secret recipes:

    • do the same cloning trick as in rpg notes
    • run the tests from secret recipes
    • mv it to the secret.hash location before site build
  • move secret recipe tests to scripts and include in pre commit hooks

  • Add tags for: entertaining/having guests, effort-level (easy, normal, involved)

    • group tags into categories: cuisine, dish, context, protein, ingredient, difficulty
  • Add recipes!

  • Add random selection of recipes to the index?

    • can do it based on tags? might need to be on tags page for that
  • Convert trello recipes -- converted, just moving them over now

  • Convert tandoor recipes -- converted, moving over now

  • add bean cooking times from Cool Beans and from Rancho Gordo pdf

  • little "recipes": salt:water ratio for pasta, iced tea, vinegrette, stuff from Ratio?

  • add dad's cocktails on secret page

  • Convert old Food.org file?

    • has some useful tables, links, etc, in addition to recipes
    • way to do this might to re-import any where the source is importable -- there must be some tool to convert from json schema to markdown or I could just extract the schema and then convert it the same way I'm doing from tandoor
    • and then for those that aren't importable, do manually / with custom converter