Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/expede/triior

Tail Recursion is its Own Reward — Hakyll Blog
https://github.com/expede/triior

Last synced: about 1 month ago
JSON representation

Tail Recursion is its Own Reward — Hakyll Blog

Awesome Lists containing this project

README

        

# Tail Recursion is its Own Reward
A programming blog built with Hakyll

# Quickstart
## Setup
```bash
cabal sandbox init
cabal install --only-dependencies
ghc --make -threaded site.hs
```

## Run locally
```bash
./site watch
```
Navigate to `http://localhost:8000` in your browser

## Deploy a new version
```bash
./site build && git subtree push --prefix _site origin gh-pages
```

# Contribution
1. Fork the repo
2. Write your post
3. Submit a pull request

# Errata
- [More info on Hakyll](http://jaspervdj.be/hakyll)