diff options
author | Christian Cleberg <hello@cleberg.net> | 2025-09-20 20:48:16 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2025-09-20 20:48:16 -0500 |
commit | d7978b4ccf4c6c56b1c2888791f73271f91fd12c (patch) | |
tree | 587bd7191d766aa4910a8b21dcb5da0d71061c08 /publish.el | |
parent | 01a629ca5a26798c67a29bab7a7c9f9def1f80dd (diff) | |
download | cleberg.net-d7978b4ccf4c6c56b1c2888791f73271f91fd12c.tar.gz cleberg.net-d7978b4ccf4c6c56b1c2888791f73271f91fd12c.tar.bz2 cleberg.net-d7978b4ccf4c6c56b1c2888791f73271f91fd12c.zip |
EXTREME MINIMALISM
Diffstat (limited to 'publish.el')
-rw-r--r-- | publish.el | 18 |
1 files changed, 0 insertions, 18 deletions
@@ -44,23 +44,6 @@ :output ".build/blog/index.html" :url "/blog/") -;; Wiki post route -(weblorg-route - :name "wiki" - :input-pattern "content/wiki/*.org" - :template "post.html" - :output ".build/wiki/{{ slug }}.html" - :url "/wiki/{{ slug }}.html") - -;; Wiki index page route -(weblorg-route - :name "wiki-index" - :input-pattern "content/wiki/*.org" - :input-aggregate #'weblorg-input-aggregate-all - :template "wiki.html" - :output ".build/wiki/index.html" - :url "/wiki/") - ;; Page post route (weblorg-route :name "pages" @@ -101,7 +84,6 @@ :output ".build/about/{{ slug }}.html" :url "/about/{{ slug }}.html") - ;; RSS feed route (weblorg-route :name "rss" |