From e02364064817e47bb1a6443a6c0c6875a477c178 Mon Sep 17 00:00:00 2001 From: lew Date: Mon, 4 May 2026 16:29:54 +0100 Subject: [PATCH] p justify, and completing dream of a ridiculous man --- content/read/dream_of_a_ridiculous_man.md | 30 ++++++++++++++++++++++- static/style.css | 3 ++- 2 files changed, 31 insertions(+), 2 deletions(-) diff --git a/content/read/dream_of_a_ridiculous_man.md b/content/read/dream_of_a_ridiculous_man.md index 1cacfae..7dfd4fb 100644 --- a/content/read/dream_of_a_ridiculous_man.md +++ b/content/read/dream_of_a_ridiculous_man.md @@ -18,7 +18,35 @@ Suddenly, I noticed in one of these spaces a tiny star and began watching it int {% end %} {% h(at="07") %} -One might go so far as to say that the world was created for me alone, as it were: I will shoot myself and the world will cease to exist, at least for me. +One might go so far as to say that the world was created for me alone, as it were: I will shoot myself and the world will cease to exist, at least for me. +{% end %} + +{% h(at="09") %} +Now they were burying me in the earth. Everyone went away and I was alone. +{% end %} + +{% h(at="16") %} +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. +{% end %} + +{% h(at="17") %} +When they tookup criminality, they invented justice and enacted whole codes of law to preserve it, while for the maintenance of the codes they set up the guillotine. +{% end %} + +{% h(at="20") %} +I won't accept, and refuse to believe that evil is the normal condition of men. +{% end %} + +{% h(at="21") %} +Dream? What's a dream? Isn't this life of ours a dream? I'll go further: suppose it never, ever comes true, and there is no paradise (now *that* I do understand!), well, I'll still go on preaching. And yet how simple a matter it is: in one day, *in one hour* it could all be brought about at once! +{% end %} + +{% h(at="21") %} +The chief thing is to love others as oneself, that's the main thing, and that's it—absolutely nothing more is necessary. {% end %} diff --git a/static/style.css b/static/style.css index 257e53b..299fb81 100644 --- a/static/style.css +++ b/static/style.css @@ -26,6 +26,7 @@ h3 { p { margin: 0 0 1rem; + text-align: justify; } a { @@ -84,7 +85,7 @@ hr { } mark { - background: #f4ecc2; + background: #f4efd8; padding: 0.1em 0.2em; }