diff options
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" |