missed the posts list target

This commit is contained in:
Pagwin 2024-12-21 21:24:31 -05:00
parent 22f2fd0adc
commit 4fc623a6a7
No known key found for this signature in database
GPG key ID: 81137023740CA260

View file

@ -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"]