hakyll-4.6.6.0: A static website compiler library

Safe HaskellNone
LanguageHaskell98

Hakyll

Description

Top-level module exporting all modules that are interesting for the user

Synopsis

Documentation

makeDirectories :: FilePath -> IO () Source

Given a path to a file, try to make the path writable by making all directories on the path.

getRecursiveContents Source

Arguments

:: (FilePath -> IO Bool)

Ignore this file/directory

-> FilePath

Directory to search

-> IO [FilePath]

List of files found

Get all contents of a directory.