Continued on the styles
parent
dba692eef0
commit
cd53102f00
@ -1,7 +1,7 @@
|
|||||||
title: Cacao Trial
|
title: Cacao Trial
|
||||||
cards: Testimony, Cacao, Interdependence
|
cards: Testimony
|
||||||
|
Cacao
|
||||||
---
|
Interdependence
|
||||||
|
|
||||||
Will be used by everyone who eats chocolate. Now people eat it in unconscious ways, some are addicted to it, very few people know about the sacral function it had in Mayan Traditions, where it is grown, and where it has been used.
|
Will be used by everyone who eats chocolate. Now people eat it in unconscious ways, some are addicted to it, very few people know about the sacral function it had in Mayan Traditions, where it is grown, and where it has been used.
|
||||||
|
|
@ -1,8 +1,8 @@
|
|||||||
title: Ritual for non-stable publishing
|
title: Ritual for non-stable publishing
|
||||||
slug: ritual
|
slug: ritual
|
||||||
cards: Storytelling, Ritual, Sharing
|
cards: Storytelling
|
||||||
|
Ritual
|
||||||
---
|
Sharing
|
||||||
|
|
||||||
This publishing infrastructure is a ritualistic storytelling prompt for non-stable publishing. By engaging with the different steps of ritual and telling the story to a friend, a tree, a more-than-human you will have published the work.
|
This publishing infrastructure is a ritualistic storytelling prompt for non-stable publishing. By engaging with the different steps of ritual and telling the story to a friend, a tree, a more-than-human you will have published the work.
|
||||||
|
|
@ -1,8 +1,8 @@
|
|||||||
title: Melt
|
title: Melt
|
||||||
slug: melt
|
slug: melt
|
||||||
cards: Testimony, Melting, Dismantling standards
|
cards: Testimony
|
||||||
|
Melting
|
||||||
---
|
Dismantling standards
|
||||||
|
|
||||||
In situation of melting due to climate change in Berlin, we will dismantle standards of publishing towards valuing testimony as a publishing infrastructure and as embodied by the transforming materials around us. It is a temporal infrastructure, only active when it snows or freezes in Berlin.
|
In situation of melting due to climate change in Berlin, we will dismantle standards of publishing towards valuing testimony as a publishing infrastructure and as embodied by the transforming materials around us. It is a temporal infrastructure, only active when it snows or freezes in Berlin.
|
||||||
|
|
@ -0,0 +1,26 @@
|
|||||||
|
{% extends "base.html" %}
|
||||||
|
|
||||||
|
{% block title %}{{ SITENAME }}{%endblock%}
|
||||||
|
|
||||||
|
{% block bodyclass %}activities{% endblock %}
|
||||||
|
|
||||||
|
{% block content %}
|
||||||
|
<h1>{{ page.title }}</h1>
|
||||||
|
{{ page.content }}
|
||||||
|
<p><a href="{{ SITEURL }}/"><strong>← Back</strong></a></p>
|
||||||
|
{% endblock %}
|
||||||
|
|
||||||
|
{% block sidebar %}
|
||||||
|
<h2>Oracle stories</h2>
|
||||||
|
{% for story in categories|get_category_articles('oracle-stories') %}
|
||||||
|
<details>
|
||||||
|
<summary>
|
||||||
|
<h3>{{ story.title }}</h3>
|
||||||
|
<dl>
|
||||||
|
{{ story.cards|display_if_set('Cards')}}
|
||||||
|
</dl>
|
||||||
|
</summary>
|
||||||
|
{{ story.content }}
|
||||||
|
</details>
|
||||||
|
{% endfor %}
|
||||||
|
{% endblock %}
|
Loading…
Reference in New Issue