Also copy stylesheet
This commit is contained in:
parent
3d4c79cc83
commit
556ded64a8
@ -65,3 +65,5 @@ generateSite = do
|
|||||||
aboutDir <- joinPaths outputDir $ inject "om"
|
aboutDir <- joinPaths outputDir $ inject "om"
|
||||||
makeDir aboutDir
|
makeDir aboutDir
|
||||||
saveFile html $ joinPaths aboutDir indexName
|
saveFile html $ joinPaths aboutDir indexName
|
||||||
|
styleName <- inject "style.css"
|
||||||
|
copyFile styleName (joinPaths outputDir styleName)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user