Clean up, switch to modern maddybook, netlify
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
.hugo_build.lock
|
||||
public
|
||||
resources/_gen
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -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
29
data/works.yaml
Normal 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.
|
||||
12
layouts/_default/baseof.html
Normal file
12
layouts/_default/baseof.html
Normal 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>
|
||||
|
||||
7
layouts/_partials/header.html
Normal file
7
layouts/_partials/header.html
Normal 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>
|
||||
@ -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
15
netlify.toml
Normal 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}"
|
||||
"""
|
||||
@ -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);
|
||||
}
|
||||
|
||||
Submodule themes/maddybook updated: c87a60de54...9f176ea95c
Reference in New Issue
Block a user