From b5922121d971f92ce05409f3522b8c015952c1ca Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Tue, 16 Dec 2025 21:08:20 -0600 Subject: add /uses/ page --- publish.el | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'publish.el') diff --git a/publish.el b/publish.el index ff51002..949f094 100644 --- a/publish.el +++ b/publish.el @@ -84,6 +84,14 @@ :output ".build/about/{{ slug }}.html" :url "/about/{{ slug }}.html") +;; Uses page route +(weblorg-route + :name "uses" + :input-pattern "content/uses/*.org" + :template "page.html" + :output ".build/uses/{{ slug }}.html" + :url "/uses/{{ slug }}.html") + ;; RSS feed route (weblorg-route :name "rss" -- cgit v1.2.3