This commit is contained in:
Madison Scott-Clary
2023-02-19 21:14:17 -08:00
parent 4bd2e113ae
commit d644f42c77
9 changed files with 9 additions and 1 deletions

View File

@ -1,5 +1,6 @@
--- ---
title: Seasons title: Seasons
subtitle: Seasons
type: page type: page
next: "seasons/intro" next: "seasons/intro"
--- ---

View File

@ -1,5 +1,6 @@
--- ---
title: Autumn title: Autumn
subtitle: Seasons
next: "seasons/winter" next: "seasons/winter"
--- ---

View File

@ -1,5 +1,6 @@
--- ---
title: Bibliography title: Bibliography
subtitle: Seasons
--- ---
{{% bibliography "bibliography" %}} {{% bibliography "bibliography" %}}

View File

@ -1,5 +1,6 @@
--- ---
title: Introduction title: Introduction
subtitle: Seasons
next: "seasons/spring" next: "seasons/spring"
--- ---

View File

@ -1,5 +1,6 @@
--- ---
title: Spiral title: Spiral
subtitle: Seasons
--- ---
To return to Spring, to make it through that cycle of growth, of insomnia and harvest and frost, is to stand at a precipice. It is to stand right up against the edge of that spiral, lean over carefully, peer down into the depths from however many storeys up, and wonder. It is to confront memory in the form of heights. It is to regard the spiraling days, weeks, and months to either side of you, give them the acknowledgement they deserve, and then return to peering down into the depths. To return to Spring, to make it through that cycle of growth, of insomnia and harvest and frost, is to stand at a precipice. It is to stand right up against the edge of that spiral, lean over carefully, peer down into the depths from however many storeys up, and wonder. It is to confront memory in the form of heights. It is to regard the spiraling days, weeks, and months to either side of you, give them the acknowledgement they deserve, and then return to peering down into the depths.

View File

@ -1,5 +1,6 @@
--- ---
title: Spring title: Spring
subtitle: Seasons
next: "seasons/summer" next: "seasons/summer"
--- ---

View File

@ -1,5 +1,6 @@
--- ---
title: Summer title: Summer
subtitle: Seasons
next: "seasons/autumn" next: "seasons/autumn"
--- ---

View File

@ -1,5 +1,6 @@
--- ---
title: Winter title: Winter
subtitle: Seasons
next: "seasons/spiral" next: "seasons/spiral"
--- ---

View File

@ -1,4 +1,4 @@
<header> <header>
<h1><a href="/">Florilegium ¹</a></h1> <h1><a href="/">{{ if .Params.subtitle }}{{ .Params.subtitle }}{{ else }}Florilegium{{ end }} ¹</a></h1>
<h2><a href="https://makyo.ink">¹ Madison Scott-Clary</a></h2> <h2><a href="https://makyo.ink">¹ Madison Scott-Clary</a></h2>
</header> </header>