LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

hakyll-init

Create a new Hakyll static site project with a basic structure

TLDR

Create a new Hakyll site
$ hakyll-init [my-site]
copy
Create in current directory
$ hakyll-init .
copy

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.

SEE ALSO

hugo(1), jekyll(1), ghc(1), cabal(1), stack(1)

Copied to clipboard
Kai