From 7b4879c7e0bc17da132dc71dd24d001f081e66d9 Mon Sep 17 00:00:00 2001 From: lew Date: Sun, 3 May 2026 00:18:21 +0100 Subject: [PATCH] cleaning up the nav! --- content/links.md | 2 +- content/now.md | 2 +- content/{reading => read}/_index.md | 0 content/{reading => read}/dream_of_a_ridiculous_man.md | 2 +- content/{reading => read}/gentle_creature.md | 0 content/{reading => read}/th.md | 0 content/{reading => read}/white_nights.md | 0 static/style.css | 2 +- templates/base.html | 8 ++++---- templates/index.html | 2 +- 10 files changed, 9 insertions(+), 9 deletions(-) rename content/{reading => read}/_index.md (100%) rename content/{reading => read}/dream_of_a_ridiculous_man.md (77%) rename content/{reading => read}/gentle_creature.md (100%) rename content/{reading => read}/th.md (100%) rename content/{reading => read}/white_nights.md (100%) diff --git a/content/links.md b/content/links.md index aad0424..03fc8a6 100644 --- a/content/links.md +++ b/content/links.md @@ -1,5 +1,5 @@ +++ -title = "links" +title = "Links" template = "page.html" path = "links" +++ diff --git a/content/now.md b/content/now.md index 4395aab..3593adf 100644 --- a/content/now.md +++ b/content/now.md @@ -1,5 +1,5 @@ +++ -title = "now" +title = "Now" template = "page.html" path = "now" +++ diff --git a/content/reading/_index.md b/content/read/_index.md similarity index 100% rename from content/reading/_index.md rename to content/read/_index.md diff --git a/content/reading/dream_of_a_ridiculous_man.md b/content/read/dream_of_a_ridiculous_man.md similarity index 77% rename from content/reading/dream_of_a_ridiculous_man.md rename to content/read/dream_of_a_ridiculous_man.md index e430673..f33859e 100644 --- a/content/reading/dream_of_a_ridiculous_man.md +++ b/content/read/dream_of_a_ridiculous_man.md @@ -10,7 +10,7 @@ I am a ridiculous man. Nowadays they call me mad. {% end %} {% h(at="02") %} -All of a sudden, I realised that it *would not matter* to me whether the world existed or whether there was nothing at all anywhere. I began to intuit and sense with all my being, that *there was nothing around me*. [...] It was then that I suddenly stopped being angry at othre people and almost ceased to notice them. +All of a sudden, I realised that it *would not matter* to me whether the world existed or whether there was nothing at all anywhere. I began to intuit and sense with all my being, that *there was nothing around me*. {% end %} diff --git a/content/reading/gentle_creature.md b/content/read/gentle_creature.md similarity index 100% rename from content/reading/gentle_creature.md rename to content/read/gentle_creature.md diff --git a/content/reading/th.md b/content/read/th.md similarity index 100% rename from content/reading/th.md rename to content/read/th.md diff --git a/content/reading/white_nights.md b/content/read/white_nights.md similarity index 100% rename from content/reading/white_nights.md rename to content/read/white_nights.md diff --git a/static/style.css b/static/style.css index 759f33b..406463f 100644 --- a/static/style.css +++ b/static/style.css @@ -16,7 +16,7 @@ h1, h2, h3, h4, h5, h6 { } h1 { - margin: 0 0 1.5rem; + margin-bottom: 1.5rem; } h3 { diff --git a/templates/base.html b/templates/base.html index c7a58d8..e127f9b 100644 --- a/templates/base.html +++ b/templates/base.html @@ -11,10 +11,10 @@ {% block content %}{% endblock %} diff --git a/templates/index.html b/templates/index.html index fcf430e..6dc0a0e 100644 --- a/templates/index.html +++ b/templates/index.html @@ -13,7 +13,7 @@

Reading

-{% set reading = get_section(path="reading/_index.md") %} +{% set reading = get_section(path="read/_index.md") %} {% for post in reading.pages %} {{ post.date}}{{ post.title }}
{% endfor %}