hakyll-4.9.7.0: A static website compiler library

Safe HaskellNone
LanguageHaskell98

Hakyll.Main

Description

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

Synopsis

Documentation

hakyll :: Rules a -> IO () Source #

This usually is the function with which the user runs the hakyll compiler

hakyllWith :: Configuration -> Rules a -> IO () Source #

A variant of hakyll which allows the user to specify a custom configuration

hakyllWithArgs :: Configuration -> Options -> Rules a -> IO () Source #

A variant of hakyll which expects a Configuration and command-line Options. This gives freedom to implement your own parsing.

hakyllWithExitCode :: Configuration -> Rules a -> IO ExitCode Source #

A variant of hakyll which returns an ExitCode