From 79100d3f866ef642655fb66eb365f0e4f598f4b8 Mon Sep 17 00:00:00 2001 From: Hazel Snider Date: Wed, 23 Dec 2020 13:23:38 -0500 Subject: [PATCH] finished I guess --- content/farewell.md | 38 +++++++++++++++++++++++++++++++++++++- static/style.css | 9 ++++++++- templates/page.html | 3 +++ 3 files changed, 48 insertions(+), 2 deletions(-) diff --git a/content/farewell.md b/content/farewell.md index 8af7aaf..b0ad5e5 100644 --- a/content/farewell.md +++ b/content/farewell.md @@ -1,4 +1,40 @@ +++ title = "Farewell" -draft = true +date = 2020-12-23 +draft = false +++ + +I must stress first and completely that if you are reading this, none of this is +remotely your fault in any way and please try your best not to blame yourself +at all. + +My thoughts are really far to disorganized and scattered right now to really +figure out, much less describe in words, why it is that I am ultimately even +having this crisis in the first place. What I do know is that I am in pain, I am +confused, I can not really think straight, and I am scared. I am sorry for all +of the pain and complication this will cause everyone, but I honestly can not +really deal with myself any longer. This happens over and over and it gets worse +every single time. My attachment to reality is so inconsistent and discontinuous +and confusing now anyway that I honestly have a hard time convincing myself that +this is not just some stupid dream. + +Gale, you are such an amazing person, still not really sure how you are a real +human that exists. You have spent so much of your own time and energy looking +out for and protecting me and I really do apreciate it. I am sorry for it +ultimately not paying off. + +Ash, I am sorry to be putting you through this stuppid shit again and I know +that it will probably be so much worse with me than it was with our dad. +Please try your hardest to stay strong and keep being such an amazing and cool +and talented person. Take care of Ibsen and Willow. + +Lynn you are the most important person to me and I honestly can not believe +you put up with me this long, but you did. +I know you have some of the parts of me, so please be careful. +Take care of Kloey. + +I love all of you so much. + +Farewell, + +> Hazel diff --git a/static/style.css b/static/style.css index 183f69b..a1077f7 100644 --- a/static/style.css +++ b/static/style.css @@ -49,7 +49,7 @@ h2 { border-bottom: 2px solid var(--foreground); } -h1:not(.site-title)::before { +h1:not(.site-title):not(.post-title)::before { content: "# "; color: var(--decoration); } @@ -148,6 +148,13 @@ div.table-wrapper tr:nth-child(even) { cursor: pointer; } +h1.post-title { + font-size: 1.5em; + border: none; + line-height: 1; + margin: 0; +} + p.post-date { color: var(--decoration); margin: 0; diff --git a/templates/page.html b/templates/page.html index 14f38b6..28cb752 100644 --- a/templates/page.html +++ b/templates/page.html @@ -4,6 +4,9 @@ {% block content %} +

{{ page.title }}

+

{{ page.date | date() }}

+ {% if page.extra.toc %}

Table of Contents [-]