mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-28 07:14:05 -06:00
Quartz sync: Aug 24, 2023, 5:03 PM
This commit is contained in:
parent
8d12785da2
commit
8ab3580c5a
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
|
||||
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>
|
||||
<link>${root}/${slug}</link>
|
||||
<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>
|
||||
</item>`
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user