Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/expede/triior
- Owner: expede
- License: mit
- Created: 2015-03-23T04:23:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-03-24T01:32:00.000Z (over 9 years ago)
- Last Synced: 2024-10-08T03:20:54.576Z (about 1 month ago)
- Language: HTML
- Size: 18.1 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)