Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 393 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 393 Bytes
description
HaskellMN site

HaskellMN site

The Haskell MN site written with Hakyll for information on meet ups and such.

To build the site generator:

stack build

To build the site:

stack exec site build

The site is deployed via a Github action when a commit is made to master on github.com/HaskellMN/www.haskellmn.org.