diff options
| author | Christian Cleberg <[email protected]> | 2025-12-16 21:08:20 -0600 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2025-12-16 21:08:20 -0600 |
| commit | b5922121d971f92ce05409f3522b8c015952c1ca (patch) | |
| tree | 774eb9adb7056d10e48c204857c7344b8fe106e2 /publish.el | |
| parent | 4135abcafecf12368aa90a84cac55c74716a4040 (diff) | |
| download | cleberg.net-b5922121d971f92ce05409f3522b8c015952c1ca.tar.gz cleberg.net-b5922121d971f92ce05409f3522b8c015952c1ca.tar.bz2 cleberg.net-b5922121d971f92ce05409f3522b8c015952c1ca.zip | |
add /uses/ page
Diffstat (limited to 'publish.el')
| -rw-r--r-- | publish.el | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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" |
