daino-0.1.5.2: daino is a static site generator (SSG) using shake and pandoc
Safe HaskellSafe-Inferred
LanguageHaskell2010

Foundational.CmdLineFlags

Description

the defintion for a layout and a flags type which carry info from the command line and the siteHeader file the defaults for flags are set up for testing are overridden the defaults for layout must correspond to what is set in the test siteHeader file. layout defaults are used in testing

content dirs are those, which have *.md files

Synopsis

Documentation

data PubFlags Source #

the flags represent the switches from CmdLineArgs see there for meaning

Instances

Instances details
Show PubFlags Source # 
Instance details

Defined in Foundational.CmdLineFlags

Default PubFlags Source # 
Instance details

Defined in Foundational.CmdLineFlags

Methods

def :: PubFlags #

Eq PubFlags Source # 
Instance details

Defined in Foundational.CmdLineFlags

Zeros PubFlags Source # 
Instance details

Defined in Foundational.CmdLineFlags

def :: Default a => a #

The default value for this type.