add rss feed

This commit is contained in:
T-x-T 2023-12-13 20:30:27 +01:00
parent 319a0d66b2
commit 74b76d0c0a
2 changed files with 17 additions and 1 deletions

View file

@ -2,7 +2,7 @@
rm -r .out
mkdir .out
cp static/* .out/
cp -r static/* .out/
header=$(cat src/#header.html)
footer=$(cat src/#footer.html)

16
static/blog/rss.xml Normal file
View file

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title>TxT's Blog</title>
<link>https://thetxt.io/blog</link>
<description>This is my little blog where I write about everything that comes to my mind.</description>
<item>
<title>My gaming PC is a VM</title>
<link>https://thetxt.io/blog/2023-11-29-my-gaming-pc-is-a-vm</link>
<description>This blog post explains how I came to build a server running Proxmox for virtualizing my NAS and Gaming PC on a single physical machine</description>
<pubDate>2023-12-01</pubDate>
</item>
</channel>
</rss>