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: 28 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 (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2024-09-11T18:49:12.000Z (2 months ago)
- Last Synced: 2024-10-01T23:03:00.915Z (about 1 month ago)
- Language: Haskell
- Homepage: jaspervdj.be/hakyll
- Size: 17.8 MB
- Stars: 2,691
- Watchers: 51
- Forks: 411
- Open Issues: 124
-
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 - 10 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-19.0 hakyll`.