This repository has been archived on 2023-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
website/public/blog/feed.rss
Sofía Aritz 1739b7337d Improve weblog and nits
- Improved weblog to allow longer posts!
- Renamed `blog` to `weblog`
- Improved some wording
- Change title on each page
- Renamed `feed.xml` to `feed.rss`
2023-01-02 03:05:38 +01:00

17 lines
728 B
XML

<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Pensamientos de Sofía</title>
<link>https://sofiaritz.com/</link>
<description>Pensamientos e ideas que salen de mi cabeza</description>
<atom:link href="https://sofiaritz.com/blog/feed.xml" rel="self" type="application/rss+xml" />
<item>
<title>Primer post</title>
<link>https://sofiaritz.com/blog</link>
<guid>https://sofiaritz.com/blog/first-post</guid>
<pubDate>Sun, 01 Jan 2023 21:54:25 GMT</pubDate>
<description>Este es el primer post del weblog!</description>
</item>
</channel>
</rss>