From 6eb7d43fc257638583e6a4ffefefc47f730595e4 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Sat, 20 Sep 2025 20:48:16 -0500 Subject: EXTREME MINIMALISM --- publish.el | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'publish.el') diff --git a/publish.el b/publish.el index f06c12f..ff51002 100644 --- a/publish.el +++ b/publish.el @@ -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" -- cgit v1.2.3