mirror of
https://codeberg.org/youngchief/website.git
synced 2023-12-14 07:22:56 +01:00
RSS & Atom feeds!
This commit is contained in:
parent
aa7dfa62ec
commit
85f9f54eee
3 changed files with 31 additions and 0 deletions
10
src/feed.atom
Normal file
10
src/feed.atom
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<feed xmlns="http://www.w3.org/2005/Atom">
|
||||
|
||||
<title>youngchief btw ツ</title>
|
||||
<subtitle>Main RSS feed</subtitle>
|
||||
<link href="https://ycws.vercel.app/feed.atom" rel="self" />
|
||||
<link href="https://ycws.vercel.app/">
|
||||
<id>urn:uuid:b5577a31-5bf1-47ee-8191-6c8f4239fd8a</id>
|
||||
<updated>2021-10-04T02:30:00Z</updated>
|
||||
</feed>
|
18
src/feed.rss
Normal file
18
src/feed.rss
Normal file
|
@ -0,0 +1,18 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<rss version="2.0">
|
||||
<channel>
|
||||
<title>youngchief btw ツ/title>
|
||||
<description>Main RSS feed</description>
|
||||
<link>https://ycws.vercel.app/</link>
|
||||
<copyright>© 2021 youngchief btw ツ, All Rights Reserved.</copyright>
|
||||
<lastBuildDate>Mon, 04 Oct 2021 00:02:30 +0000</lastBuildDate>
|
||||
<pubDate>Mon, 04 Oct 2021 00:02:30 +0000</pubDate>
|
||||
<ttl>1800</ttl>
|
||||
<language>en-us</language>
|
||||
<image>
|
||||
<url></url>
|
||||
<title>YoungChief Logo</title>
|
||||
<link>https://ycws.vercel.app/</link>
|
||||
</image>
|
||||
</channel>
|
||||
</rss>
|
|
@ -17,6 +17,9 @@
|
|||
<li><a href="email.html">Email (email.html)</a></li>
|
||||
<li><a href="otherEmails.txt">Other Emails (otherEmails.txt)</a></li>
|
||||
<li><a href="pgp.html">PGP (pgp.html)</a></li>
|
||||
<li><a href="services.html">Services (services.html)</a></li>
|
||||
<li><a href="feed.rss">Feed [RSS] (feed.rss)</a></li>
|
||||
<li><a href="feed.atom">Feed [Atom] (feed.atom)</a></li>
|
||||
</ul>
|
||||
<hr />
|
||||
<footer>
|
||||
|
|
Loading…
Reference in a new issue