adds rss feed support to blog

This commit is contained in:
Rosia E Evans 2024-08-08 11:41:42 +01:00
parent 6d627aa9b4
commit d8253d3333
117 changed files with 5336 additions and 326 deletions

View file

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<feed rel="self" xmlns="http://www.w3.org/2005/Atom">
<title>Rosia Evans Blog</title>
<link href="https://rosia.me/"/>
<updated></updated>
<author>
<name>Rosia Evans</name>
</author>
<id>https://rosia.me/</id>
</feed>

View file

@ -15,6 +15,7 @@
</header>
<main>
<nav>
<hr>
<h2 id="contactsHeader"> Contact Me: </h2>
<div class="contacts">
<a href="mailto:rosiaeevans@gmail.com">Email</a>
@ -26,8 +27,9 @@
<a href="CV.pdf">CV</a>
</div>
<h2 id="contactsHeader"> Page Settings: </h2>
<h2 id="contactsHeader"> Website Details: </h2>
<div>
<a href="feed.xml">rss/atom feed</a>
<select id="pageColor" onchange="updateColor()">
<option value="lightColors.css">Light</option>
<option value="darkColors.css">Dark/Low Contrast</option>