diff options
author | Steph Enders <steph@senders.io> | 2023-06-27 12:37:39 -0400 |
---|---|---|
committer | Steph Enders <steph@senders.io> | 2023-06-27 12:37:39 -0400 |
commit | 8734bb597ef1074645f22f6cbe0445c9dd12d434 (patch) | |
tree | 22e994a298d42498e97ebf498bcdd78aea32f689 /pages/blog | |
parent | 3f0a43eaee4b511c3ca134425f0958dd6bd8435c (diff) |
Publish blog and first entry
Write up my first entry - all signs point to her
Diffstat (limited to 'pages/blog')
-rw-r--r-- | pages/blog/all-signs-point-to-her.html | 34 | ||||
-rw-r--r-- | pages/blog/feed.rss | 33 |
2 files changed, 67 insertions, 0 deletions
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> |