diff --git a/content/read/dream_of_a_ridiculous_man.md b/content/read/dream_of_a_ridiculous_man.md
index 7dfd4fb..c3df3c3 100644
--- a/content/read/dream_of_a_ridiculous_man.md
+++ b/content/read/dream_of_a_ridiculous_man.md
@@ -1,8 +1,10 @@
+++
title = "The Dream of a Ridiculous Man (1877) by Fyodor Dostoevsky"
date = 2026-05-02
-draft = true
+++
+
+Almost all of the main themes of Dostoevsky's work fit into just twenty pages or so. Page for page, one of my favourite books.
+
{% h(at="01") %}
@@ -30,7 +32,7 @@ It may have been a dream, but it cannot be that it did not take place.
{% end %}
{% h(at="16") %}
-Like a foul trichina, like a pestilential germ bringing contagion to whole countries, I infected that earth, happy and sinless before my arrival. They learned how to lie, and grew to love lying and perceive its beauty.
+Like a foul trichina\*, like a pestilential germ bringing contagion to whole countries, I infected that earth, happy and sinless before my arrival. They learned how to lie, and grew to love lying and perceive its beauty.
{% end %}
{% h(at="17") %}
@@ -50,3 +52,9 @@ The chief thing is to love others as oneself, that's the main thing, and that's
{% end %}
+
+
+
+{{ h(at="trichina", body="A parasitic nematode worm.") }}
+
+
diff --git a/static/style.css b/static/style.css
index 299fb81..5b1b420 100644
--- a/static/style.css
+++ b/static/style.css
@@ -123,3 +123,13 @@ mark {
text-align: right;
font-style: italic;
}
+
+.notes--glossary {
+ grid-template-columns: max-content 1fr;
+ gap: 0.5rem 1.5rem;
+}
+
+.notes--glossary .meta {
+ color: black;
+ font-style: italic;
+}