It does not yet *use* the previews, it just puts them into a path with 'thumbnail' prepended. Thanks, hakyll-gallery, for the inspiration.
16 lines
411 B
Plaintext
16 lines
411 B
Plaintext
name: blag
|
|
version: 0.1.0.0
|
|
build-type: Simple
|
|
cabal-version: >= 1.10
|
|
|
|
executable site
|
|
main-is: site.hs
|
|
build-depends: base == 4.*
|
|
, hakyll >= 4.6
|
|
, hakyll-images >= 0.4.4
|
|
, filepath
|
|
, containers
|
|
, pandoc
|
|
ghc-options: -threaded
|
|
default-language: Haskell2010
|