diff options
| author | Steph Enders <steph@senders.io> | 2024-04-07 12:46:57 -0400 | 
|---|---|---|
| committer | Steph Enders <steph@senders.io> | 2024-04-07 12:57:57 -0400 | 
| commit | 38b2279657ed776d7a7b9a935716ce3bfd9cb7ca (patch) | |
| tree | 80af4cfd87864fcf3bf093453939d896e3798100 /pages | |
| parent | 705b44135c674a8e1ea64c026bcf198440c1888a (diff) | |
publish loneliness-and-solitude
publish article about loneliness and solitude. I think this is useful
to put here because while it's not specifically trans related it's
actually something I think many trans people might struggle with;
especially when life decices to take a sharp left
Diffstat (limited to 'pages')
| -rw-r--r-- | pages/blog.html | 6 | ||||
| -rw-r--r-- | pages/blog/feed.rss | 8 | ||||
| -rw-r--r-- | pages/blog/loneliness-and-solitude.html | 34 | 
3 files changed, 48 insertions, 0 deletions
diff --git a/pages/blog.html b/pages/blog.html index 225274c..a60fd6b 100644 --- a/pages/blog.html +++ b/pages/blog.html @@ -60,6 +60,12 @@  	    - It was never about clothes  	  </a>  	</li> +	<li> +	  <a href="/blog/loneliness-and-solitude.html"> +	    <time datetime="2024-04-07">2024-04-07</time> +	    - Loneliness and Solitude +	  </a> +	</li>  	<!-- NEXT -->      </article>    </main> diff --git a/pages/blog/feed.rss b/pages/blog/feed.rss index 4764388..75be9cb 100644 --- a/pages/blog/feed.rss +++ b/pages/blog/feed.rss @@ -36,5 +36,13 @@  	{it-was-never-about-clothes}        </description>      </item> +    <item> +      <title>It was never about clothes</title>      <link>https://thewomaninmyeye.org/blog/loneliness-and-solitude.html</link> +      <guid isPermaLink="true">https://thewomaninmyeye.org/blog/loneliness-and-solitude.html</guid> +      <pubDate>Sun, 07 Apr 2024 12:50:16 -0400</pubDate> +      <description> +	{loneliness-and-solitude} +      </description> +    </item>    </channel>  </rss> diff --git a/pages/blog/loneliness-and-solitude.html b/pages/blog/loneliness-and-solitude.html new file mode 100644 index 0000000..5c20f2f --- /dev/null +++ b/pages/blog/loneliness-and-solitude.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 Lonliness and Solitude. I remark on my struggles in loneliness and why I need to work on being content in solitude, in order to save my future, to stave off the negative thoughts, to try and be happy when I can."> +</head> +<body> +  <header> +    <h1>Do you get lonely, 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> +    {loneliness-and-solitude} +  </main> +  {footer} +</body> +</html>  |