Hakyll vs Jekyll
A side-by-side look at Hakyll and Jekyll. For an in-depth review of either product, follow the links below.
Hakyll
Development
Hakyll is an open source static site generator written in Haskell. It allows you to build complex static websites by compiling markdown, templates, configs into flat HTML files. Key features include flexible rules engine, automatic rebuilds on changes, and support for code highlighting and templates.
haskellstaticsitegeneratormarkdowntemplatesrules-enginecode-highlighting
Jekyll
Development
Jekyll is a static site generator that allows you to convert your plain text into static websites. It's commonly used for blogs. Key features include: creation of blog posts and web pages with Markdown, templates for layout, support for taxonomies for better organization, and easy customization
bloggingstatic-sitesmarkdown