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

This commit is contained in:
bfahrenfort 2023-08-24 17:06:11 -05:00
parent 8ab3580c5a
commit 5ca72fc610
2 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1,4 @@
---
title: Hundred Rabbits ecosystem
---
Hundred Rabbits has a collection of programs and APIs that reflect the kind of project base I really like.

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 &lt;a href="${root}/${slug}"$gt;be-far.com&lt;/a&gt;</description>
<description>${content.description} Read more at &lt;a href=&quot;${root}/${slug}&quot;&gt;be-far.com&lt;/a&gt;</description>
<pubDate>${content.date?.toUTCString()}</pubDate>
</item>`