https://github.com/expede/triior
Tail Recursion is its Own Reward — Hakyll Blog
https://github.com/expede/triior
Last synced: 5 months 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 (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-24T01:32:00.000Z (about 11 years ago)
- Last Synced: 2025-02-02T10:43:16.329Z (over 1 year 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)