From 1b73752de3b6a4111ff4156d41bec571864ad42a Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Thu, 17 Jun 2010 17:42:51 +0200 Subject: Warning about indexUrl's/absoluteUrl in tutorial. --- examples/hakyll/tutorials/part07.markdown | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'examples') diff --git a/examples/hakyll/tutorials/part07.markdown b/examples/hakyll/tutorials/part07.markdown index 9a516a3..e5a385c 100644 --- a/examples/hakyll/tutorials/part07.markdown +++ b/examples/hakyll/tutorials/part07.markdown @@ -51,6 +51,10 @@ import Text.Hakyll.Hakyll myHakyllConfiguration :: HakyllConfiguration myHakyllConfiguration = defaultHakyllConfiguration { enableIndexUrl = True + , -- Also set the absoluteUrl field, instead of passing + -- it directly to the hakyll function. If you do not + -- do this, rendered feeds will be invalid! + absoluteUrl = "http://jaspervdj.be" } main = hakyllWithConfiguration HakyllConfiguration $ do -- cgit v1.2.3