aboutsummaryrefslogtreecommitdiffstats
path: root/haunt.scm
diff options
context:
space:
mode:
Diffstat (limited to 'haunt.scm')
-rw-r--r--haunt.scm10
1 files changed, 8 insertions, 2 deletions
diff --git a/haunt.scm b/haunt.scm
index 4213757..a35847f 100644
--- a/haunt.scm
+++ b/haunt.scm
@@ -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")))