aboutsummaryrefslogtreecommitdiff
path: root/publish.el
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-02-05 17:52:25 -0600
committerChristian Cleberg <[email protected]>2026-02-05 17:52:25 -0600
commit60f3c50fd35779ecca484cda4b09b9694650c028 (patch)
tree2323726806ac73e7da47a28efcfd94b3bb575d59 /publish.el
parent66510722ecff6bd4c827391295aa682dcf69e87e (diff)
downloadcleberg.net-60f3c50fd35779ecca484cda4b09b9694650c028.tar.gz
cleberg.net-60f3c50fd35779ecca484cda4b09b9694650c028.tar.bz2
cleberg.net-60f3c50fd35779ecca484cda4b09b9694650c028.zip
add /tips page
Diffstat (limited to 'publish.el')
-rw-r--r--publish.el8
1 files changed, 8 insertions, 0 deletions
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"