https://github.com/jaspervdj/hakyll
A static website compiler library in Haskell
https://github.com/jaspervdj/hakyll
Last synced: 5 days ago
JSON representation
A static website compiler library in Haskell
- Host: GitHub
- URL: https://github.com/jaspervdj/hakyll
- Owner: jaspervdj
- License: other
- Created: 2009-12-02T12:45:28.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2025-04-07T14:24:10.000Z (7 days ago)
- Last Synced: 2025-04-09T19:14:05.070Z (5 days ago)
- Language: Haskell
- Homepage: jaspervdj.be/hakyll
- Size: 17.9 MB
- Stars: 2,747
- Watchers: 49
- Forks: 413
- Open Issues: 119
-
Metadata Files:
- Readme: README.markdown
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- my-awesome - jaspervdj/hakyll - 03 star:2.7k fork:0.4k A static website compiler library in Haskell (Haskell)
- jimsghstars - jaspervdj/hakyll - A static website compiler library in Haskell (Haskell)
- awesome-static - **Hakyll**
README
# hakyll

Hakyll is a static site generator library in Haskell. More information
(including a tutorial) can be found on
[the hakyll homepage](http://jaspervdj.be/hakyll).You can install this library using cabal:
cabal install hakyll
Or using stack:
stack install hakyll
If Stack fails, please [see which Stackage snapshots contain
Hakyll](https://www.stackage.org/package/hakyll/snapshots) and specify one
explicitly, e.g. `stack install --resolver=lts-22.23 hakyll`.