Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaspervdj/hakyll
A static website compiler library in Haskell
https://github.com/jaspervdj/hakyll
Last synced: 4 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 (about 15 years ago)
- Default Branch: master
- Last Pushed: 2025-01-11T20:13:34.000Z (14 days ago)
- Last Synced: 2025-01-14T17:45:52.513Z (11 days ago)
- Language: Haskell
- Homepage: jaspervdj.be/hakyll
- Size: 17.9 MB
- Stars: 2,722
- Watchers: 53
- Forks: 409
- Open Issues: 113
-
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 - 01 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
![CI](https://github.com/jaspervdj/hakyll/workflows/CI/badge.svg)
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`.