Update maddybook

This commit is contained in:
Madison Rye Progress
2026-03-14 20:58:07 -07:00
parent c72600f455
commit e7e70d8bd3
6 changed files with 59 additions and 9 deletions

1
.gitignore vendored
View File

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

View File

@ -45,9 +45,7 @@ Contains mentions of rough, but consensual sex with one vague description; blood
Along with *Motes Played,* there are a few bonus bits to read:
* ["Milestones of Memory"](/milestones-of-memory) — Some musings from Beholden, A Finger Pointing, and Motes on what it might mean to grow up after so long, also co-written by the authors of *Motes Played.*
* ["In it for the long haul"](/long-haul) — A short drabble by Madison Rye Progress, written to go along with a piece of fan art by <a href="https://www.tumblr.com/biddyfox" target="_blank">biddyfox</a>.
* ["Thoughts on Motes"](/thoughts-on-motes) — An essay about the creation of *Motes Played* what Motes means to the authors, written by Madison Rye Progress.
{{< works corpus="works" collections="none" creators="none" >}}
-----

35
data/works.yaml Normal file
View File

@ -0,0 +1,35 @@
- title: Milestones of Memory
url: https://motes-played.post-self.ink/milestones-of-memory
authors:
- Madison Rye Progress
- Samantha Yule Fireheart
type: short story
years:
- 2382
characters:
- Motes
- Beholden
- A Finger Pointing
description: Some musings from Beholden, A Finger Pointing, and Motes on what it might mean to grow up after so long.
- title: In it for the long haul
url: https://motes-played.post-self.ink/long-haul
authors:
- Madison Rye Progress
type: short story
years:
- 2295
characters:
- Motes
description: A short drabble written to go along with a piece of fan art by biddyfox.
- title: Thoughts on Motes
url: https://motes-played.post-self.ink/thoughts-on-motes
authors:
- Madison Rye Progress
type: essay
years:
- 2024
characters:
- Madison Rye Progress
description: An essay about the creation of *Motes Played* what Motes means to the authors.

View File

@ -1,6 +1,15 @@
[build]
command = "hugo"
publish = "public"
[build.environment]
HUGO_VERSION = "0.127.0"
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

@ -129,6 +129,13 @@ summary {
margin-top: 1rem;
cursor: pointer;
}
.works dt {
background: linear-gradient(135deg, transparent 0.5rem, rgba(127, 127, 127, 0.2) 0) top left;
}
.works dd {
background: linear-gradient(315deg, transparent 0.5rem, rgba(127, 127, 127, 0.1) 0) bottom right;
}
@media only screen and (max-width: 960px) {
.carousel nav {