hakyll-3.2.0.4: A static website compiler library
Hakyll.Main
Description
Module providing the main hakyll function and command-line argument parsing
Synopsis
hakyll :: RulesM a -> IO ()Source
This usualy is the function with which the user runs the hakyll compiler
hakyllWith :: HakyllConfiguration -> RulesM a -> IO ()Source
A variant of hakyll which allows the user to specify a custom configuration
hakyll