chore(garden): generate rss
continuous-integration/drone/push Build is passing Details

This commit is contained in:
ktyl 2023-10-04 00:53:50 +01:00
parent 4a3c3c63b6
commit 9c030e83e9
1 changed files with 15 additions and 0 deletions

15
src/garden/feed.xml Normal file
View File

@ -0,0 +1,15 @@
python feed.py `pwd`
<?xml version="1.0" encoding="utf-8" ?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
<channel>
<title></title>
<link>https://ktyl.dev/garden</link>
<description></description>
<atom:link href="https://ktyl.dev/garden/feed.xml" rel="self" type="application/rss+xml"/>
Digital Gardens
RSS
</channel></rss>