A static website compiler library in Haskell
Go to file
2019-09-01 14:49:36 +03:00
.circleci Bump CircleCI configuration 2019-01-12 16:38:31 +01:00
data Default CSS mobile-friendly (contribution by Iko) 2017-08-19 16:51:58 +02:00
lib merge 2019-09-01 14:49:36 +03:00
src Fix import warning 2018-03-26 14:20:13 +02:00
tests merge 2019-09-01 14:49:36 +03:00
web Bump syntax.css 2019-05-31 09:50:01 +02:00
.ghci Remove include macro from .ghci 2016-07-22 11:38:20 +02:00
.gitignore Bump version to 4.9.4.0 2017-01-22 17:48:58 +01:00
CHANGELOG.md Bump version to 4.13.0.0 2019-08-30 11:54:26 +02:00
CODE_OF_CONDUCT.md Add the Contributor Covenant. (#531) 2017-03-16 21:38:36 +01:00
hakyll.cabal Bump version to 4.13.0.0 2019-08-30 11:54:26 +02:00
LICENSE Bump year in LICENSE 2017-01-22 23:51:03 +01:00
logo.svg Added logo. 2010-03-10 10:20:24 +01:00
Makefile Fix haddock generation 2018-03-22 18:20:13 +01:00
README.markdown Build on CircleCI 2017-12-18 19:29:19 +01:00
Setup.hs Cabal changes. 2009-12-04 13:20:35 +01:00
stack.yaml Bump stack.yaml 2019-08-20 13:43:52 +02:00
test.hs Fix warnings and errors 2017-12-18 20:05:28 +01:00

hakyll

Build Status

Hakyll is a static site generator library in Haskell. More information (including a tutorial) can be found on the hakyll homepage.

You can install this library using cabal:

cabal install hakyll

Or using stack:

stack install hakyll