Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/netzwerg/netzwerg.ch

Hakyll-based blog
https://github.com/netzwerg/netzwerg.ch

Last synced: 4 days ago
JSON representation

Hakyll-based blog

Awesome Lists containing this project

README

        

# Hakyll Setup

## Requirements
* Cabal >= 1.22
* GHC >= 7.8.4

## Rebuilding Locally
```
git clone https://github.com/netzwerg/netzwerg.github.com.git
git checkout source
cabal install
cabal configure
cabal run rebuild
cabal run watch
```
Preview at [http://localhost:8000](http://localhost:8000)

## Deployment

```
cabal run rebuild
git co master
cp -a _site/. .
```