aboutsummaryrefslogtreecommitdiff
path: root/publish.el
diff options
context:
space:
mode:
Diffstat (limited to 'publish.el')
-rw-r--r--publish.el18
1 files changed, 0 insertions, 18 deletions
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"