From fa0a8d424eb0fa35b531684d9d9afbfce6d1a139 Mon Sep 17 00:00:00 2001 From: Madison Rye Progress Date: Sat, 14 Mar 2026 15:44:45 -0700 Subject: [PATCH] Clean up, switch to modern maddybook, netlify --- .gitignore | 1 + content/_index.md | 33 ++++++------------- .../summer.md | 2 +- data/works.yaml | 29 ++++++++++++++++ layouts/_default/baseof.html | 12 +++++++ layouts/{partials => _partials}/footer.html | 0 layouts/_partials/header.html | 7 ++++ layouts/partials/header.html | 5 --- netlify.toml | 15 +++++++++ static/css/florilegium.css | 17 ++++++++++ themes/maddybook | 2 +- 11 files changed, 93 insertions(+), 30 deletions(-) create mode 100644 data/works.yaml create mode 100644 layouts/_default/baseof.html rename layouts/{partials => _partials}/footer.html (100%) create mode 100644 layouts/_partials/header.html delete mode 100644 layouts/partials/header.html create mode 100644 netlify.toml 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 @@ +
+ + +

Florilegium ¹

+

¹ Madison Rye Progress

+ {{ if .Params.subtitle }}{{ end }} +
diff --git a/layouts/partials/header.html b/layouts/partials/header.html deleted file mode 100644 index 9c19c60..0000000 --- a/layouts/partials/header.html +++ /dev/null @@ -1,5 +0,0 @@ -
-

Florilegium ¹

-

¹ Madison Rye Progress

- {{ if .Params.subtitle }}{{ end }} -
diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 0000000..753ba75 --- /dev/null +++ b/netlify.toml @@ -0,0 +1,15 @@ +[build.environment] +DART_SASS_VERSION = "1.98.0" +GO_VERSION = "1.26.1" +HUGO_VERSION = "0.157.0" + +[build] +publish = "public" +command = """\ + curl -sLJO "https://github.com/sass/dart-sass/releases/download/${DART_SASS_VERSION}/dart-sass-${DART_SASS_VERSION}-linux-x64.tar.gz" && \ + tar -C "${HOME}/.local" -xf "dart-sass-${DART_SASS_VERSION}-linux-x64.tar.gz" && \ + rm "dart-sass-${DART_SASS_VERSION}-linux-x64.tar.gz" && \ + export PATH="${HOME}/.local/dart-sass:${PATH}" && \ + git config core.quotepath false && \ + hugo build --gc --minify --baseURL "${URL}" + """ diff --git a/static/css/florilegium.css b/static/css/florilegium.css index 26eae47..1b3a30c 100644 --- a/static/css/florilegium.css +++ b/static/css/florilegium.css @@ -47,6 +47,10 @@ header h2:after { border-top: 1px solid black; } +.dark-mode header h2:after { + border-top: 1px solid #eee; +} + .next { font-family: sans-serif !important; display: block; @@ -58,3 +62,16 @@ header h2:after { .phantom { visibility: hidden; } + +.works dt { + font-size: 20pt; + background: linear-gradient(90deg, rgba(127, 127, 127, 0.1), rgba(127, 127, 127, 0.07)); +} + +.works dt .author { + display: none; +} + +.works dd { + background: linear-gradient(90deg, rgba(127, 127, 127, 0.05), transparent); +} diff --git a/themes/maddybook b/themes/maddybook index c87a60d..9f176ea 160000 --- a/themes/maddybook +++ b/themes/maddybook @@ -1 +1 @@ -Subproject commit c87a60de540fd262d7874e43bb05db6e06209404 +Subproject commit 9f176ea95c9fe0d8d070be295cc7c323e156aa8f