2020-04-25 06:35:06 +00:00
<!doctype html>
< html >
< head >
< title > Zk | Planning< / title >
< link rel = "stylesheet" type = "text/css" href = "/style.css" / >
< meta name = "viewport" content = "width=device-width" / >
< meta charset = "utf-8" / >
< / head >
< body >
< main >
< header >
< h1 > Zk | Planning< / h1 >
< / header >
< article class = "content" >
< p > < span class = "tag" > diary< / span > < span class = "tag" > livejournal< / span > < span class = "tag" > fossils< / span > < / p >
2020-06-24 07:10:07 +00:00
< p > Got a couple of ideas in mind for NaNoWriMo, but I’ m keeping those to myself :o)< / p >
< p > Mainly, starting to plan for the Benefit Concert catering gig again. I’ m thinking still making some fancy stuff, but maybe a little standard, instead of all the greek food I made last year. Compiling a list of fancy finger foods that I know Should still have a balance between sweet and savory..< / p >
2020-04-25 06:35:06 +00:00
< p > (v = ovo-lactic vegetarian, V = vegan, GF = gluten free)
Sweet
- Applesauce cake/cupcakes (v)
- Scones (lavender-rosemary, spice, fruit; different kinds?) and lemon curd (v)
- Papaya/mango fruit leather as a container for julienned fruit, lime and mint sweet dressing. (V GF)< / p >
< p > Savory
- Mini-bruschetta (v)
- Focaccia (V)
- Cherry/plum tomatoes as a container for quinoa, dressing made with the tomato seed juice, lemon, basil, and olive oil. (V GF< / p >
< / article >
< footer >
< p > Page generated on 2007-08-06 21:46:23< / p >
< / footer >
< / main >
2020-06-24 07:10:07 +00:00
< script type = "text/javascript" >
document.querySelectorAll('.tag').forEach(tag => {
let text = tag.innerText;
tag.innerText = '';
tag.innerHTML = `< a href = "/tags.html#${text}" > ${text}< / a > `;
});
< / script >
2020-04-25 06:35:06 +00:00
< / body >
< / html >