adds rss feed support to blog
This commit is contained in:
parent
6d627aa9b4
commit
d8253d3333
117 changed files with 5336 additions and 326 deletions
16
Resources/Templates/AtomFeedTemplate.xml
Normal file
16
Resources/Templates/AtomFeedTemplate.xml
Normal 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>
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue