Quartz sync: Aug 24, 2023, 5:03 PM

This commit is contained in:
bfahrenfort 2023-08-24 17:03:29 -05:00
parent 8d12785da2
commit 8ab3580c5a
3 changed files with 9 additions and 3 deletions

View File

@ -0,0 +1,5 @@
---
title: Matrix
tags: ["social", "incomplete"]
---
Matrix is a decentralized, independently federated chat server protocol.

View File

@ -1,4 +1,5 @@
---
title: On Linux
tags: ["linux", "cloud", "advanced"]
---
tags: ["linux", "cloud", "advanced", "incomplete"]
---
WIP

View File

@ -45,7 +45,7 @@ function generateRSSFeed(cfg: GlobalConfiguration, idx: ContentIndex): string {
<title>${content.title}</title>
<link>${root}/${slug}</link>
<guid>${root}/${slug}</guid>
<description>${content.description} Read more at ${root}/${slug}</description>
<description>${content.description} Read more at &lt;a href="${root}/${slug}"$gt;be-far.com&lt;/a&gt;</description>
<pubDate>${content.date?.toUTCString()}</pubDate>
</item>`