summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--entries/finding-the-light.html30
-rwxr-xr-xmake.sh4
-rw-r--r--pages/blog.html6
-rw-r--r--pages/blog/feed.rss13
-rw-r--r--pages/blog/finding-the-light.html34
5 files changed, 87 insertions, 0 deletions
diff --git a/entries/finding-the-light.html b/entries/finding-the-light.html
new file mode 100644
index 0000000..cd711ba
--- /dev/null
+++ b/entries/finding-the-light.html
@@ -0,0 +1,30 @@
+<article>
+ <header>
+ <h2>Finding the light</h2>
+ <p>When you're surrounded by darkness</p>
+ </header>
+ <p>
+ This isn't a new metaphor. It's used whenever you're faced with adversity and you need to stay the course and make it through the rough times. It's not a surprise to anyone that for trans folks this is going to be a hard while for us yet, and when I start to doubt my fortitude I remember to try and find the light, like I did all throughout my life to even get to this point.
+ </p>
+ <p>
+ I was talking to a friend about my past and my high-school years were mentioned. For those unaware, I went to an all boys catholic high-school (gasp), and for obvious reasons it took its toll on me. I was reassuring her that I am okay, I mean high-school was a lifetime ago. But when I tried, hoped, I could say "and I've worked through all the hard stuff", I realize I haven't. And not for lack of trying either, I simply cannot recall much, if anything from that time. It was in the mid 2000s, so its understandable my memory is fuzzy, but I really only recorded, committed to memory the good times, the light ... and the cringe, oh so much cringe. But mostly the light.
+ </p>
+ <p>I want to at this point clarify I don't mean for you to totally ignore the present and all the bad going on. Or to just block away the darkness in the past. It's important to work through the past, understand it, learn from it, and grow. Like most, there is a lot of trauma there, and some we maybe didn't even recognize at the time. And with the future looming it's easy to shut it out.
+ </p>
+ <p>But what made me smile when talking with her, was just all of these amazing little things I managed. I would find ways to be me even when I was in a place where I wasn't even given the chance to explore or express individuality, let alone myself or gender. Uniforms, strict dress codes, hair above the color, ears, and eye brows. But I found my way through, some more healthy than others. I'd wear a big soft sweater that made me feel small and cute, for example, the polos we'd wear sucked... I mean it's a polo shirt. But a family friend who attended years before had ones that were made of such soft material, and they even gave us his old sweater too. Now this guy was like half a foot taller than me, especially at the time, so I was swimming in these. The shirt wasn't too baggy, but the sweater sleeves were and it just was so gender. I also, unhealthily, tried to keep and grow my hair for as long as possible. I'd wait until my last warning to go get my haircut. I can't express how traumatic it was, even then. I didn't understand why, fully, but it truly was like I was getting cut away from myself, forced back to square one.
+ </p>
+ <p>
+ But there was also finding the other girls in the places I'd be after school. My friends sisters, the girls part of the rowing club, my sister and her friends, or as mentioned in previous articles: going by a girls name as a nickname to satisfy the two [deadname]s in the group problem. But it was nice. Those memories all bring a big smile to my face. I found light in the dark.
+ </p>
+ <p>
+ I can get completely frozen with fear for the future. Will my upcoming medical expenses get covered by insurance, will I even have insurance. Do I need to prepare to move, or flee, or... And it just overwhelms me. So I stop myself, and remember I am strong. I have the strength to get through this. And this time I'm not a scared confused helpless teenager. I'm a woman who finally has a voice, drive, executive function... I've literally never been this well equipped in my entire life.
+ </p>
+ <aside>
+ <p>
+ personal aside: I got on a few new anti-depressants and anti-anxiety medications and its done wonders. I feel like a full person for the first time in my life!
+ </p>
+ </aside>
+ <p>
+ This is a way less structured post than I normally would make on this blog. But I felt like a small bit of self inspiration was needed. Despite my magical new self, I find myself sitting in my chair, under a blanket, with my writing laptop atop a blÄhaj (to get that perfect writing angle), and some tea. I am sad, lonely, and scared. But I know when all the voices in my head tell me I can't make it, I won't, and to just give up... I know its lies.
+ </p>
+</article>
diff --git a/make.sh b/make.sh
index cfa84fb..6d0842e 100755
--- a/make.sh
+++ b/make.sh
@@ -12,6 +12,7 @@ set -x
./render.sh pages/blog/finding-a-safe-space.html www/blog/finding-a-safe-space.html
./render.sh pages/blog/it-was-never-about-clothes.html www/blog/it-was-never-about-clothes.html
./render.sh pages/blog/loneliness-and-solitude.html www/blog/loneliness-and-solitude.html
+./render.sh pages/blog/finding-the-light.html www/blog/finding-the-light.html
# copy static files
cp -r static/* www
@@ -54,3 +55,6 @@ echo "=> /log/who-is-the-woman-in-my-eye.gmi 2023-06-25 - Who is the woman in my
./gemparse.py entries/loneliness-and-solitude.html gemini/log/loneliness-and-solitude.gmi blog/loneliness-and-solitude.html
echo "=> /log/loneliness-and-solitude.gmi 2024-04-07 - Loneliness and Solitude" \
>> gemini/log/index.gmi
+./gemparse.py entries/finding-the-light.html gemini/log/finding-the-light.gmi blog/finding-the-light.html
+echo "=> /log/finding-the-light.gmi 2024-12-06 - Finding the Light" \
+ >> gemini/log/index.gmi
diff --git a/pages/blog.html b/pages/blog.html
index a60fd6b..378ac7c 100644
--- a/pages/blog.html
+++ b/pages/blog.html
@@ -66,6 +66,12 @@
- Loneliness and Solitude
</a>
</li>
+ <li>
+ <a href="/blog/finding-the-light.html">
+ <time datetime="2024-12-05">2024-12-05</time>
+ - Finding the Light
+ </a>
+ </li>
<!-- NEXT -->
</article>
</main>
diff --git a/pages/blog/feed.rss b/pages/blog/feed.rss
index 75be9cb..23bd732 100644
--- a/pages/blog/feed.rss
+++ b/pages/blog/feed.rss
@@ -44,5 +44,18 @@
{loneliness-and-solitude}
</description>
</item>
+ <item>
+ <title>Finding the light</title>
+ <link>
+ https://thewomaninmyeye.org/blog/finding-the-light.html
+ </link>
+ <guid isPermaLink="true">
+ https://thewomaninmyeye.org/blog/finding-the-light.html
+ </guid>
+ <pubDate>Thu, 05 Dec 2024 23:25:53 -0500</pubDate>
+ <description>
+ {finding-the-light}
+ </description>
+ </item>
</channel>
</rss>
diff --git a/pages/blog/finding-the-light.html b/pages/blog/finding-the-light.html
new file mode 100644
index 0000000..6e6aa3b
--- /dev/null
+++ b/pages/blog/finding-the-light.html
@@ -0,0 +1,34 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <title>The Woman in my Eye</title>
+ {head-common}
+ <meta name="description"
+ content="A writeup encouranging myself, and hopefully others, to find the light through the darkness of life.">
+</head>
+<body>
+ <header>
+ <h1>Show me the light, the Woman in my Eye</h1>
+ </header>
+ <nav title="site menu">
+ <ul>
+ <li>
+ <a href='/'>home</a>
+ </li>
+ <li>
+ <a href='/resources'>resources</a>
+ </li>
+ <li>
+ <a href='/about'>about</a>
+ </li>
+ <li>
+ <a href='/blog'>blog</a>
+ </li>
+ </ul>
+ </nav>
+ <main>
+ {finding-the-light}
+ </main>
+ {footer}
+</body>
+</html>