Hakyll.Core.Runtime
run :: RunMode -> Configuration -> Logger -> Rules a -> IO (ExitCode, RuleSet) Source #
data RunMode Source #
Whether to execute a normal run (build the site) or a dry run.
Constructors
Defined in Hakyll.Core.Runtime
Methods
showsPrec :: Int -> RunMode -> ShowS #
show :: RunMode -> String #
showList :: [RunMode] -> ShowS #