diff options
Diffstat (limited to 'pages')
-rw-r--r-- | pages/blog.html | 49 | ||||
-rw-r--r-- | pages/blog/all-signs-point-to-her.html | 34 | ||||
-rw-r--r-- | pages/blog/feed.rss | 33 | ||||
-rw-r--r-- | pages/index.html | 8 |
4 files changed, 118 insertions, 6 deletions
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're seeing this in 2030 we can all laugh.</p> + <h2> Recent Post </h2> + {all-signs-point-to-her} </article> </main> {footer} |