1
1
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:
Sridhar Ratnakumar 2020-01-01 17:18:41 -05:00
parent bb17c2bd30
commit 0a2ec4c34d

View File

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