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

Lib.IndexCollect

Synopsis

Documentation

completeIndex :: NoticeLevel -> PubFlags -> Settings -> Path Abs Dir -> Maybe Text -> IndexEntry -> ErrIO IndexEntry Source #

the top call to form the index data into the MetaPage later only the format for output must be fixed

getDirContent2dirs_files :: NoticeLevel -> PubFlags -> Settings -> Path Abs Dir -> Path Abs File -> ErrIO ([IndexEntry], [IndexEntry]) Source #

get the contents of a directory, separated into dirs and files the directory is given by the index file which files to check: index.md (in dough) or index.docrep (in baked) currently checks index.docrep in dough (which are not existing) indexfile itself is removed and files which are not markdown