Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/srijan-paul/bark

A static site generator that powers my blog
https://github.com/srijan-paul/bark

haskell ssg static-site-generator

Last synced: about 1 month ago
JSON representation

A static site generator that powers my blog

Awesome Lists containing this project

README

        

# Bark

Bark is a static site generator written in Haskell.
It powers [my website](https://injuly.in), 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](https://srijan-paul.github.io/bark/).