hakyll-4.16.0.0: A static website compiler library
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hakyll.Core.Configuration

Description

Exports a datastructure for the top-level hakyll configuration

Synopsis

Documentation

data Configuration Source #

Constructors

Configuration 

Fields

Instances

Instances details
Default Configuration Source # 
Instance details

Defined in Hakyll.Core.Configuration

Methods

def :: Configuration #

shouldIgnoreFile :: Configuration -> FilePath -> IO Bool Source #

Check if a file should be ignored

shouldWatchIgnore :: Configuration -> IO (FilePath -> IO Bool) Source #

Returns a function to check if a file should be ignored in watch mode

defaultConfiguration :: Configuration Source #

Default configuration for a hakyll application