mirror of
https://github.com/srid/rib.git
synced 2024-11-27 01:12:09 +03:00
Fix README example
This commit is contained in:
parent
bb17c2bd30
commit
0a2ec4c34d
@ -82,7 +82,7 @@ main = Rib.run [reldir|a|] [reldir|b|] generateSite
|
||||
-- - Function that will parse the file (here we use mmark)
|
||||
-- - Function that will generate the HTML (see below)
|
||||
srcs <-
|
||||
Rib.buildHtmlMulti [[relfile|*.md|]] M.parse $
|
||||
Rib.buildHtmlMulti M.parse [[relfile|*.md|]] $
|
||||
renderPage . Page_Single
|
||||
-- Write an index.html linking to the aforementioned files.
|
||||
Rib.writeHtml [relfile|index.html|] $
|
||||
|
Loading…
Reference in New Issue
Block a user