Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 468 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 468 Bytes

Bark

Bark is a static site generator written in Haskell. It powers my website, and can potentially do the same for yours.

Installation

This tool isn't on hackage yet, but it should be soon™. Until then, you could install bark from source.

  1. Clone this repository
  2. Run cabal install exe:bark --overwrite-policy=always
  3. Run bark from the command line.

Usage

Available on the homepage.