From 522a9e55821d46e084be43c15e5819594bbee220 Mon Sep 17 00:00:00 2001 From: Steph Enders Date: Mon, 26 Jun 2023 19:49:02 -0400 Subject: Move entries to pages and rearrange files Some minor spellchecking also involved here. But basically the intention is to do: pages/ More permanent pages entries/ These are just the articles themselves templates/ These are page snippets to include around The intention for splitting out entries is for if I host this also on gemini the entries are what I can do the processing against vs the page itself which contains the boilerplate template --- pages/about-her.html | 34 +++++++++++++++++++++++++ pages/about.html | 40 ++++++++++++++++++++++++++++++ pages/error.html | 38 ++++++++++++++++++++++++++++ pages/index.html | 48 +++++++++++++++++++++++++++++++++++ pages/resources.html | 70 ++++++++++++++++++++++++++++++++++++++++++++++++++++ pages/template.html | 39 +++++++++++++++++++++++++++++ 6 files changed, 269 insertions(+) create mode 100644 pages/about-her.html create mode 100644 pages/about.html create mode 100644 pages/error.html create mode 100644 pages/index.html create mode 100644 pages/resources.html create mode 100644 pages/template.html (limited to 'pages') diff --git a/pages/about-her.html b/pages/about-her.html new file mode 100644 index 0000000..94b930d --- /dev/null +++ b/pages/about-her.html @@ -0,0 +1,34 @@ + + + + About her: the Woman in my Eye + {head-common} + + + +
+

About her: the Woman in my Eye

+
+ +
+ {about-her} +
+ {footer} + + diff --git a/pages/about.html b/pages/about.html new file mode 100644 index 0000000..4cabb87 --- /dev/null +++ b/pages/about.html @@ -0,0 +1,40 @@ + + + + About the Woman in my Eye + {head-common} + + + +
+

About the Woman in my Eye

+
+ +
+
+

About me, the author

+

+ Hello, I am a 30s something transgender woman from the north east coast United States. I transitioned at the age of 31 after years of struggling with my gender. I'm sure you'll find out more of that here in my posts. I started this site to try and just make a resource for folks who are questioning their gender or struggling during their own transitions. For some context at the time of starting this site the internet was in a bit of a crossroads. Multiple websites that were places for communities to grow started to struggle as leadership was changing or forcing the direction of the sites in a way that pushes outs its communities. So I wanted to have a place in my own control to aggregate resources and share my own stories for folks to find. +

+

+ Now that's a bit ambitious of course. I understand that. Realistically, I plan to write my personal journey here as a resource first and share any resources I've come across in the meantime. Heck, this will also do wonders, with my short memory, acting as almost a universal bookmark! +

+
+ {about-her} +
+ {footer} + + diff --git a/pages/error.html b/pages/error.html new file mode 100644 index 0000000..f044bda --- /dev/null +++ b/pages/error.html @@ -0,0 +1,38 @@ + + + + {head-common} + The Woman in my Eye + + + +
+

The page requested is not found!

+
+ +
+
+

Oops, someone screwed up?

+

The page you've requested does not exist. Sorry about that! Please + return to the homepage.

+
+
+ {footer} + + diff --git a/pages/index.html b/pages/index.html new file mode 100644 index 0000000..b1557b7 --- /dev/null +++ b/pages/index.html @@ -0,0 +1,48 @@ + + + + The Woman in my Eye + {head-common} + + + +
+

Hello, the Woman in my Eye

+
+ +
+
+

Introduction

+

Welcome to my blog. I am a 30 something transgender woman. + This blog focuses on my journey transitioning and discovering my gender. + I am not a medical professional or an expert on the subject. + I am simply a girl trying to share her story in the hopes it + might actually help someone else find themselves...or entertain; either + works!

+
+
+

Notice: I am barely setup!

+

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 , so when you're seeing this in 2030 we can all laugh.

+
+
+ {footer} + + diff --git a/pages/resources.html b/pages/resources.html new file mode 100644 index 0000000..04afd1f --- /dev/null +++ b/pages/resources.html @@ -0,0 +1,70 @@ + + + + The Woman in my Eye + {head-common} + + + +
+

Help me, the Woman in my Eye

+
+ +
+
+

Resources

+

+ Please take a look at these resources. Hopefully they can answer any of the questions you may have about transitioning or transgender life in general. +

+
    +
  1. + + https://genderdysphoria.fyi + + - a great resource on understanding the various types of dysphoria
  2. +
  3. + + Stained Glass Woman + + - A blog from a transgender woman with way more knowledge and experience than myself. She covers topics similar to this site but frankly written much better and you should definitely read this over. +
  4. +
  5. + + /r/transvoice wiki index + + - The trans voice subreddit wiki. Check the comments of some of the linked posts for how up to date everything is. But this subreddit, and it's wiki, is an excellent resource to start voice training. +
+ +
+

+ This list was last updated at on + . + If you find any links that are broken you can reach out to me at: + dear[at]thewomaninmyeye[dot]org. +

+
+
+
+ {footer} + + diff --git a/pages/template.html b/pages/template.html new file mode 100644 index 0000000..4b70d9d --- /dev/null +++ b/pages/template.html @@ -0,0 +1,39 @@ + + + + The Woman in my Eye + {head-common} + + + +
+

SOMETHING CLEVER, the Woman in my Eye

+
+ +
+
+

Entry Title

+

+ BODY +

+
+
+ {footer} + + -- cgit v1.2.3-54-g00ecf