From 60f3c50fd35779ecca484cda4b09b9694650c028 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Thu, 5 Feb 2026 17:52:25 -0600 Subject: add /tips page --- publish.el | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'publish.el') diff --git a/publish.el b/publish.el index fa01331..325ce26 100644 --- a/publish.el +++ b/publish.el @@ -93,6 +93,14 @@ :output ".build/uses/{{ slug }}.html" :url "/uses/{{ slug }}.html") +;; Tips page route +(weblorg-route + :name "tips" + :input-pattern "content/tips/*.org" + :template "page.html" + :output ".build/tips/{{ slug }}.html" + :url "/tips/{{ slug }}.html") + ;; RSS feed route (weblorg-route :name "rss" -- cgit v1.2.3