aboutsummaryrefslogtreecommitdiff
path: root/publish.el
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2025-08-19 22:39:50 -0500
committerChristian Cleberg <[email protected]>2025-08-19 22:39:50 -0500
commitb021de29f432927a1af200efb4b7a8fa54cdebb6 (patch)
treed894c50cf3822fd1365c158029e7d7040054dfad /publish.el
parentbfb90af03cf575c6d0134ab947b72486f54f3ac5 (diff)
downloadcleberg.net-b021de29f432927a1af200efb4b7a8fa54cdebb6.tar.gz
cleberg.net-b021de29f432927a1af200efb4b7a8fa54cdebb6.tar.bz2
cleberg.net-b021de29f432927a1af200efb4b7a8fa54cdebb6.zip
summary of commits from minimal-enhancements
Diffstat (limited to 'publish.el')
-rw-r--r--publish.el9
1 files changed, 9 insertions, 0 deletions
diff --git a/publish.el b/publish.el
index 9aa26d3..f06c12f 100644
--- a/publish.el
+++ b/publish.el
@@ -93,6 +93,15 @@
:output ".build/now/{{ slug }}.html"
:url "/now/{{ slug }}.html")
+;; About page route
+(weblorg-route
+ :name "about"
+ :input-pattern "content/about/*.org"
+ :template "page.html"
+ :output ".build/about/{{ slug }}.html"
+ :url "/about/{{ slug }}.html")
+
+
;; RSS feed route
(weblorg-route
:name "rss"