summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteph Enders <steph@senders.io>2023-06-27 12:37:39 -0400
committerSteph Enders <steph@senders.io>2023-06-27 12:37:39 -0400
commit8734bb597ef1074645f22f6cbe0445c9dd12d434 (patch)
tree22e994a298d42498e97ebf498bcdd78aea32f689
parent3f0a43eaee4b511c3ca134425f0958dd6bd8435c (diff)
Publish blog and first entry
Write up my first entry - all signs point to her
-rw-r--r--README.txt5
-rw-r--r--entries/all-signs-point-to-her.html34
-rwxr-xr-xmake.sh7
-rw-r--r--pages/blog.html49
-rw-r--r--pages/blog/all-signs-point-to-her.html34
-rw-r--r--pages/blog/feed.rss33
-rw-r--r--pages/index.html8
7 files changed, 164 insertions, 6 deletions
diff --git a/README.txt b/README.txt
index 86b6af7..329ace3 100644
--- a/README.txt
+++ b/README.txt
@@ -26,3 +26,8 @@ static/
Renders a given entry into the path destination
./make.sh
Will build the entire website!
+
+== RSS
+
+The RSS is done manually as the rest of the pages. This is done by copying the commented out item and injecting it into the RSS file. Remember to edit the pub/edit dates.
+
diff --git a/entries/all-signs-point-to-her.html b/entries/all-signs-point-to-her.html
new file mode 100644
index 0000000..63c559c
--- /dev/null
+++ b/entries/all-signs-point-to-her.html
@@ -0,0 +1,34 @@
+<article>
+ <header>
+ <h2>All signs point to her</h2>
+ <p>A walk through my life pre-transition</p>
+ </header>
+ <p>
+ <strong>Content warning:</strong> Multiple descriptions of genitalia.
+ </p>
+ <p>
+ I can't remember everything of course and being in my mid 30s so many of these memories are distorted by time, home movies, or bias. This is the struggle with reminiscing or looking for signs. Most of them probably are there but they're not important, at least once you've taken the leap and actually come out to yourself. That said, these signs are helpful for the struggling egg (an egg is an "unhatched" trans person) as they can be what it takes to really convince yourself that what you're feeling is real. The first step is obviously admitting to yourself you may be trans and begin exploring your gender. So being able to understand what was happening before is a useful tool. These are the memories that stick with you; those that make you think at the time "hmm, isn't this curious?". Later on you'll recall "I really wish I knew why I was like that/did that..." but when you come out to yourself that question gets answered "oh, I am trans and that was me not realizing the feelings I was having".
+ </p>
+ <p>
+ The earliest pure trans memory I have was the first time I saw female genitalia. My younger sister, I would've been around 4-5 years old and her a few years younger, was running around the house naked, as you do, and I saw that she was built differently. I remember thinking "wait? why does she not have what I have?" I wanted what she had. Ever since then I'd do the whole tuck behind my legs trick and feel right. I'd do this pretty much every time I showered for a very very long time. I can't speak to how other children would react to that; my sister was just laughing. I, however, was just fascinated with being like her, a girl.
+ </p>
+ <p>
+ There are other things in this era, when I was 5 or so, where it's hard to classify as trans signs/moments or if you'd classify it as a just a kid with an active imagination. But even then I would say do typical cis boys imagine being a woman this often. Playing dress up and having affinity for dressing in woman's clothes, shoes, etc and playing with my sister's doll and stuff. Maybe I was just a great sibling. It's more likely these were me being unabashedly me. Disregarding gendered expectations. I also played with my older brother with like transformers and GI Joes. It's not like I was just girl day and night. (Expect a write later on about the atypically of pre-transition trans experiences). Toys aren't gendered and neither are clothes. But I have vivid memories of "Oh, I'm a boy, I shouldn't be playing with Barbies eww!" despite having so much fun building outfits and stuff with my sister.
+ </p>
+ <p>
+ It's always important to remember we're growing up seeing the expectations set upon us. By our parents, friends, family, teachers, friend's parents on them, etc. It doesn't even need to be pressured. We look at ourselves, we see ourselves in the mirror and how we resemble our siblings or friends and mirror their behaviors. That's just nature. So what I look for were those times when I broke that mold. Where, almost instinctively, without thinking, I do something that I couldn't explain at the time. The big thing for me was the cross-dressing. Which is for another post.
+ </p>
+ <h3>Conclusion</h3>
+ <p>
+ Being transgender is not easy. Our entire life gets upended and we almost have to entirely reconsider our past to better setup a more comfortable future. Like all things every human is unique and every trans journey is. I am a binary trans person firmly falling under "woman". This made things easier for me as I had a lot of learned experiences from growing up around many women and felt my affinity for them. But even still it took me 25+ years from that first thought to come out despite actively engaging with my gender exploration multiple times prior.
+ </p>
+ <p> All signs point to her...but the path there was winding. </p>
+ <footer>
+ <p>
+ Permalink:
+ <a href="/blog/all-signs-point-to-her.html">
+ https://thewomaninmyeye.org/blog/all-signs-point-to-her.html
+ </a>
+ </p>
+ </footer>
+</article>
diff --git a/make.sh b/make.sh
index 7e2be18..8da7840 100755
--- a/make.sh
+++ b/make.sh
@@ -3,10 +3,17 @@
./render.sh pages/error.html www/error.html
./render.sh pages/resources.html www/resources.html
./render.sh pages/about.html www/about.html
+./render.sh pages/blog.html www/blog/index.html
+
+# Render entries
./render.sh pages/about-her.html www/about-her.html
+./render.sh pages/blog/all-signs-point-to-her.html www/blog/all-signs-point-to-her.html
# copy static files
cp -r static/* www
# tidy the HTML (this will resolve some common mistakes like & and ' etc
./tidy.sh
+
+# RSS
+./render.sh pages/blog/feed.rss www/blog/feed.rss
diff --git a/pages/blog.html b/pages/blog.html
new file mode 100644
index 0000000..b77e5ad
--- /dev/null
+++ b/pages/blog.html
@@ -0,0 +1,49 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <title>The Woman in my Eye's Blog</title>
+ {head-common}
+ <meta name="description"
+ content="Blog entries from the woman in my eye.">
+</head>
+<body>
+ <header>
+ <h1>The Woman in my Eye's Blog</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>
+ </ul>
+ </nav>
+ <main>
+ <article>
+ <h2>Info</h2>
+ <p>Each entry is available on RSS as well. Check it out at:
+ <a href="/blog/feed.rss" rel="noopener" target="_blank">
+ /blog/feed.rss
+ </a>. This will contain each of the entries listed below!
+ </p>
+ </article>
+ <article>
+ <h2>Entries</h2>
+ <ul>
+ <li>
+ <a href="/blog/all-signs-point-to-her.html">
+ <time datetime="2023-06-27">2023-06-27</time>
+ - All signs point to her
+ </a>
+ </li>
+ <!-- NEXT -->
+ </article>
+ </main>
+ {footer}
+</body>
+</html>
diff --git a/pages/blog/all-signs-point-to-her.html b/pages/blog/all-signs-point-to-her.html
new file mode 100644
index 0000000..b1cf4f1
--- /dev/null
+++ b/pages/blog/all-signs-point-to-her.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 blog entry titled All signs point to her. An entry exploring my trans memories and how they helped me eventually come out as transgender.">
+</head>
+<body>
+ <header>
+ <h1>All signs point to 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>
+ {all-signs-point-to-her}
+ </main>
+ {footer}
+</body>
+</html>
diff --git a/pages/blog/feed.rss b/pages/blog/feed.rss
new file mode 100644
index 0000000..086f128
--- /dev/null
+++ b/pages/blog/feed.rss
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<rss version="2.0">
+ <channel>
+ <title>The Woman in my Eye</title>
+ <description>The woman in my eye's blog feed</description>
+ <link>https://thewomaninmyeye.org/</link>
+ <copyright>2023 thewomaninmyeye dot org - CC BY-SA 4.0</copyright>
+ <language>en-US</language>
+ <ttl>60</ttl>
+ <lastBuildDate>Tue, 27 2023 00:00:00 -0500</lastBuildDate>
+ <pubDate>Tue, 27 Feb 2023 00:00:00 -0500</pubDate>
+ <item>
+ <title>All signs point to her</title>
+ <link>https://thewomaninmyeye.org/blog/all-signs-point-to-her.html</link>
+ <guid isPermaLink="true">https://thewomaninmyeye.org/blog/all-signs-point-to-her.html</guid>
+ <pubDate>Tue, 27 Feb 2023 00:00:00 -0500</pubDate>
+ <description>
+ {all-signs-point-to-her}
+ </description>
+ </item>
+<!--
+ <item>
+ <title>#TITLE</title>
+ <link>#LINK</link>
+ <guid isPermaLink="true">#PERMALINK</guid>
+ <pubDate>#PUBDATE</pubDate>
+ <description>
+ <![CDATA[]]>
+ </description>
+ </item>
+-->
+ </channel>
+</rss>
diff --git a/pages/index.html b/pages/index.html
index b1557b7..f6229cd 100644
--- a/pages/index.html
+++ b/pages/index.html
@@ -35,12 +35,8 @@
works!</p>
</article>
<article>
- <h2>Notice: I am barely setup!</h2>
- <p>Hey, thanks for visiting my website. I decided to take on this
- initiative basically right before I had to leave my house for a few days.
- So hopefully I can get this up and running soon after. For posterity I
- wrote this on <time datetime="2023-06-22T01:34:00Z">June 21st,
- 2023</time>, so when you&#39;re seeing this in 2030 we can all laugh.</p>
+ <h2> Recent Post </h2>
+ {all-signs-point-to-her}
</article>
</main>
{footer}