Update maddybook
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
.hugo_build.lock
|
.hugo_build.lock
|
||||||
public
|
public
|
||||||
|
resources/_gen
|
||||||
|
|||||||
@ -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:
|
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.*
|
{{< works corpus="works" collections="none" creators="none" >}}
|
||||||
* ["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.
|
|
||||||
|
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
|||||||
35
data/works.yaml
Normal file
35
data/works.yaml
Normal 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.
|
||||||
19
netlify.toml
19
netlify.toml
@ -1,6 +1,15 @@
|
|||||||
[build]
|
|
||||||
command = "hugo"
|
|
||||||
publish = "public"
|
|
||||||
|
|
||||||
[build.environment]
|
[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}"
|
||||||
|
"""
|
||||||
|
|||||||
@ -130,6 +130,13 @@ summary {
|
|||||||
cursor: pointer;
|
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) {
|
@media only screen and (max-width: 960px) {
|
||||||
.carousel nav {
|
.carousel nav {
|
||||||
display: none;
|
display: none;
|
||||||
|
|||||||
Submodule themes/maddybook updated: 8b6771f5ea...22d2451fb6
Reference in New Issue
Block a user