Add RSS protoype

This commit is contained in:
jultty 2024-05-11 23:13:03 -03:00
commit a625f67e70
2 changed files with 19 additions and 0 deletions

18
feed.rss Normal file
View file

@ -0,0 +1,18 @@
<?xml version="1.0"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>jutty.dev: Blog</title>
<link>http://blog.jutty.dev/</link>
<description>jutty.dev: Blog</description>
<language>pt-br</language>
<lastBuildDate>Sat, 12 May 2024 23:03:00 GMT--3</lastBuildDate>
<docs>https://www.rssboard.org/rss-specification</docs>
<item>
<title>Scripts em OCaml</title>
<pubDate>Sat, 24 Feb 2024 03:22 GMT-3</pubDate>
<link>https://blog.jutty.dev/posts/html/scripts-em-ocaml.md.html</link>
<guid>https://blog.jutty.dev/posts/html/scripts-em-ocaml.md.html</guid>
<author>juno@jutty.dev (Juno Takano)</author
</item>
</channel>
</rss>

View file

@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>jutty.dev</title>
<link href="assets/style.css" rel="stylesheet">
<link rel="alternate" type="application/rss+xml" title="RSS" href="https://jutty.dev/feed.rss"/>
<script src="assets/js/data.js"></script>
<script src="assets/js/main.js" defer></script>
</head>