diff options
| author | historia <[not public]> | 2026-06-15 18:17:10 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-15 18:17:10 -0400 |
| commit | fec892047e4c0b810981fa8f20223e0b1c4f72b4 (patch) | |
| tree | a6fdc109a3a32ae383a88d01ba44322be4b8bcc3 /demo/dst/rss.xml | |
| parent | 193666c2bba01bb9bc1a21ac270c0affe15ea757 (diff) | |
| download | ssg-blog-fec892047e4c0b810981fa8f20223e0b1c4f72b4.tar.gz | |
refactor. added rss feed.
Diffstat (limited to 'demo/dst/rss.xml')
| -rw-r--r-- | demo/dst/rss.xml | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/demo/dst/rss.xml b/demo/dst/rss.xml new file mode 100644 index 0000000..34d2e0a --- /dev/null +++ b/demo/dst/rss.xml @@ -0,0 +1,39 @@ +<?xml version="1.0" encoding="UTF-8"?> +<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> +<channel> +<title>Blog</title> +<link>https://example.org/</link> +<description>Blog</description> +<atom:link href="https://example.org/rss.xml" rel="self" type="application/rss+xml"/> +<item> +<title>This is a very interesting article about stamps</title> +<link>https://example.org/articles/an-interesting-article/</link> +<guid>https://example.org/articles/an-interesting-article/</guid> +<pubDate>Fri, 04 Oct 2024 00:00:00 GMT</pubDate> +</item> +<item> +<title>I love trains</title> +<link>https://example.org/articles/another-interesting-article/</link> +<guid>https://example.org/articles/another-interesting-article/</guid> +<pubDate>Tue, 10 Sep 2024 00:00:00 GMT</pubDate> +</item> +<item> +<title>Board games</title> +<link>https://example.org/lists/board-games.html</link> +<guid>https://example.org/lists/board-games.html</guid> +<pubDate>Fri, 12 Jul 2024 00:00:00 GMT</pubDate> +</item> +<item> +<title>This is a third article!</title> +<link>https://example.org/articles/article3.html</link> +<guid>https://example.org/articles/article3.html</guid> +<pubDate>Sun, 08 Oct 2023 00:00:00 GMT</pubDate> +</item> +<item> +<title>Movies</title> +<link>https://example.org/lists/movies.html</link> +<guid>https://example.org/lists/movies.html</guid> +<pubDate>Sun, 05 Jun 2022 00:00:00 GMT</pubDate> +</item> +</channel> +</rss> |
