diff options
Diffstat (limited to 'haunt.scm')
| -rw-r--r-- | haunt.scm | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -16,11 +16,13 @@ (use-modules (haunt builder assets) (haunt builder atom) (haunt builder blog) + (haunt builder redirects) (haunt builder rss) (haunt site) (website readers wordpress-markdown) (website builders replicant-blog) - (website builders replicant-blog-search)) + (website builders replicant-blog-search) + (website builders wordpress-compatible-links)) (fluid-set! %default-port-encoding "UTF-8") @@ -38,4 +40,8 @@ ;;;;;;;;;;; (atom-feed) (atom-feeds-by-tag) - (rss-feed))) + (rss-feed) + ;;;;;;;;;;;;;;; + ;; Redirects ;; + ;;;;;;;;;;;;;;; + (make-wordpress-compatible-links "links.txt"))) |
