@hackage hakyll4.17.0.0
A static website compiler library
Categories
License
BSD-3-Clause
Maintainer
Jasper Van der Jeugt <m@jaspervdj.be>
Links
Versions
Installation
Dependencies (39)
- aeson >=1.0 && <1.6 || >=2.0 && <2.4
- base >=4.12 && <5
- binary >=0.5 && <0.10
- blaze-html >=0.5 && <0.10
- bytestring >=0.9 && <0.13
- containers >=0.3 && <0.9 Show all…
Dependents (32)
@hackage/hakyll-images, @hackage/hakyll-filestore, @hackage/hakyllbars, @hackage/latex-formulae-hakyll, @hackage/hakyll-sass, @hackage/hakyll-contrib, Show all…
Package Flags
previewserver
(on by default)
Include the preview server
watchserver
(on by default)
Include the watch server
checkexternal
(on by default)
Include external link checking
buildwebsite
(off by default)
Build the hakyll website
usepandoc
(on by default)
Include Pandoc support
Hakyll is a static website compiler library. It provides you with the tools to create a simple or advanced static website using a Haskell DSL and formats such as markdown or RST. You can find more information, including a tutorial, on the website:
If you seek assistance, there's:
A google group: http://groups.google.com/group/hakyll
An IRC channel,
#hakyllon irc.libera.chat (we *do not* have a channel on Freenode anymore)
Additionally, there's the Haddock documentation in the different modules, meant as a reference.