diff options
author | Christian Cleberg <hello@cleberg.net> | 2025-08-19 22:39:50 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2025-08-19 22:39:50 -0500 |
commit | 8ca2c69e67c5b5cc3166af0c0a56e16078176b21 (patch) | |
tree | d894c50cf3822fd1365c158029e7d7040054dfad /publish.el | |
parent | 407cc619dccd5f39dee64bb29fc9f479e3244b27 (diff) | |
download | cleberg.net-8ca2c69e67c5b5cc3166af0c0a56e16078176b21.tar.gz cleberg.net-8ca2c69e67c5b5cc3166af0c0a56e16078176b21.tar.bz2 cleberg.net-8ca2c69e67c5b5cc3166af0c0a56e16078176b21.zip |
summary of commits from minimal-enhancements
Diffstat (limited to 'publish.el')
-rw-r--r-- | publish.el | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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" |