Clean up, switch to modern maddybook, netlify

This commit is contained in:
Madison Rye Progress
2026-03-14 15:44:45 -07:00
parent 7ee2f406dd
commit fa0a8d424e
11 changed files with 93 additions and 30 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
.hugo_build.lock
public
resources/_gen

View File

@ -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:
<details><summary>Dedication</summary>
@ -29,24 +37,3 @@ In the third and final part, the dichotomy is broken and the knowledge provided
</details>
[*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.

View File

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

29
data/works.yaml Normal file
View File

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

View File

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
{{- partial "head.html" . -}}
<body>
{{- partial "header.html" . -}}
<div id="content">
{{- block "main" . }}{{- end }}
</div>
{{- partial "footer.html" . -}}
</body>
</html>

View File

@ -0,0 +1,7 @@
<header>
<button class="theme-toggle" title="Toggle light/dark theme"></button>
<script src="/js/theme.js"></script>
<h1><a href="/">Florilegium ¹</a></h1>
<h2><a href="https://makyo.ink">¹ Madison Rye Progress</a></h2>
{{ if .Params.subtitle }}<!--<h3>{{ .Params.subtitle }}</h3>-->{{ end }}
</header>

View File

@ -1,5 +0,0 @@
<header>
<h1><a href="/">Florilegium ¹</a></h1>
<h2><a href="https://makyo.ink">¹ Madison Rye Progress</a></h2>
{{ if .Params.subtitle }}<!--<h3>{{ .Params.subtitle }}</h3>-->{{ end }}
</header>

15
netlify.toml Normal file
View File

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

View File

@ -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);
}