HTMell-0.1.0.0: Minimal filesystem powered markdown content management system
Copyright(c) 2021-2022 Mirko Westermeier
LicenseMIT
Safe HaskellSafe-Inferred
LanguageHaskell2010

HTMell.Tree.Load

Description

This module creates content trees - represented by their root HTree - from directories, applying the neccessary HTMell.Tree.Load.Transformations.

Synopsis

Documentation

buildTree #

Arguments

:: HTMellContent c 
=> FilePath

The directory to read the content tree from

-> IO (Maybe (HTree c))

The content tree ready to use, if possible

Creates HTree content trees from a directory, applying the neccessary HTMell.Tree.Load.Transformations.