Skip to content

epoberezkin/stephendiehl.com

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 70.6%
  • Haskell 14.4%
  • HTML 14.2%
  • Makefile 0.8%