Browse Source

added last

master
alicestrt 3 years ago
parent
commit
e8d3a6d2e3
  1. BIN
      audio/episode1.ogg
  2. BIN
      audio/episode2.ogg
  3. 11
      index.html
  4. 10
      makefile
  5. 4
      style.css

BIN
audio/episode1.ogg

Binary file not shown.

BIN
audio/episode2.ogg

Binary file not shown.

11
index.html

@ -17,11 +17,14 @@
</div>
<div class="episode">
<h2>Episode 1</h2>
<div class="audiofile">
<audio controls src="audio/episode1.ogg" type="audio/ogg"> </audio>
</div>
<span class="description">
<p class="recipe_par">Trauma and nostalgia are linked in the taste buds of our grandmothers.
<br> My grandmother loved potatoes. But not quite like any other person I have known. She loved cooking them, serving them, eating them, she loved talking <br>about them. As a child, my grandmother lived alongside war, coups and regimes. During times of hardship for people in Bulgaria, often potatoes were the only thing to eat. I always felt that due to the shortage of food, her memories were focused almost entirely on food.</p>
My grandmother loved potatoes. But not quite like any other person I have known. She loved cooking them, serving them, eating them, she loved talking about them. As a child, my grandmother lived alongside war, coups and regimes. During times of hardship for people in Bulgaria, often potatoes were the only thing to eat. I always felt that due to the shortage of food, her memories were focused almost entirely on food.</p>
<p class="recipe_par">
<br>Talking about food is an effective way of developing relationships ‘woman-to-woman’, and of establishing shared perceptions and experiences. Trauma and nostalgia are linked in the taste buds of our grandmothers. “Traumatic” past can move between generations, aka "intergenerational trauma". Potatoes have become carriers of that trauma. They have to be handled delicately, with respect and care in <br>order to satisfy my grandmother's expectations. They had to be peeled paper thin, so as to waste as little of the edible material as possible. If the potatoes had to be <br>cut, it was crucial to cut them into stripes in such a way that each one turns out to <br>be odd shaped and has a minimum of four corners, in order to reduce chances of sticking.</p>
<br>Talking about food is an effective way of developing relationships ‘woman-to-woman’, and of establishing shared perceptions and experiences. Trauma and nostalgia are linked in the taste buds of our grandmothers. “Traumatic” past can move between generations, aka "intergenerational trauma". Potatoes have become carriers of that trauma. They have to be handled delicately, with respect and care in order to satisfy my grandmother's expectations. They had to be peeled paper thin, so as to waste as little of the edible material as possible. If the potatoes had to be cut, it was crucial to cut them into stripes in such a way that each one turns out to be odd shaped and has a minimum of four corners, in order to reduce chances of sticking.</p>
<p class="recipe_par">
The following recipe is not a potato puree, it is not mashed potatoes, it is mashed potatoes expanded with eggs, cheese and citrus fruits. It is a celebration of eating every damn cubic millimeter of that potato. It is the taste of the trauma and nostalgia of post conflict societies, in the taste buds of our grandmothers.</p>
@ -46,6 +49,10 @@ After the potatoes have been boiled, they have to be smashed. In the original re
</div>
<div class="episode">
<h2>Episode 2</h2>
<div class="audiofile">
<audio controls src="audio/episode2.ogg" type="audio/ogg"> </audio>
</div>
<span class="description">
<p class="recipe_par">On recipe notebooks</p>
<p class="recipe_par">Recipe notebooks have always been part of my life - every few weeks, my mother would decide it's time to bake a cake - choosing usually between 2 recipes - one just called cake and the name of a relative (chec Lena), the other one called cake with coconut (prajitura cu nuca de cocos). On these occasions, she would pull out an old, overstuffed school notebook, occasionally stained with eggyolks or butter, prop it up on a chair and consult it every now and again. Sometimes, she would skip a step, or add things in a different order than in the notebook. The cake would turn out great regardless.</p>

10
makefile

@ -0,0 +1,10 @@
DEST := /var/www/ontheradio.recipes
REMOTE := vvvvvvaria.org
RSYNC := rsync -chavzP
SRC := .
SSH := ssh -t
all: publish
publish:
$(RSYNC) $(SRC) $(REMOTE):$(DEST)

4
style.css

@ -66,6 +66,10 @@ ul {
margin-left: 5%;
}
.audiofile {
margin-left: 50px;
}
.gif {
width: 10%;
margin-left: 50%;

Loading…
Cancel
Save