diff options
author | Steph Enders <steph@senders.io> | 2024-12-05 23:30:48 -0500 |
---|---|---|
committer | Steph Enders <steph@senders.io> | 2024-12-05 23:30:48 -0500 |
commit | 534e9eae403dc14dcc23beffa8691b8a598e5851 (patch) | |
tree | 01795d0b595ff7e00970cd0875e51c093ad4e1e9 /pages | |
parent | 7e7d31d2dc2d8c1937552998c199b195a4c7ce14 (diff) |
Publish entry: finding the light
A less formal post about just looking for the light in the darkness life casts over you
Diffstat (limited to 'pages')
-rw-r--r-- | pages/blog.html | 6 | ||||
-rw-r--r-- | pages/blog/feed.rss | 13 | ||||
-rw-r--r-- | pages/blog/finding-the-light.html | 34 |
3 files changed, 53 insertions, 0 deletions
diff --git a/pages/blog.html b/pages/blog.html index a60fd6b..378ac7c 100644 --- a/pages/blog.html +++ b/pages/blog.html @@ -66,6 +66,12 @@ - Loneliness and Solitude </a> </li> + <li> + <a href="/blog/finding-the-light.html"> + <time datetime="2024-12-05">2024-12-05</time> + - Finding the Light + </a> + </li> <!-- NEXT --> </article> </main> 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> |