diff options
| author | Christian Cleberg <[email protected]> | 2026-02-05 17:52:25 -0600 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-02-05 17:52:25 -0600 |
| commit | 60f3c50fd35779ecca484cda4b09b9694650c028 (patch) | |
| tree | 2323726806ac73e7da47a28efcfd94b3bb575d59 /publish.el | |
| parent | 66510722ecff6bd4c827391295aa682dcf69e87e (diff) | |
| download | cleberg.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.el | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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" |
