diff options
Diffstat (limited to 'publish.el')
-rw-r--r-- | publish.el | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -85,6 +85,14 @@ :output ".build/services/{{ slug }}.html" :url "/services/{{ slug }}.html") +;; Services page route +(weblorg-route + :name "now" + :input-pattern "content/now/*.org" + :template "page.html" + :output ".build/now/{{ slug }}.html" + :url "/now/{{ slug }}.html") + ;; RSS feed route (weblorg-route :name "rss" |