diff options
| author | Christian Cleberg <[email protected]> | 2025-09-20 20:48:16 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2025-09-20 20:48:16 -0500 |
| commit | 6eb7d43fc257638583e6a4ffefefc47f730595e4 (patch) | |
| tree | 587bd7191d766aa4910a8b21dcb5da0d71061c08 /publish.el | |
| parent | 40fe629f214f20298625450943733c20eda6651a (diff) | |
| download | cleberg.net-6eb7d43fc257638583e6a4ffefefc47f730595e4.tar.gz cleberg.net-6eb7d43fc257638583e6a4ffefefc47f730595e4.tar.bz2 cleberg.net-6eb7d43fc257638583e6a4ffefefc47f730595e4.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" |
