mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-28 15:24:06 -06:00
Quartz sync: Aug 24, 2023, 5:06 PM
This commit is contained in:
parent
8ab3580c5a
commit
5ca72fc610
4
content/Programs I Like/hundred-rabbits.md
Normal file
4
content/Programs I Like/hundred-rabbits.md
Normal 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.
|
||||
@ -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 <a href="${root}/${slug}"$gt;be-far.com</a></description>
|
||||
<description>${content.description} Read more at <a href="${root}/${slug}">be-far.com</a></description>
|
||||
<pubDate>${content.date?.toUTCString()}</pubDate>
|
||||
</item>`
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user