summaryrefslogtreecommitdiff
path: root/pages/blog
diff options
context:
space:
mode:
authorSteph Enders <steph@senders.io>2024-12-05 23:30:48 -0500
committerSteph Enders <steph@senders.io>2024-12-05 23:30:48 -0500
commit534e9eae403dc14dcc23beffa8691b8a598e5851 (patch)
tree01795d0b595ff7e00970cd0875e51c093ad4e1e9 /pages/blog
parent7e7d31d2dc2d8c1937552998c199b195a4c7ce14 (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/blog')
-rw-r--r--pages/blog/feed.rss13
-rw-r--r--pages/blog/finding-the-light.html34
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>