diff --git a/.gitignore b/.gitignore
index e7e3002..421e603 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
.hugo_build.lock
public
+resources/_gen
diff --git a/content/_index.md b/content/_index.md
index fd4bc6c..639ab78 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -1,12 +1,20 @@
---
---
-**flor·i·le·gi·um** */flor ə lɛ dʒi əm/*
+**flor·i·le·gi·um** */ˌflor ə ˈlɛ dʒi əm/*
n. pl. **flor·i·le·gi·a** */-dʒi ə/*
> A collection of excerpts from written texts, especially works of literature.
-*Florilegium* is a series of essays exploring just how much space we're allowed to take up in the world. The originals are provided here order to give a sense of the overall work. This project serves as partial fulfillment my MFA in creative writing from Cornell College in Mount Vernon, IA.
+*Florilegium* is a series of essays exploring just how much space we're allowed to take up in the world.
+
+-----
+
+{{< works corpus="works" collections="none" creators="none" >}}
+
+-----
+
+*Florilegium* was originally written as part of my MFA in creative writing from Cornell College in Mount Vernon, IA. The original dedication, abstract, and PDF are provided here for posterity's sake:
Dedication
@@ -29,24 +37,3 @@ In the third and final part, the dichotomy is broken and the knowledge provided
[*Download the PDF*](/Madison_Rye_Progress--Florilegium.pdf).
-
------
-
-
-## [And Flowers Wreathe Your Sleeping Form](/and-flowers-wreathe-your-sleeping-form)
-
-> *What means death or grief*
-> *in the face of endless time?*
-> *Slow-turning seasons.*
-
-An exploration of the spiral of poetry and of grief.
-
-## [The Elevation of Unknown Things](/the-elevation-of-unknown-things)
-
-> If Matthew died in 2012, why was I not born then?
-
-An exploration of disinterested identity and the choices that lead to them.
-
-## [The Margin of the Terrifying](/the-margin-of-the-terrifying)
-
-> Around and around thoughts flow like water downstream with eddies behind rocks building whirlpools as holes in identity.
diff --git a/content/and-flowers-wreathe-your-sleeping-form/summer.md b/content/and-flowers-wreathe-your-sleeping-form/summer.md
index c26ff76..b9bf3ff 100644
--- a/content/and-flowers-wreathe-your-sleeping-form/summer.md
+++ b/content/and-flowers-wreathe-your-sleeping-form/summer.md
@@ -46,7 +46,7 @@ In a solitary humor
{{% cite source="issa" page="65" %}}
{{% /verse %}}
-The slender maiden flower is the slender maiden flower. We have no say in its existence except that we might pick it, trample it, or leave it be. It is itself, in all its glory --- or at least all its solitary humor. The flower defines itself and though we may take action on it, may think it beautiful or ugly or lonely or austere, that doesn't matter to the flower.[^3]
+The slender maiden flower is the slender maiden flower. We have no say in its existence except that we might pick it, trample it, or leave it be. It is itself, in all its glory --- or at least all its solitary humor. The flower defines itself and though we may take action on it, may think it beautiful or ugly or lonely or austere, that doesn't matter to the flower.[^15]
"Summer, season of hot insomnia / That much never seems to change at all" speaks well to this. Summer is Summer. It is the season of hot insomnia and it doesn't care how tired we are. It's not that it is inimical to us so much as existing within its own external nature. It exists in that floating world that is separate from us. It does not know us, it knows only itself. It's hyperreal, perhaps, only casting its shadow into our reality.
diff --git a/data/works.yaml b/data/works.yaml
new file mode 100644
index 0000000..f7f5c2c
--- /dev/null
+++ b/data/works.yaml
@@ -0,0 +1,29 @@
+- title: And Flowers Wreathe Your Sleeping Form
+ url: /and-flowers-wreathe-your-sleeping-form
+ authors:
+ - Madison Rye Progress
+ description: |
+ > *What means death or grief*
+ > *in the face of endless time?*
+ > *Slow-turning seasons.*
+
+ An exploration of the spiral of poetry and of grief.
+ cw: frank discussions of death and grief, including descriptions of the euthanasia of a pet
+
+- title: The Elevation of Unknown Things
+ url: /the-elevation-of-unknown-things
+ authors:
+ - Madison Rye Progress
+ description: |
+ > If Matthew died in 2012, why was I not born then?
+
+ An exploration of disinterested identity and the choices that lead to it.
+
+- title: The Margin of the Terrifying
+ url: /the-margin-of-the-terrifying
+ authors:
+ - Madison Rye Progress
+ description: |
+ > Around and around thoughts flow like water downstream with eddies behind rocks building whirlpools as holes in identity.
+
+ The struggle to justify a plural existence.
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
new file mode 100644
index 0000000..3537f5e
--- /dev/null
+++ b/layouts/_default/baseof.html
@@ -0,0 +1,12 @@
+
+
+ {{- partial "head.html" . -}}
+
+ {{- partial "header.html" . -}}
+
+ {{- block "main" . }}{{- end }}
+
+ {{- partial "footer.html" . -}}
+
+
+
diff --git a/layouts/partials/footer.html b/layouts/_partials/footer.html
similarity index 100%
rename from layouts/partials/footer.html
rename to layouts/_partials/footer.html
diff --git a/layouts/_partials/header.html b/layouts/_partials/header.html
new file mode 100644
index 0000000..dbc3776
--- /dev/null
+++ b/layouts/_partials/header.html
@@ -0,0 +1,7 @@
+
+
+
+