hakyll-3.3.0.0: A static website compiler library

Safe HaskellSafe-Infered

Hakyll.Main

Description

Module providing the main hakyll function and command-line argument parsing

Synopsis

Documentation

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