hakyll-4.2.2.0: A static website compiler library

Safe HaskellNone

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.

getRecursiveContentsSource

Arguments

:: (FilePath -> Bool)

Ignore this file/directory

-> FilePath

Directory to search

-> IO [FilePath]

List of files found

Get all contents of a directory.