slick-1.0.1.1: A quick & easy static site builder built with shake and pandoc.

Copyright(c) Chris Penner 2019
LicenseBSD3
Safe HaskellNone
LanguageHaskell2010

Slick.Shake

Description

 
Synopsis

Documentation

slick :: Action () -> IO () Source #

Build your slick site. This is a good candidate for your main function.

Calls through to shakeArgsForward with extra verbosity

slickWithOpts :: ShakeOptions -> Action () -> IO () Source #

Build your slick site with the provided shake options. This is a good candidate for your main function.

| Calls through to shakeArgsForward with the provided options