mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-30 16:24:06 -06:00
Quartz sync: Aug 24, 2023, 5:03 PM
This commit is contained in:
parent
773acbeda8
commit
7a326761f9
5
content/Programs I Like/matrix.md
Normal file
5
content/Programs I Like/matrix.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
title: Matrix
|
||||||
|
tags: ["social", "incomplete"]
|
||||||
|
---
|
||||||
|
Matrix is a decentralized, independently federated chat server protocol.
|
||||||
@ -1,4 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: On Linux
|
title: On Linux
|
||||||
tags: ["linux", "cloud", "advanced"]
|
tags: ["linux", "cloud", "advanced", "incomplete"]
|
||||||
---
|
---
|
||||||
|
WIP
|
||||||
@ -45,7 +45,7 @@ function generateRSSFeed(cfg: GlobalConfiguration, idx: ContentIndex): string {
|
|||||||
<title>${content.title}</title>
|
<title>${content.title}</title>
|
||||||
<link>${root}/${slug}</link>
|
<link>${root}/${slug}</link>
|
||||||
<guid>${root}/${slug}</guid>
|
<guid>${root}/${slug}</guid>
|
||||||
<description>${content.description} Read more at ${root}/${slug}</description>
|
<description>${content.description} Read more at <a href="${root}/${slug}"$gt;be-far.com</a></description>
|
||||||
<pubDate>${content.date?.toUTCString()}</pubDate>
|
<pubDate>${content.date?.toUTCString()}</pubDate>
|
||||||
</item>`
|
</item>`
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user