hakyll-3.1.2.6: 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