markvincze / stephendiehl.com

Stephen Diehl's Blog & Website

Home Page:http://www.stephendiehl.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StephenDiehl.com

Stephen Diehl's website.

Build Directions

For typos and fixes edit the markdown files here:

/posts/

To build the website server use Stack or Cabal:

Stack

$ stack ghc hakyll
$ stack exec ./hakyll build

Cabal

$ cabal sandbox init
$ cabal install --only-dependencies
$ cabal run
$ make hakyll
$ make

License

Copyright (c) 2012-2018, Stephen Diehl

All written content on this site is provided under a Creative Commons ShareAlike license. All code is provided under a MIT license unless otherwise stated.

About

Stephen Diehl's Blog & Website

http://www.stephendiehl.com

License:MIT License


Languages

Language:CSS 70.7%Language:Haskell 14.4%Language:HTML 14.2%Language:Makefile 0.8%