Subtitles
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
---
|
||||
type: page
|
||||
title: And Flowers Wreathe Your Sleeping Form
|
||||
next: "and-flowers-wreathe-your-sleeping-form/intro"
|
||||
---
|
||||
|
||||
# And Flowers Wreathe Your Sleeping Form
|
||||
|
||||
## Content note
|
||||
|
||||
|
||||
@ -1,6 +1,8 @@
|
||||
---
|
||||
title: Autumn
|
||||
subtitle: And Flowers Wreathe Your Sleeping Form
|
||||
next: "and-flowers-wreathe-your-sleeping-form/winter"
|
||||
type: page
|
||||
---
|
||||
|
||||
Autumn bears a strange dichotomy of plenty and impending naught. In Autumn, we harvest. We think of squash and gourds. We think of wheat, rye, corn, those fields all tan and gray. Those rattle-dry stalks we met in spring are born here.
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Bibliography
|
||||
type: page
|
||||
---
|
||||
|
||||
{{% bibliography "bibliography" %}}
|
||||
|
||||
@ -1,5 +1,7 @@
|
||||
---
|
||||
title: Introduction
|
||||
subtitle: And Flowers Wreathe Your Sleeping Form
|
||||
type: page
|
||||
next: "and-flowers-wreathe-your-sleeping-form/spring"
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,7 @@
|
||||
---
|
||||
title: Winter
|
||||
subtitle: And Flowers Wreathe Your Sleeping Form
|
||||
type: page
|
||||
next: "and-flowers-wreathe-your-sleeping-form/spiral"
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,7 @@
|
||||
---
|
||||
title: Spiral
|
||||
subtitle: And Flowers Wreathe Your Sleeping Form
|
||||
type: page
|
||||
---
|
||||
|
||||
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.
|
||||
|
||||
@ -1,5 +1,7 @@
|
||||
---
|
||||
title: Spring
|
||||
subtitle: And Flowers Wreathe Your Sleeping Form
|
||||
type: page
|
||||
next: "and-flowers-wreathe-your-sleeping-form/summer"
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,7 @@
|
||||
---
|
||||
title: Summer
|
||||
subtitle: And Flowers Wreathe Your Sleeping Form
|
||||
type: page
|
||||
next: "and-flowers-wreathe-your-sleeping-form/autumn"
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,7 @@
|
||||
---
|
||||
title: Winter
|
||||
subtitle: And Flowers Wreathe Your Sleeping Form
|
||||
type: page
|
||||
next: "and-flowers-wreathe-your-sleeping-form/spiral"
|
||||
---
|
||||
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
{{ define "main" }}
|
||||
<main id="main">
|
||||
<h1>{{ .Title }}</h1>
|
||||
<h1>{{ if .Params.subtitle }}{{ .Params.subtitle }}{{ else }}{{ .Title }}{{ end }}</h1>
|
||||
{{ if .Params.subtitle }}<hr><h2>{{ .Title }}</h2>{{ end }}
|
||||
{{ .Content }}
|
||||
</main>
|
||||
{{ end }}
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
<header>
|
||||
<h1><a href="/">{{ if .Params.subtitle }}{{ .Params.subtitle }}{{ else }}Florilegium{{ end }} ¹</a></h1>
|
||||
<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>
|
||||
|
||||
@ -8,18 +8,26 @@ body * {
|
||||
font-family: "Alegreya", serif;
|
||||
}
|
||||
|
||||
h1, h2, h1 *, h2 *, summary {
|
||||
h1, h2, h1 *, h2 *, summary, header {
|
||||
font-family: "Coelacanth", serif !important;
|
||||
}
|
||||
|
||||
header {
|
||||
padding-left: 25%;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
header * {
|
||||
font-family: "Coelacanth", serif !important;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
header h3 {
|
||||
padding-top: 1rem;
|
||||
margin-bottom: -0.1rem;
|
||||
border-top: 1px solid rgba(0, 0, 0, 0.1);
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
header h1 {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user