hakyll-4.1.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

Directory to search

-> IO [FilePath]

List of files found

Get all contents of a directory.