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