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

ShakeBake.ConvertFiles

Description

convert the files and put in targe dir input is target filename this is the interface (only one) from shake to bake

Synopsis

Documentation

io2bool :: MonadIO m => ErrIO b -> m b Source #

convertAny Source #

Arguments

:: NoticeLevel 
-> Path Abs Dir 
-> Path Abs Dir 
-> PubFlags 
-> Settings 
-> FilePath 
-> Text

the name of the operation

-> Action () 

copyFileToBaked :: (Filenames3 fp (Path Rel File), FileResultT fp (Path Rel File) ~ Path Abs File) => NoticeLevel -> fp -> Path Abs Dir -> FilePath -> Action () Source #

the generic copy for all the files which can just be copied (exceptions md, which are a special case of needed)