You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't use JSON to store posts, and was pleasantly surprised that just saving the gumbo JSON as TOML worked fine (assert json_object == toml_object). Anyway. If you look at the TOML I'm using for the page you'll see that I am using more keys than were in the original gumbo JSON as part of the recipe, and then some more for the metadata of my publishing system.
Questions:
Is Dr Syntax concerned about keys in the data that are unknown?
Would Dr Syntax like to adopt prep/cooking time? (now issue Recipe timing #3)
Would Dr Syntax like to adopt an introduction/description key? (and maybe footer/postscript) (now issue Recipe descriptions #4)
Dr Syntax states "Media files are referenced..." but is silent about how. Would Dr Syntax care to elaborate? (now issue Media files #5)
Was Dr Syntax planning on making a real URL for the schema at all? (nb I am now listening to the Dr Horrible soundtrack, so that's fine) (now issue Schema #6)
I've started experimenting with publishing my recipes on my site — http://marknormanfrancis.com/recipes/chicken-and-chorizo-gumbo
I don't use JSON to store posts, and was pleasantly surprised that just saving the gumbo JSON as TOML worked fine (
assert json_object == toml_object). Anyway. If you look at the TOML I'm using for the page you'll see that I am using more keys than were in the original gumbo JSON as part of the recipe, and then some more for the metadata of my publishing system.Questions:
Would Dr Syntax like to adopt prep/cooking time?(now issue Recipe timing #3)Would Dr Syntax like to adopt an introduction/description key? (and maybe footer/postscript)(now issue Recipe descriptions #4)Dr Syntax states "Media files are referenced..." but is silent about how. Would Dr Syntax care to elaborate?(now issue Media files #5)Was Dr Syntax planning on making a real URL for the schema at all? (nb I am now listening to the Dr Horrible soundtrack, so that's fine)(now issue Schema #6)