hakyll-init
creates a new Hakyll static site project with a basic structure
TLDR
Create a new Hakyll site
$ hakyll-init [my-site]
Create in current directory$ hakyll-init .
SYNOPSIS
hakyll-init directory
DESCRIPTION
hakyll-init creates a new Hakyll static site project with a basic structure. Hakyll is a Haskell-based static site generator with Pandoc integration. The generated project includes site.hs (main configuration), templates, CSS, sample posts, and images. After initialization, compile site.hs with GHC and use the resulting binary to build and serve the site.
