Implement RSS localization

This commit is contained in:
jultty 2024-05-20 12:14:11 -03:00
commit 25c6fdd4d4
10 changed files with 136 additions and 44 deletions

19
en.rss Normal file
View file

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
<channel>
<title>jutty.dev: Blog</title>
<link>http://blog.jutty.dev/</link>
<atom:link href="https://blog.jutty.dev/feed.rss" rel="self" type="application/rss+xml"/>
<description>jutty.dev: Blog</description>
<language>en-us</language>
<lastBuildDate>Mon, 20 May 2024 12:06:59 -0300</lastBuildDate>
<docs>https://www.rssboard.org/rss-specification</docs>
<item>
<title>Hello, Worldling</title>
<pubDate>Mon, 20 May 2024 12:06:59 -0300</pubDate>
<link>https://blog.jutty.dev/posts/hello-worldling.html</link>
<guid>https://blog.jutty.dev/posts/hello-worldling.html</guid>
<author>juno@jutty.dev (Juno Takano)</author>
</item>
</channel>
</rss>