From 4fc623a6a700afde2373d275edc8dbdf11259064 Mon Sep 17 00:00:00 2001 From: Pagwin Date: Sat, 21 Dec 2024 21:24:31 -0500 Subject: [PATCH] missed the posts list target --- app/Main.hs | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/Main.hs b/app/Main.hs index 6973de5..9ea1e8c 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -52,9 +52,6 @@ buildSite = do postPaths <- getPublishedPosts Shake.need $ map indexHtmlOutputPath postPaths - -- posts list - Shake.need [indexHtmlOutputPath "posts"] - -- remaining pages, index.xml = rss feed Shake.need $ map (outputDir ) ["index.html", "index.xml"]