Update site content, styling, and review layout

Revise about page, hello world post, and The Compound review. Add book
cover support to review template, favicon, typographer config, and
cover image enrichment script.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Louis Simoneau
2026-04-10 08:14:29 +10:00
parent 6c7afecce1
commit 0d4050c58c
10 changed files with 192 additions and 19 deletions

View File

@@ -3,8 +3,8 @@ title: About
type: page
---
Monotrope is a play on the idea of [monotropism](https://en.wikipedia.org/wiki/Monotropism). I created this site as an experiment in writing regularly, and also in trying to own things instead of putting them on corporate platforms. Monotropism relates to the autistic experience, but I also just like the idea of deep singular focus and flow states. Modern work, especially with the use of AI, is increasingly fragmented and alienating.
Monotrope is a play on the idea of [monotropism](https://en.wikipedia.org/wiki/Monotropism) -- the theory of autistic cognition as deep, singular focus. I created this site as an experiment in writing regularly, and also in trying to own my content instead of putting it on corporate platforms.
I read across all genres, and post my reviews here because I want to own them.
I read across all genres, and post my reviews here.
I live on Djadjawurrung and Taungurong land.

View File

@@ -4,4 +4,4 @@ date: 2026-04-08
draft: false
---
This is the first post on Monotrope. My intent is to write here as frequently as possible. In part this is to practice the craft of writing directly, and in part it is to ensure I own the stuff I'm writing.
This is the first post on Monotrope. My intent is to write here as frequently as possible. In part this is to practice the craft of writing directly, and in part as an experiment in direct ownership of my writing.

View File

@@ -1,26 +1,26 @@
---
title: "The Compound"
book_author: "Aisling Rawle"
date: 2026-03-01
date_read: "March 2026"
book_author: Aisling Rawle
cover: /covers/the-compound.jpg
date: 2026-04-08
date_read: March 2026
isbn: '9780008710088'
rating: 4
tags: ["dystopia", "satire"]
tags:
- dystopia
- satire
title: The Compound
---
I liked this book _a lot_. I'm giving it 4 stars because I'm not sure I can fully decipher what it was trying to say, or if it was trying to say anything.
_The Compound_ is a hell of a vibe. It's compulsively readable while also being creepy as fuck.
The pitch is "Love Island meets Lord of the Flies", and that probably about sums it up. Its setting is a realtiy TV show in a very ambiguous future dystopia (there are references to "the wars", but really we get no detail of the world outside the show).
It takes place in an indeterminate dystopian near-future, where we get only the tiniest glimpses of life outside the eponymous compound. Characters make reference to "the wars," and there is general sense that life as a whole has gone downhill. But it's entirely possible to imagine that these characters live in our world; nothing they describe about the dystopia is wholly incompatible with life in 2026, it's just a bit magnified or brought into focus.
In a sense maybe it's a bit of a mess, it's a satire but it's not obvious exactly what it's satirising. There's an ambient theme of consumerism and late-stage capitalism, but it's never really a plot point, it's just there. It doesn't really make you think so much as make you vaguely uneasy. As an example, the contestants on the show get rewards for completing tasks, and when they get the reward they go to the camera and thank the brand that provided the reward. Nothing else happens about this, and the narrator (whose name is Lilly) doesn't really reflect on it much either. But it creates this sense of the absurd that contrasts with the darkness of what's going on between the characters.
The setting is a reality TV show set in an isolated compound in the desert, a bit of Love Island meets Survivor. The characters are paired off for romantic drama, but also pushed to extremes by the producers who withhold food or water in the intrest of creating tension or pushing specific tasks or challenges.
The narrator is an interesting point of view as well, because she's deliberately written as a bit dumb, which isn't something I've encountered before in a first person narrative.
The satire is more ambient than ever directly stated. To give one example, the contestants on the show get rewards for completing tasks, after which they're expected to walk up to a camera and thank the brand that provided the reward. This is never really commented on or used to make a point, it's simply there, an absurd reflection of late-stage consumer capitalism contrasted with the darkness of what the characters are being put through.
Most of the time all of the internal monologue just relates to the immediate situation in the compound, but there are a small number of times when we get a bit more reflection. There's a bit I highlighted where Lilly talks about dreading leaving the show and going home, and it ends with:
The protagonist and narrator, Lilly, is at once extremely shallow and more than a little stupid, while also having good intuitions about people and their motivations, and more self-awareness than you'd give her credit for were you a viewer of the show. Most of her inner monologue is in the moment, focused on the people and situations immediately in front of her, but very occasionally she dips into reflection. Here's the final few sentences of a longer passage I highlighted, in which Lilly talks about her dread of leaving the show and going home:
> What did it matter to wake up at the same time every morning and wear the same clothes and try to eat more protein but less sugar, when an earthquake or a tsunami or a bomb might end it all at any minute? Or maybe we would all continue to boil, slowly but surely, in the mess that we pretended was an acceptable place to live.
I loved the writing style: tight pace, not overly flowery, but it had this creeping sense of unease or dread that made me want to keep reading, even when not much was happening. I haven't read that many thriller type books but I think this is something I really enjoy, when something manages to be a page turner without relying on plot twists or crazy stuff happening all the time.
Didn't overstay its welcome, the ending was ambiguous and open ended but I thought it was everything it needed to be.
In writing this I've _very nearly_ convinced myself to bump it up to five stars. Maybe I'll come back to this one.
The style isn't flowery but it is sharp and expressive, and personally I found the pacing to be perfect: tense without the need for plot twists or constant action.

View File

@@ -2,6 +2,9 @@ baseURL = "https://monotrope.au"
languageCode = "en-au"
title = "Monotrope"
[markup.goldmark.extensions.typographer]
disable = false
[markup.goldmark.renderer]
unsafe = false
@@ -10,4 +13,4 @@ title = "Monotrope"
section = ["HTML", "RSS"]
[params]
description = "writing on software, books, and ideas."
description = "writing on technology, books, and ideas."

View File

@@ -9,6 +9,7 @@
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,300;0,400;0,500;1,400&family=Spectral:ital,wght@0,400;0,600;1,400&display=swap" rel="stylesheet">
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
<link rel="stylesheet" href="/css/main.css">
{{ range .AlternativeOutputFormats -}}
{{ printf `<link rel="%s" type="%s" href="%s" title="%s">` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}

View File

@@ -17,8 +17,13 @@
<span class="rating-blocks">{{- strings.Repeat $rating "▓" -}}{{- strings.Repeat (sub 5 $rating) "░" -}}</span>
<span class="rating-num">{{ $rating }}/5</span>
</span>
</div>
{{ with .Params.cover }}
<img class="book-cover" src="{{ . }}" alt="Cover of {{ $.Title }}">
{{ end }}
{{ .Content }}
{{ with .Params.tags }}

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

View File

@@ -336,6 +336,14 @@ article hr {
}
/* ── Book review ───────────────────────────────── */
.book-cover {
float: right;
width: 180px;
margin: 0 0 1rem 1.5rem;
border: 1px solid var(--border);
border-radius: 2px;
}
.book-meta {
font-family: var(--font-mono);
font-size: 0.75rem;
@@ -528,6 +536,13 @@ article hr {
padding-top: 0;
}
.book-cover {
float: none;
display: block;
width: 100px;
margin: 0 0 1.25rem 0;
}
.book-meta {
grid-template-columns: 1fr;
gap: 0.5rem;

16
site/static/favicon.svg Normal file
View File

@@ -0,0 +1,16 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
<rect width="32" height="32" fill="#0b0d0a"/>
<!-- Pixel art M — each "pixel" is a 2x2 block on the 32x32 grid -->
<!-- Left vertical stroke -->
<rect x="6" y="8" width="4" height="18" fill="#5bff8f"/>
<!-- Right vertical stroke -->
<rect x="22" y="8" width="4" height="18" fill="#5bff8f"/>
<!-- Left diagonal -->
<rect x="10" y="10" width="2" height="4" fill="#5bff8f"/>
<rect x="12" y="14" width="2" height="4" fill="#5bff8f"/>
<!-- Right diagonal -->
<rect x="20" y="10" width="2" height="4" fill="#5bff8f"/>
<rect x="18" y="14" width="2" height="4" fill="#5bff8f"/>
<!-- Center peak -->
<rect x="14" y="16" width="4" height="4" fill="#5bff8f"/>
</svg>

After

Width:  |  Height:  |  Size: 722 B