Skip to content

Commit 3f25f98

Browse files
committed
feat(logs): add quote log category
Adds support for the 'quote' log type across Brutalist, Luxe, and Terracotta themes, updates the MCP server and search hooks to handle it, and regenerates the RSS feed and sitemap.
1 parent 8ea1c9f commit 3f25f98

12 files changed

Lines changed: 117 additions & 91 deletions

File tree

public/logs/quote/quote.piml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
(logs)
2+
> (item)
3+
(author) Socrates
4+
(category) Quote
5+
(date) 2026-04-26
6+
(link)
7+
(rating) 5
8+
(slug) socratic-paradox
9+
(title) "The only true wisdom is in knowing you know nothing."
10+
(updated) 2026-04-26
11+
(description) A classic Socratic paradox.

public/rss.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
<link>https://fezcode.com</link>
1010
</image>
1111
<generator>RSS for Node</generator>
12-
<lastBuildDate>Sat, 25 Apr 2026 01:38:48 GMT</lastBuildDate>
12+
<lastBuildDate>Fri, 01 May 2026 12:34:38 GMT</lastBuildDate>
1313
<atom:link href="https://fezcode.com/rss.xml" rel="self" type="application/rss+xml"/>
14-
<pubDate>Sat, 25 Apr 2026 01:38:46 GMT</pubDate>
14+
<pubDate>Fri, 01 May 2026 12:34:37 GMT</pubDate>
1515
<copyright><![CDATA[2026 Ahmed Samil Bulbul]]></copyright>
1616
<language><![CDATA[en]]></language>
1717
<managingEditor><![CDATA[samil.bulbul@gmail.com (Ahmed Samil Bulbul)]]></managingEditor>

0 commit comments

Comments
 (0)