missed the posts list target
This commit is contained in:
parent
22f2fd0adc
commit
4fc623a6a7
1 changed files with 0 additions and 3 deletions
|
@ -52,9 +52,6 @@ buildSite = do
|
||||||
postPaths <- getPublishedPosts
|
postPaths <- getPublishedPosts
|
||||||
Shake.need $ map indexHtmlOutputPath postPaths
|
Shake.need $ map indexHtmlOutputPath postPaths
|
||||||
|
|
||||||
-- posts list
|
|
||||||
Shake.need [indexHtmlOutputPath "posts"]
|
|
||||||
|
|
||||||
-- remaining pages, index.xml = rss feed
|
-- remaining pages, index.xml = rss feed
|
||||||
Shake.need $ map (outputDir </>) ["index.html", "index.xml"]
|
Shake.need $ map (outputDir </>) ["index.html", "index.xml"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue