hakyll-2.3.1: A simple static site generator library.

Text.Hakyll.Configurations.Static

Description

Module for a simple static configuration of a website.

The configuration works like this:

  • The templates/ directory should contain one template.
  • Renderable files in the directory tree are rendered using this template.
  • The static/ directory is copied entirely (if it exists).
  • All files in the css/ directory are compressed.

Synopsis

Documentation

staticConfiguration :: Hakyll ()Source

A simple configuration for an entirely static website.