Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/srijan-paul/bark
- Owner: srijan-paul
- License: mit
- Created: 2021-12-13T16:20:59.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-13T17:22:10.000Z (8 months ago)
- Last Synced: 2024-05-13T22:32:46.399Z (8 months ago)
- Topics: haskell, ssg, static-site-generator
- Language: Haskell
- Homepage: https://injuly.in
- Size: 400 KB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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/).