aboutsummaryrefslogtreecommitdiff
path: root/publish.el
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2025-03-16 22:44:45 -0500
committerChristian Cleberg <[email protected]>2025-03-16 22:44:45 -0500
commit933f31a3e6d4c9d70858deaa2d2c223c89056cdc (patch)
tree758920526a8baf7fa748ba97d50f461597b695b3 /publish.el
parent1538638220a050ee319f450e15e603bc98c09447 (diff)
downloadcleberg.net-933f31a3e6d4c9d70858deaa2d2c223c89056cdc.tar.gz
cleberg.net-933f31a3e6d4c9d70858deaa2d2c223c89056cdc.tar.bz2
cleberg.net-933f31a3e6d4c9d70858deaa2d2c223c89056cdc.zip
add now 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 fa61e34..08d748f 100644
--- a/publish.el
+++ b/publish.el
@@ -85,6 +85,14 @@
:output ".build/services/{{ slug }}.html"
:url "/services/{{ slug }}.html")
+;; Services page route
+(weblorg-route
+ :name "now"
+ :input-pattern "content/now/*.org"
+ :template "page.html"
+ :output ".build/now/{{ slug }}.html"
+ :url "/now/{{ slug }}.html")
+
;; RSS feed route
(weblorg-route
:name "rss"