Delete test pages

This commit is contained in:
kalanggam 2023-10-27 00:24:47 -05:00
parent 3b110a1a23
commit 8d2a270362
7 changed files with 28 additions and 37 deletions

View file

@ -1,5 +0,0 @@
{
"layout": "page.njk",
"permalink": "/post/{{ title | slug }}/",
"tags": "blogs"
}

View file

@ -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>

View file

@ -1,6 +0,0 @@
---
title: Test Post
date: Last Modified
---
Hello

View file

@ -1,8 +0,0 @@
---
title: Now
layout: page.njk
eleventyNavigation:
key: Now
---
Hello!

View file

@ -44,4 +44,6 @@ to practice my meditations and see the unseen.
You reminded me to fight
until we are all free.
&mdash; 2023-05-xx
[&larr; All poetry](/poetry/)

View file

@ -7,8 +7,9 @@ eleventyNavigation:
key: Poetry
---
<ul>
{%- for poem in collections.poems -%}
<li><a href="{{ poem.url }}">{{ poem.data.title }}</a></li>
{%- for poem in collections.poems reversed -%}
{% if forloop.first == true %}<ul>{% endif %}
<li><a href="{{ poem.url }}">{{ poem.data.title }}</a>
&mdash; <i>updated {{ poem.date | postDate }}</i></li>
{% if forloop.last == true %}</ul>{% endif %}
{%- endfor -%}
</ul>

View 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.
&mdash; 2022
[&larr; All poetry](/poetry/)