notmuch-web-0.1.1: A web interface to the notmuch email indexer

Safe HaskellNone

StaticFiles

Synopsis

Documentation

staticSite :: IO StaticSource

use this to create your static file serving site

img_glyphicons_halflings_white_png :: StaticRouteSource

This generates easy references to files in the static directory at compile time, giving you compile-time verification that referenced files exist. Warning: any files added to your static directory during run-time can't be accessed this way. You'll have to use their FilePath or URL to access them.