-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrss.xml
More file actions
35 lines (33 loc) · 1.18 KB
/
rss.xml
File metadata and controls
35 lines (33 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title>Fred's Website</title>
<link>https://fbbarnes.github.io/index</link>
<description>Frederik Brooke Barnes's personal website</description>
<item>
<title>St Oswald's Way</title>
<link>https://fbbarnes.github.io/st-oswalds.html</link>
<description>Adventure along St Oswald's way</description>
<image>
<url>https://fbbarnes.github.io/Images/adam-knowesgate-600x450.jpeg</url>
<title>Adam along St Oswald's way</title>
<link>https://fbbarnes.github.io/Images/adam-knowesgate-600x450.jpeg</link>
</image>
</item>
<item>
<title>Loch Lomond</title>
<link>https://fbbarnes.github.io/loch-lomond.html</link>
<description>Adventure to Loch Lomond</description>
<image>
<url>https://fbbarnes.github.io/Images/james-slava-fred-600x450.jpeg</url>
<title>James, Slava, Fred</title>
<link>https://fbbarnes.github.io/loch-lomond.html</link>
</image>
</item>
<item>
<title>Coast to Coast</title>
<link>https://fbbarnes.github.io/coast-to-coast.html</link>
<description>Alfred Wainwright's coast to coast.</description>
</item>
</channel>
</rss>