undraft dreams

This commit is contained in:
Lewis Wynne 2026-05-04 17:11:21 +01:00
parent e023640648
commit 4b3a8503bb
2 changed files with 20 additions and 2 deletions

View file

@ -1,8 +1,10 @@
+++ +++
title = "The Dream of a Ridiculous Man (1877) by Fyodor Dostoevsky" title = "The Dream of a Ridiculous Man (1877) by Fyodor Dostoevsky"
date = 2026-05-02 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.
<div class="notes"> <div class="notes">
{% h(at="01") %} {% h(at="01") %}
@ -30,7 +32,7 @@ It may have been a dream, but it cannot be that it did not take place.
{% end %} {% end %}
{% h(at="16") %} {% h(at="16") %}
Like a foul trichina, <mark>like a pestilential germ bringing contagion to whole countries, I infected that earth, happy and sinless before my arrival.</mark> They learned how to lie, and grew to love lying and perceive its beauty. Like a foul trichina\*, <mark>like a pestilential germ bringing contagion to whole countries, I infected that earth, happy and sinless before my arrival.</mark> They learned how to lie, and grew to love lying and perceive its beauty.
{% end %} {% end %}
{% h(at="17") %} {% 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 %} {% end %}
</div> </div>
<div class="notes notes--glossary">
{{ h(at="trichina", body="A parasitic nematode worm.") }}
</div>

View file

@ -123,3 +123,13 @@ mark {
text-align: right; text-align: right;
font-style: italic; font-style: italic;
} }
.notes--glossary {
grid-template-columns: max-content 1fr;
gap: 0.5rem 1.5rem;
}
.notes--glossary .meta {
color: black;
font-style: italic;
}