hakyll-3.0.0.3: A simple static site generator library.

Hakyll.Main

Description

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

Synopsis

Documentation

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