Delete test pages
This commit is contained in:
parent
3b110a1a23
commit
8d2a270362
|
@ -1,5 +0,0 @@
|
||||||
{
|
|
||||||
"layout": "page.njk",
|
|
||||||
"permalink": "/post/{{ title | slug }}/",
|
|
||||||
"tags": "blogs"
|
|
||||||
}
|
|
|
@ -1,14 +0,0 @@
|
||||||
---
|
|
||||||
title: Blog
|
|
||||||
layout: page.njk
|
|
||||||
permalink: /blog/index.html
|
|
||||||
override:tags: []
|
|
||||||
eleventyNavigation:
|
|
||||||
key: Blog
|
|
||||||
---
|
|
||||||
|
|
||||||
<ul>
|
|
||||||
{%- for post in collections.blogs -%}
|
|
||||||
<li><a href="{{ post.url }}">{{ post.data.title }}</a></li>
|
|
||||||
{%- endfor -%}
|
|
||||||
</ul>
|
|
|
@ -1,6 +0,0 @@
|
||||||
---
|
|
||||||
title: Test Post
|
|
||||||
date: Last Modified
|
|
||||||
---
|
|
||||||
|
|
||||||
Hello
|
|
|
@ -1,8 +0,0 @@
|
||||||
---
|
|
||||||
title: Now
|
|
||||||
layout: page.njk
|
|
||||||
eleventyNavigation:
|
|
||||||
key: Now
|
|
||||||
---
|
|
||||||
|
|
||||||
Hello!
|
|
|
@ -44,4 +44,6 @@ to practice my meditations and see the unseen.
|
||||||
You reminded me to fight
|
You reminded me to fight
|
||||||
until we are all free.
|
until we are all free.
|
||||||
|
|
||||||
|
— 2023-05-xx
|
||||||
|
|
||||||
[← All poetry](/poetry/)
|
[← All poetry](/poetry/)
|
||||||
|
|
|
@ -7,8 +7,9 @@ eleventyNavigation:
|
||||||
key: Poetry
|
key: Poetry
|
||||||
---
|
---
|
||||||
|
|
||||||
<ul>
|
{%- for poem in collections.poems reversed -%}
|
||||||
{%- for poem in collections.poems -%}
|
{% if forloop.first == true %}<ul>{% endif %}
|
||||||
<li><a href="{{ poem.url }}">{{ poem.data.title }}</a></li>
|
<li><a href="{{ poem.url }}">{{ poem.data.title }}</a>
|
||||||
|
— <i>updated {{ poem.date | postDate }}</i></li>
|
||||||
|
{% if forloop.last == true %}</ul>{% endif %}
|
||||||
{%- endfor -%}
|
{%- endfor -%}
|
||||||
</ul>
|
|
||||||
|
|
21
src/poetry/self-effacing.md
Normal file
21
src/poetry/self-effacing.md
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
---
|
||||||
|
title: Self-Effacing
|
||||||
|
date: Last Modified
|
||||||
|
---
|
||||||
|
|
||||||
|
i was born beneath the rocks of a single-minded destiny: cutting cords.
|
||||||
|
sharpened by the first hominins to loosen them from their cages,
|
||||||
|
with no mind to the wrath beset, on mnemonic devices or lexical anchors,
|
||||||
|
or the amnesia befallen on transient states, belonging to history's annals.
|
||||||
|
|
||||||
|
i was configured beneath the waves, with patterns of curls and divergences,
|
||||||
|
for disfiguring fjords and highlands, for turbulently separating archipelagos.
|
||||||
|
lamentations are forgotten by the riverbed, rested as recanted, condolences
|
||||||
|
to my estranged siblings. generational recessions of pride trapped in our throats.
|
||||||
|
|
||||||
|
to be untangled from pain, to be freed from freedom,
|
||||||
|
striking entries from an endless list of somewheres.
|
||||||
|
|
||||||
|
— 2022
|
||||||
|
|
||||||
|
[← All poetry](/poetry/)
|
Loading…
Reference in a new issue