diff options
Diffstat (limited to 'pages/blog')
-rw-r--r-- | pages/blog/feed.rss | 13 | ||||
-rw-r--r-- | pages/blog/finding-the-light.html | 34 |
2 files changed, 47 insertions, 0 deletions
diff --git a/pages/blog/feed.rss b/pages/blog/feed.rss index 75be9cb..23bd732 100644 --- a/pages/blog/feed.rss +++ b/pages/blog/feed.rss @@ -44,5 +44,18 @@ {loneliness-and-solitude} </description> </item> + <item> + <title>Finding the light</title> + <link> + https://thewomaninmyeye.org/blog/finding-the-light.html + </link> + <guid isPermaLink="true"> + https://thewomaninmyeye.org/blog/finding-the-light.html + </guid> + <pubDate>Thu, 05 Dec 2024 23:25:53 -0500</pubDate> + <description> + {finding-the-light} + </description> + </item> </channel> </rss> diff --git a/pages/blog/finding-the-light.html b/pages/blog/finding-the-light.html new file mode 100644 index 0000000..6e6aa3b --- /dev/null +++ b/pages/blog/finding-the-light.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 writeup encouranging myself, and hopefully others, to find the light through the darkness of life."> +</head> +<body> + <header> + <h1>Show me the light, 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> + {finding-the-light} + </main> + {footer} +</body> +</html> |