aboutsummaryrefslogtreecommitdiff
path: root/publish.el
diff options
context:
space:
mode:
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 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"